mgw / my_ghost_writer /text_parsers2.py

Commit History

refactor: refactored get_wordnet_synonyms()
0343c29

alessandro trinca tornidor commited on

test: add more test cases for get_wordnet_synonyms()
d6e9ab3

alessandro trinca tornidor commited on

feat: make /thesaurus-inflated-phrase agnostic, not bounded to synonyms - /thesaurus-custom fixed
a707261

alessandro trinca tornidor commited on

feat: add a default download NLTK_DATA folder
498803f

alessandro trinca tornidor commited on

fix: set for download the correct NLTK packages
3ee7cf1

alessandro trinca tornidor commited on

fix: improve CustomSynonymHandler behavior
0b98421

alessandro trinca tornidor commited on

feat: preload NLTK wordnet at fastapi app startup, renamed some exception objects
41f6b1c

alessandro trinca tornidor commited on

feat: improve logs
15f45fc

alessandro trinca tornidor commited on

chore: improve error logs in case of spacy model not found
224f2bb

alessandro trinca tornidor commited on

feat: improve the initial /thesaurus-custom endpoint
88320db

alessandro trinca tornidor commited on

feat: handle reverse search for custom entries, merge them with the ones from the builtin wordnet corpus
a434f16

alessandro trinca tornidor commited on

feat: add new endpoint to add custom thesaurus entries
39ba49c

alessandro trinca tornidor commited on

test: update python backend test cases, update logs
989f544

alessandro trinca tornidor commited on

feat: multi-words substitution support, backend part
5ffb0e3

alessandro trinca tornidor commited on

feat: handle NLTK wordnet preloading within /health-wordnet
a901fdc

alessandro trinca tornidor commited on

feat: spacy language model now is configurable
c2c8fde

alessandro trinca tornidor commited on

refactor: reduce inflect_synonym() complexity
1705761

alessandro trinca tornidor commited on

refactor: remove unreachable code, rename some exception objects
ab09955

alessandro trinca tornidor commited on

fix: inflect_synonym(), avoid wrong inflection in cases of adjectives
b240c9d

alessandro trinca tornidor commited on

test: add test cases for functions within text_parsers2.py
1646fa4

alessandro trinca tornidor commited on