| .. | ||
| remote-test | ||
| simple-mag | ||
| thesis | ||
| example_secrets.ini | ||
| ideas.drawio | ||
| open_s3.md | ||
| README.md | ||
| scope-data.drawio.svg | ||
ScoutinScience UtilitieS for text processing 
amogus
Exports
Requires loading spacy model
This is automatic but will require some time.
Add this to the Dockerfile for caching the spaCy model:
RUN pip install --no-cache-dir en-core-web-sm@https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.3.0/en_core_web_sm-3.3.0-py3-none-any.whl
Development
- Optional booleans must have a default value of
False. - No imports in top-level
__init__.py, in order to not load anything unnecessary automatically - Should only be updated through a PR