Changeset 135
- Timestamp:
- 08/29/07 19:38:02 (1 year ago)
- Files:
-
- lex/trunk/jsp/navclause.jsp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lex/trunk/jsp/navclause.jsp
r114 r135 284 284 " GET bart_gloss "+ 285 285 " [clause "+ 286 " [word GET lexeme]"+ 286 " [word GET lexeme, graphical_preformative, " + 287 " graphical_root_formation, graphical_lexeme, " + 288 " graphical_verbal_ending, graphical_pron_suffix]" + 287 289 " ]"+ 288 290 " ]"); … … 308 310 MatchedObject word = 309 311 word_iter.next().const_iterator().next(); 310 lexemes += word.getEMdFValue("lexeme").getString(); 312 313 // lexemes += word.getEMdFValue("lexeme").getString(); 314 lexemes += HebrewConverter.wordToHtml(word); 315 311 316 if (word_iter.hasNext()) 317 { 312 318 lexemes += " "; 319 } 313 320 } 314 321
