Skip to content

Releases: CogComp/cogcomp-nlpy

v1.6.0

06 Aug 20:21
Compare
Choose a tag to compare
  1. Split text on tokens in LocalPipeline #107

1.3.0

25 Jul 15:26
Compare
Choose a tag to compare

Solves issues:

  1. TokenCharOffset issue when reading / writing TextAnnotations between Python and Java
  2. Adding additional views to TA from pre-tokenized text in LocalPipeline

1.2.0

24 Jul 14:54
Compare
Choose a tag to compare
  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.

v0.12.0

16 May 19:43
f6f19f7
Compare
Choose a tag to compare

Changes:

  • bug fixes in local pipeline: #88
  • NLPy server: #83
  • json serialization within NLPy: #79
  • add char offsets: #78