私は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
返します。私は何を間違っていますか?null
apples