great-ai/good_ai
András Schmelczer be567897d9 Fix tests
Signed-off-by: András Schmelczer <andras@schmelczer.dev>
2022-04-06 17:21:18 +02:00
..
src Refactor 2022-04-06 17:18:51 +02:00
tests Fix tests 2022-04-06 17:21:18 +02:00
.gitignore Add files 2022-04-02 13:47:33 +02:00
example_secrets.ini Refactor 2022-04-06 17:18:51 +02:00
open_s3.md Add files 2022-04-02 13:47:33 +02:00
pyproject.toml Add files 2022-04-02 13:47:33 +02:00
README.md Add files 2022-04-02 13:47:33 +02:00
requirements.txt Add files 2022-04-02 13:47:33 +02:00
setup.cfg Add files 2022-04-02 13:47:33 +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-lg@https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.2.0/en_core_web_lg-3.2.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