Skip to content

Releases: benjamsf/python-latinnlp-lutherscripts

Release 0.3.0: Topic modeling implemented, callable from the CLI

14 Apr 18:31
d7c44f0
Compare
Choose a tag to compare

Release 0.2.1: Pip-installable package, working cli and somewhat working gui for tokenizers

09 Apr 21:59
b6001b8
Compare
Choose a tag to compare

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

08 Apr 22:19
9743234
Compare
Choose a tag to compare

Release 0.1.0: Working CLI for word and sentence tokenizer

07 Apr 22:11
Compare
Choose a tag to compare

Working CLI for tokenizers. Run by python cli.py function -s -d, whereas function = word_tokenize_latin or sent_tokenize_latin.