Releases: LanguageMachines/frog
Releases · LanguageMachines/frog
v0.13.10
v0.13.9
v0.13.8
- added -t / --textredundancy option, which is passed to ucto
- set textclass attributes on entities (folia 1.5 feature)
- better textclass handling in general
- multiple types of entities (setnames) are stored in different layers
- some small provisions for 'multi word' words added. mblem may use them
other modules just ignore them (seeing a multiword as multi words) - added --inpuclass and --outputclass options. (prefer over textclass)
- added a --retry option, to redo complete directories, skipping what is done.
- added a --nostdout option to suppress the tabbed output to stdout
- refactoring and small fixes
v0.13.7
v0.13.6
- rework done on compounding in MBMA. (still work in progress)
- lots of improvement in MBMA rule handling. (but still work in progress)
- support for 'glue' rules added.
- support for 'hidden' morphemes added.
- proper CELEX tags are outputted now in the XML
- some structure labels have better names now
- removed exit() calls from library modules (issue #17)
- added languages option which is handled over to ucto too.
- detect multiple languages
- handle a selected language an ignore the rest
v0.13.5
v0.13.4
- added long options --help and --version
- interactive use is limited to TTY's only, so pipes from std in work
- added a --language='name' option. it tries to read the configuration from
a subdirectory with 'name' in the configdir
The default is 'nl' - tokenizer timing is fixed at last
- be robust against a missing clex tag
- better warning when OpenMP is not present
- adaptation in mbma
- added 2 convenience functions to FragAPI:
get_full_morph_analysis() and
get_compound_analysis() - CompoundType is now in it;s own namespace
- some code refactoring, as usual