Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 335 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 335 Bytes

IdentifiersTermSeparator

Smart WordNet-based identifier term separator

Configuration

It's necessary to configure a enviroment variable WNHOME="WordNet path".

Excecution example

TermSeparator separator= new TermSeparator();

ArrayList terms = separator.separateTerms("anIdentifier");

System.out.println(terms);