Skip to content

1.2.0

Choose a tag to compare

@nitishgupta nitishgupta released this 24 Jul 14:54
· 59 commits to master since this release
  1. TextAnnotation constituents now can store Labels To Scores #94
  2. viewtype should be fully qualified class name - Now TA from python can be read in Java.
  3. Local pipeline for pre-tokenized text
  4. Unicode support in both python2 and python3. In python2, all strings are Unicode objects. In python3 - string objects decoded from utf-8 encoding.