joliciel-informatique / talismane

NLP framework: sentence detector, tokeniser, pos-tagger and dependency parser
https://github.com/urieli/talismane/wiki
GNU Affero General Public License v3.0
49 stars 14 forks source link

[WIP] Feature/annotations #24

Closed urieli closed 7 years ago

urieli commented 8 years ago

Transforming Talismane into an "annotation engine", where each step simply adds more annotations to an annotated text, and annotations are defined consistently.

In parallel, each step will define itself internally using specific configuration settings owned by it, replacing centralized monolithic configuration and construction.