Changeset 89
- Timestamp:
- 02/07/07 00:49:30 (2 years ago)
- Files:
-
- lex/trunk/jsp/clause.jsp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lex/trunk/jsp/clause.jsp
r80 r89 251 251 hebrewText.append(" "); 252 252 253 if (function_name != null && function_name.equals("Pred") 254 && psp.equals("verb")) 253 if (psp.equals("verb")) 255 254 { 256 255 predicate_text = … … 268 267 } 269 268 270 /*271 269 %> 272 270 <p>Predicate text is: <%= … … 276 274 %></p> 277 275 <% 278 */279 276 280 277 int numSyntacticMacroroles = -1;
