Commit History

feat: add /thesaurus-custom/{word} to delete words
fdefa6c

alessandro trinca tornidor commited on

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

alessandro trinca tornidor commited on

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

alessandro trinca tornidor commited on

test: add test cases for /thesaurus-inflated-phrase, remove /thesaurus-inflated and its test cases
e20c434

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

test: add missing fastapi app test cases
8f964f4

alessandro trinca tornidor commited on

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

alessandro trinca tornidor commited on

feat: improve body parsing in get_synonyms() /thesaurus-inflated endpoint and correct allowed origins in error responses
0e901a0

alessandro trinca tornidor commited on

feat: add the backend part of a workflow to inflate synonyms according to the start word
b8cdad9

alessandro trinca tornidor commited on

feat: get_current_info_wordnet(True) now will preloads wordnet corpus
9fbe321

alessandro trinca tornidor commited on

feat: refactor get_synsets_by_word_and_language() to reduce code duplication
38adeb3

alessandro trinca tornidor commited on

feat: add /words-frequency POST route to return a wordsapi compatible response from nltk wordnet corpus
e0b1feb

alessandro trinca tornidor commited on

feat: handle mongo exceptions in a better way
c4cfe4e

alessandro trinca tornidor commited on

ci: add docker and docker compose support
d7027f5

alessandro trinca tornidor commited on

feat: handle errors in a better way
13dec5e

alessandro trinca tornidor commited on

test: update test cases
1c72750

alessandro trinca tornidor commited on

feat: add pydantic validation within get_words_frequency()
7496446

alessandro trinca tornidor commited on

feat: add backend endpoint /thesaurus-wordsapi with related add functions (mongodb persistence)
8a3e357

alessandro trinca tornidor commited on

feat: add thesaurus backend code, persistent storage with mongodb
bf71d0e

alessandro trinca tornidor commited on

feat: add thesaurus backend part
284e694

alessandro trinca tornidor commited on

refactor: update logs, remove wrong import, handle exception if missing idxRowChild and idxRowParent keys
57447c1

alessandro trinca tornidor commited on

feat: handle correctly html text content nested within SPAN childNodes, like lite.koboldai.net editable mode
cb64b5f

alessandro trinca tornidor commited on

doc: improve app log messages
6a4a012

alessandro trinca tornidor commited on

feat: show properly my ghost writer version
8df15b3

alessandro trinca tornidor commited on

feat: add STATIC_FOLDER, API_MODE env variables
9f7342c

alessandro trinca tornidor commited on

ci: move the app.py file within the my_ghost_writer package
3239521

alessandro trinca tornidor commited on