Releases: recski/tuw-nlp
Releases · recski/tuw-nlp
v0.1.0
What's Changed
- simple test for some eval functions by @recski in #78
- refactoring of macro-avg calculation, fixed bug with floatfmt by @recski in #79
- Merge new graph formalisms by @adaamko in #82
- command line tool to run text_to_* semantic parsers by @recski in #83
- Fixing UCCA, DRG start by @adaamko in #84
- Text_to_drs and added missing dependencies by @adaamko in #85
- OIE first steps by @recski in #86
- Dev recski by @recski in #87
- Dev recski by @recski in #88
- option to call ndrs_service and get DRS graph from Neural_DRS system … by @recski in #89
- wrapper for nlp pipelines by @recski in #90
- Small changes by @adaamko in #92
- Dev by @recski in #91
Full Changelog: v0.0.9...v0.1.0
Release v0.0.9
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
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
- @kuma-rtin made their first contribution in #75
Full Changelog: v0.0.7...v0.0.8
All pipeline is now a CachedStanzaPipeline
What's Changed
Full Changelog: v0.0.6...v0.0.7
ssplit in text_to_4lang, raise error if 4lang graph is not connected
What's Changed
Full Changelog: v0.0.5...v0.0.6
v0.0.5 New OpenIE function, KnowledgeGraph
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
v0.0.3
v0.0.1.1: First release, parsing into fourlang graphs, graph tools
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