Changeset 89

Show
Ignore:
Timestamp:
02/07/07 00:49:30 (2 years ago)
Author:
chris
Message:

Fix finding the verb in unusual cases (e.g Gen 4:8(e) PreO)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lex/trunk/jsp/clause.jsp

    r80 r89  
    251251                                                hebrewText.append(" ");                                          
    252252                                                 
    253                                                 if (function_name != null && function_name.equals("Pred") 
    254                                                         && psp.equals("verb")) 
     253                                                if (psp.equals("verb")) 
    255254                                                { 
    256255                                                        predicate_text =  
     
    268267                } 
    269268                         
    270                 /* 
    271269                %> 
    272270                <p>Predicate text is: <%=  
     
    276274                %></p> 
    277275                <% 
    278                 */ 
    279276                 
    280277                int numSyntacticMacroroles = -1;