Skip to content

Releases: mynlp/jigg

v-0.8.0

06 Jul 09:23
Compare
Choose a tag to compare
  • Many bug fixes.
  • kuromoji is modulated. kuromoji[tokenize] or kuromoji[pos] now only performs sentence splitting, or pos-tagging (including lemmatization).
  • CoreNLP is upgraded to 3.9.1; see the official release note.
  • Support two new annotators:
    • benepar: a new neural state-of-the-art parser (95.07 F1 on English PTB test set).
    • stanfordtypeddep, which, given a (constituency) parse, converts it to Stanford or Universal dependencies.
    • Combining these two annotators together enables obtaining a state-of-the-art dependency parser on Jigg. By combination, I obtained "95.89%" UAS and "93.79%" LAS on PTB converted to Stanford dependencies.

v-0.7.2

13 Feb 05:56
Compare
Choose a tag to compare
  • Many improvements around CCG parsers, including K-best outputs of depccg and easyccg.
  • Support of udpipe.

v-0.7.0

27 Apr 07:21
Compare
Choose a tag to compare
v-0.7.0

v-0.6.2

25 Nov 06:02
Compare
Choose a tag to compare
version 0.6.2

v-0.6.1

08 Aug 14:16
Compare
Choose a tag to compare
version 0.6.1

v-0.6

11 Apr 10:16
Compare
Choose a tag to compare
version 0.6

v-0.4

27 Oct 07:00
Compare
Choose a tag to compare
Merge branch 'release/RELEASE'