This may be a bug for JWNL WordNet.
When using the following method,
MorphologicalProcessor.lookupBaseForm(POS.NOUN, token)
if the input token is some long alphanumeric string (e.g. "l0sfool0o0cnews0cinvesting0c20a120c0a50c0a20cplanning0efor" ),
The method may run for a long time.
Reference:
http://stackoverflow.com/questions/10599966/jwnljava-wordnet-library-hangs-while-processing-large-alphanumeric-data
MorphologicalProcessor.lookupBaseForm(POS.NOUN, token)
if the input token is some long alphanumeric string (e.g. "l0sfool0o0cnews0cinvesting0c20a120c0a50c0a20cplanning0efor" ),
The method may run for a long time.
Reference:
http://stackoverflow.com/questions/10599966/jwnljava-wordnet-library-hangs-while-processing-large-alphanumeric-data
Comments
Post a Comment