Skip to content

v4.4.0

Compare
Choose a tag to compare
@AngledLuffa AngledLuffa released this 25 Jan 11:49
· 410 commits to main since this release
04408ad

Enhancements

  • added -preTokenized option which will assume text should be tokenized on white space and sentence split on newline

  • tsurgeon CLI - python side added to stanza
    #1240

  • sutime WORKDAY definition
    0dfb118

Fixes

  • rebuilt Italian dependency parser using CoreNLP predicted tags

  • XML security issue:
    #1241

  • NER server security issue:
    5ee097d

  • fix infinite loop in tregex:
    #1238

  • json utf-8 output on windows
    #1231
    stanfordnlp/stanza#894

  • fix openie crash in certain unusual graphs
    #1230
    #1082

  • fix nondeterministic results in certain SemanticGraph structures
    #1228
    cc806f2

  • workaround for NLTK sending % unescaped to the server
    #1226
    20fe1e9

  • make TimingTest function on Windows
    4aafb84