Releases: benjamsf/python-latinnlp-lutherscripts
Releases · benjamsf/python-latinnlp-lutherscripts
Release 0.3.0: Topic modeling implemented, callable from the CLI
Release 0.2.1: Pip-installable package, working cli and somewhat working gui for tokenizers
This version can do tokenize a Latin source text by words and sentences. Output in json. GUI has initial support for two first functions to process word tokenized source files, but the modules to do so need some more work.
Release 0.2.0: Pip-installable package, working cli and WIP gui
Description in the base README.
Release 0.1.0: Working CLI for word and sentence tokenizer
Working CLI for tokenizers. Run by python cli.py function -s -d, whereas function = word_tokenize_latin or sent_tokenize_latin.