ABNER is a widely used named entity recognition (NER) tool. AOPbot provides seamless integration with ABNER through a dedicated Python wrapper.
- Install Java JDK 8 or 11
- All other requirements mentioned in requirements.txt
- Unzip ABNER related Folder/files in scope of app.py file.
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