https://github.com/xiaohan2012/curseq
Sequence annotation tool written in Curses and Python
https://github.com/xiaohan2012/curseq
Last synced: 10 months ago
JSON representation
Sequence annotation tool written in Curses and Python
- Host: GitHub
- URL: https://github.com/xiaohan2012/curseq
- Owner: xiaohan2012
- License: gpl-3.0
- Created: 2015-03-10T15:09:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-13T15:20:06.000Z (over 11 years ago)
- Last Synced: 2024-04-14T18:06:59.124Z (about 2 years ago)
- Language: Python
- Homepage:
- Size: 164 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# curseq
Sequence annotation tool written in Curses and Python
## Features
- Command-line based & pure keyboard manipulation
- Allowing multiple labeling tasks in parallel(e.g, doing NER and POS together)
- Customisation by creating a self-defined configuration file
## Demo
To be here later
## Customisation
Customisation allows you to define your own set of labels as well as keybindings.
To do that, make changes to `config.py`. It can be easily understood and mofified.
## Todo
1. More user friendly command line interface for `app.py`
2. A really nice demo
3. Better rendering/contrast for words and labels
## Author
Han Xiao