java - how to get wordNet lexical categories ( noun categories and verb categories ) using JAWS pacakage -


if have array list of words (string). want lexical category of every word. word net has noun categories, verb categories , others. want category of each word. how in java using jaws.

have @ referencesynset.getlexicalfilenumber. yield integer corresponds category listed in man lexnames man page.


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -