great-ai/great_ai/README.md
András Schmelczer eb7ddf1496
Rename library
Signed-off-by: András Schmelczer <andras@schmelczer.dev>
2022-05-08 22:04:55 +02:00

1.3 KiB

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