Skip to content

Releases: recski/tuw-nlp

v0.1.0

17 Apr 09:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.9...v0.1.0

Release v0.0.9

12 Sep 12:23
4fea131
Compare
Choose a tag to compare

What's Changed

  • Make report sorting deterministic by @Eszti in #76
  • improved the command-line tools for runing UD parsing and UD_FL by @recski in #77

Full Changelog: v0.0.8...v0.0.9

CIKM 2022 version

30 Jun 08:46
Compare
Choose a tag to compare

What's Changed

  • Simple solution for penman representation of disconnected graphs by @GKingA in #60
  • Revert "Simple solution for penman representation of disconnected graphs" by @GKingA in #67
  • additional functions in eval module by @recski in #68
  • Add case-sensitivity parameter to GraphFormulaMatcher by @Eszti in #69
  • Three graph matching functions by @GKingA in #70
  • Format all by @adaamko in #71
  • Dev recski by @recski in #73
  • Bug fix with AND treated as OR in GFPM by @GKingA in #72
  • Bug fix by @GKingA in #74
  • Add preprocessing for the hateXplain dataset by @kuma-rtin in #75

New Contributors

Full Changelog: v0.0.7...v0.0.8

All pipeline is now a CachedStanzaPipeline

20 Apr 07:19
d413260
Compare
Choose a tag to compare

What's Changed

  • All pipeline is CustomStanzaPipeline by @adaamko in #66

Full Changelog: v0.0.6...v0.0.7

ssplit in text_to_4lang, raise error if 4lang graph is not connected

12 Apr 08:47
7d6187b
Compare
Choose a tag to compare

v0.0.5 New OpenIE function, KnowledgeGraph

09 Mar 10:45
Compare
Choose a tag to compare

What's Changed

  • Add preprocessed nodes by @adaamko in #55
  • Create module logger by @Eszti in #56
  • NLP pipeline cache loader now passes raw text to stanza.Document constructor by @recski in #57
  • KnowledgeGraph class by @GKingA in #58
  • Very basic Graph class with the to_dot function by @GKingA in #59
  • OpenIE graph matcher by @adaamko in #62

New Contributors

Full Changelog: v0.0.4...v0.0.5

v0.0.4

01 Feb 15:07
Compare
Choose a tag to compare

What's Changed

  • upgrade to stanza 1.3.0, incl. update of fix_ssplit processor by @recski in #54

Full Changelog: v0.0.3...v0.0.4

v0.0.3

31 Jan 13:53
Compare
Choose a tag to compare

What's Changed

  • Monomorphism instead of isomorphism by @adaamko in #52
  • two additional rules in CFLLexicon by @recski in #53

Full Changelog: v0.0.1.1...v0.0.3

v0.0.1.1: First release, parsing into fourlang graphs, graph tools

27 Nov 10:18
a48dcf3
Compare
Choose a tag to compare

Main Features

  • Converting UD graphs to semantic graphs
  • Various methods on graphs (expand, substitute, append zero paths..)
  • Providing definition dictionaries for multiple languages (en, de, it)
  • Further graph utility tools