Skip to content

4.0.9

Compare
Choose a tag to compare
@danyaljj danyaljj released this 22 Jul 00:42
· 185 commits to master since this release
cd8ac71

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