Skip to content

giusepperizzo/nerd4java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nerd4java

It is a java library which provides a programmable interface to NERD http://nerd.eurecom.fr.

Library in action

Include the library in your project and then:

String text = read_your_text_file();
NERD nerd = new NERD(YOUR_API_KEY);
String json = nerd.annotateJSON(ExtractorType.NERDML, 
                                DocumentType.PLAINTEXT,
                                text);
System.out.println(json);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages