Releases: syntpump/syntext-py-ua
Releases · syntpump/syntext-py-ua
Basics 1
This release contains some basic functionality: things that are needed for first production release. Here is the list of them:
- Library for dealing with the database.
- Libraries that are needed for dealing with data (strings and arrays).
- Library for dealing with parameters that will be passed into scripts.
- Library for logging into files.
- Library for creating messages into the shell (it's about progress printing and percentage calculating).
- Module for morphology recognition.
- Module for reading from GC in CoNLL-U format.
- Module for analyzing morphology recognition accuracy (AMA).
- Script for training morphology recognition (TMR).
- Script for AMA.
- Contextual morphology improving module (CMI).
- Syntax links recognition (SLR) module.
- SLR training script.
- API module.
- HTML/CSS GUI using Flask.
Non-basic features that will appear in next releases:
- Choose reader module in TMR training script.
- Make TMR module and allow to choose the module you want in TMR script.
- Select by priority in applying function in
MorhologyRecognizer
module. - Teach recognizer using
XPOSRecognitionAnalyzer
output data. - Module for interpreting
FEATS
line in CoNLL-U format.