Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 575 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 575 Bytes

OpenNLP-Annotation-Tool

Basic Annotation Tool for annotating Person Entity in Java.

This lightweight tool can be used to annotate Person Entity in any document which can be used to train models for Apache OpenNLP project.

It can be easily changed to allow annotating of other Entities(requires changes in source code).

You can find jar file for direct use in "/dist" folder.

Steps to use:

  1. Load the file using Load Button.
  2. Select or Double Click the word you want to annotate.
  3. Click on Submit Button. The mod_filename will contain the data in required format.