Releases: CogComp/cogcomp-nlpy
Releases · CogComp/cogcomp-nlpy
v1.6.0
1.3.0
Solves issues:
- TokenCharOffset issue when reading / writing TextAnnotations between Python and Java
- Adding additional views to TA from pre-tokenized text in LocalPipeline
1.2.0
- TextAnnotation constituents now can store Labels To Scores #94
- viewtype should be fully qualified class name - Now TA from python can be read in Java.
- Local pipeline for pre-tokenized text
- Unicode support in both python2 and python3. In python2, all strings are Unicode objects. In python3 - string objects decoded from utf-8 encoding.