forked from bluelilywxy/BacNER-V1.0
-
Notifications
You must be signed in to change notification settings - Fork 0
Crucialer/BacNER-V1.0
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
BacNER: Implementation of the Bacteria Named Entity Recognition. Xiaoyan Wang email:[email protected] Release 1.0 2017.8.8 Initial setup To use the BacNER, you need windows,Python 2.7, with NLTK installed. To run: Run: python BacNER.py or double click on start.bat. Input: a folder path(relative path or absolute path,such as"test") contains files you want to recognize the bacteria named entity. Output: the result files with IOB2 format in a folder named "result", we also provided another format file in "bacteria". In particular, each line in a file of "bacteria" is: <current sentence number> <start position of the named entity in current sentence> <end position in current sentence>
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 54.2%
- C++ 45.7%
- Batchfile 0.1%