Skip to content

Releases: CogComp/cogcomp-nlp

V4.0.13

10 Sep 19:15
7d9dad3
Compare
Choose a tag to compare

NER now supports use of multiple models within same VM context.
Improved documentation for configuration in pipeline and in core-utilities.
Various minor fixes to improve performance (core-utilities, Chunker).
Minor improvements to StatefulTokenizer.

4.0.12

03 Aug 20:04
99971bd
Compare
Choose a tag to compare

Changes:

  • Added the ability to use JSON Serialized Format with NerTagger #676
  • bugs with multiple NERAnnotators per process space #675
  • Revert "Incremental Training" #672

4.0.10

25 Jul 23:26
Compare
Choose a tag to compare
  1. fix the timex bug when may and sat appear as verbs instead of timexe #663
  2. Incremental Training #667
  3. Added get and post functions for adding Views to JsonStr serialized TA #671

4.0.9

22 Jul 00:42
cd8ac71
Compare
Choose a tag to compare

CoreUtils:

  • BasicTextAnnotationBuilder.java now accepts list of list of tokens #670
  • fixed a bug in json serializer. Also updated to explicitly store and… #662
  • fix a TextAnnotation builder bug on Windows #639
  • deleted duplicated DBHelper.java #632

NER:

  • NER training #666
  • NER Model Loading #654

CorpusReaders:

  • Add MascXCESReaderTest corpus to resources #650
  • Ontonotes 5 readers #627
  • TACReader #615

Chunker:

  • Chunker training data fix #627

Similarity:

  • Allow user to provide types for one or both names in NESim.compare() #625

Tokenizer:

  • Fix common dates like "10/14/2016" are not parsed to a single token #654
  • Add option to split on multiple newlines, capture emails as single token. #647

Temporal normalizer:

  • Bug fixes #646
  • Fix temporal component cannot capture obvious timexes #636
  • Populate timex normalization type to the TIMEX View in TextAnnotation #630

4.0.2: Bug fixes + Question-Type classifier

17 Feb 18:10
Compare
Choose a tag to compare

Summary of the changes:

  • Question Type Classifier #601
  • Bug fixes for dataless classifier #601
  • Pipeline-Client: now a separate module #601

4.0.1

17 Dec 04:44
Compare
Choose a tag to compare
  • Fix cogcomp website links in the readmes #585
  • Dropping some old dependencies in transliterator #584
  • Dataless Classifier #544

4.0.0

10 Nov 01:56
7bd7f2f
Compare
Choose a tag to compare
  • Fixes in the readmes #585
  • Clean up old dependencies in transliterator #585
  • Double to Float when loading models #583
  • An ACE reader with TrueCaser #581

3.1.35

30 Oct 22:53
Compare
Choose a tag to compare
  • Added relation extraction #572
  • Added transliteration models #577
  • Extend the list of languages and add ISO 639-3 standard 3-digit ids, with @mayhewsw 's suggestion. #576
  • AnnotatorService can receive parameters now parameters. #576
  • Ignore a few external test, to make CIs faster #577

3.1.34

24 Oct 04:02
Compare
Choose a tag to compare
  • Adding Transliteration #563
  • Limit testing logs #564
  • Propbank readers for Ontonotes 5 #569
  • Improvements to MD and NER #570
  • support for initializing MD with local model #571

3.1.22

16 Oct 18:53
Compare
Choose a tag to compare

Updated version of the MapDB used throughout caching