376545450d
* finished changes to stopwords and langauges * final changes to stopwords * basic testing * add tests * Remove formatter for now * fix merge * cd * touch __init__ * Relative path issue \? * run tests before app * Move tests to inside docker * exit when any command fails --------- Co-authored-by: Max Zaremba <max.zaremba@gmail.com> |
||
---|---|---|
.. | ||
scripts | ||
src | ||
.gitignore | ||
Dockerfile | ||
Makefile | ||
Pipfile | ||
README.md | ||
pipenv-proper-names.txt | ||
pyvenv.cfg |
README.md
OAPEN Suggestion Service
Getting Started
Running the application
Ensure that you have followed the setup instructions in the top level README, then run:
docker-compose up --build
Cleaning the database manually
./scripts/clean.sh
Refreshing items + suggestions manually
./scripts/refresh.sh
How to remove/filter out bad ngrams
Members of EbookFoundation can create a pull request to edit the stopwords used to filter out bad trigrams:
oapen-engine/src/model/stopwords_*.txt
This also can be done to remove a malformed trigram already in the database (during the next run)