Skip to content

aderenzis/IdentifiersTermSeparator

Repository files navigation

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);

About

Smart WordNet-based identifier term separator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages