Changeset 303
- Timestamp:
- 06/24/08 17:11:12 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lex/trunk/src/com/qwirx/lex/morph/HebrewMorphemeGenerator.java
r301 r303 208 208 handler.convert("graphical_lexeme", false, gloss, type); 209 209 handler.convert("graphical_nominal_ending", false, 210 nounEnding, "N/ PNS");210 nounEnding, "N/GNS"); 211 211 handler.convert("graphical_pron_suffix", true, suffixGloss, 212 212 "N/POS"); lex/trunk/test/com/qwirx/lex/HebrewConverterTest.java
r302 r303 200 200 assertEquals("P", morphEdges.get(6).symbol()); 201 201 assertEquals("N/NUC", morphEdges.get(7).symbol()); 202 assertEquals("N/ PNS", morphEdges.get(8).symbol());202 assertEquals("N/GNS", morphEdges.get(8).symbol()); 203 203 assertEquals("N/POS", morphEdges.get(9).symbol()); 204 204 }
