great-ai/good_ai
András Schmelczer 1c501db81a Format
Signed-off-by: András Schmelczer <andras@schmelczer.dev>
2022-04-02 21:59:09 +02:00
..
src/good_ai Format 2022-04-02 21:59:09 +02:00
tests Format 2022-04-02 13:57:16 +02:00
.gitignore Add files 2022-04-02 13:47:33 +02:00
example_secrets.ini Add files 2022-04-02 13:47:33 +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