If i have array List of words (String). I want to get lexical category of every word. Word Net has noun categories, verb categories and others. I want to get category of each word. How to get this in java using JAWS.
how to get wordNet lexical categories ( noun categories and verb categories ) using JAWS pacakage
921 Views Asked by eng. amira abd el-atey At
2
Have a look at
ReferenceSynset.getLexicalFileNumber
. This will yield an integer that corresponds to a category which are all listed inman lexnames
man page.