5

私はSimpleNLG 4.4.2名詞の複数形を取得するために使用しています:

final XMLLexicon xmlLexicon = new XMLLexicon();
final WordElement word = xmlLexicon.getWord("apple", LexicalCategory.NOUN);
System.out.println(word);
System.out.println(word.getFeature(LexicalFeature.PLURAL));

ただし、この単純な例でも、代わりに をgetFeature返します。私は何を間違っていますか?nullapples

4

1 に答える 1