Changeset 303 for lex/trunk

Show
Ignore:
Timestamp:
06/24/08 17:11:12 (7 months ago)
Author:
chris
Message:

Change N/PNS gloss to N/GNS as requested by Nicolai.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lex/trunk/src/com/qwirx/lex/morph/HebrewMorphemeGenerator.java

    r301 r303  
    208208            handler.convert("graphical_lexeme", false, gloss, type); 
    209209            handler.convert("graphical_nominal_ending", false, 
    210                 nounEnding, "N/PNS"); 
     210                nounEnding, "N/GNS"); 
    211211            handler.convert("graphical_pron_suffix", true, suffixGloss, 
    212212                "N/POS"); 
  • lex/trunk/test/com/qwirx/lex/HebrewConverterTest.java

    r302 r303  
    200200        assertEquals("P",        morphEdges.get(6).symbol()); 
    201201        assertEquals("N/NUC",    morphEdges.get(7).symbol()); 
    202         assertEquals("N/PNS",    morphEdges.get(8).symbol()); 
     202        assertEquals("N/GNS",    morphEdges.get(8).symbol()); 
    203203        assertEquals("N/POS",    morphEdges.get(9).symbol()); 
    204204    }