great-ai/great_ai
2022-06-19 17:15:52 +02:00
..
src Add ground_truth API and refactor 2022-06-19 17:15:52 +02:00
tests Refactor LargeFile 2022-06-03 10:44:01 +02:00
.gitignore Rename library 2022-05-08 22:04:55 +02:00
example_secrets.ini Rename library 2022-05-08 22:04:55 +02:00
open_s3.md Integrate new large_files 2022-06-03 19:26:55 +02:00
pyproject.toml Rename library 2022-05-08 22:04:55 +02:00
README.md Add sus updates 2022-05-25 19:36:54 +02:00
requirements.txt Minor fixes 2022-05-26 21:22:00 +02:00
setup.cfg Integrate new large_files 2022-06-03 19:26:55 +02:00

ScoutinScience UtilitieS for text processing Lint and test ScoutinScience utilities

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