Skip to content

ABNER is a widely used named entity recognition (NER) tool. AOPbot provides seamless integration with ABNER through a dedicated Python wrapper.

Notifications You must be signed in to change notification settings

Crispae/Abner_wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Abner_wrapper

ABNER is a widely used named entity recognition (NER) tool. AOPbot provides seamless integration with ABNER through a dedicated Python wrapper.

Requirements

  1. Install Java JDK 8 or 11
  2. All other requirements mentioned in requirements.txt
  3. Unzip ABNER related Folder/files in scope of app.py file.

Installation

Easy implementation through docker container

git clone https://github.com/Crispae/Abner_wrapper.git
cd Abner_wrapper
docker build --no-cache -t abner-image .
docker run -p 9000:9000 abner-image

About

ABNER is a widely used named entity recognition (NER) tool. AOPbot provides seamless integration with ABNER through a dedicated Python wrapper.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published