great-ai/docs
2022-06-26 10:24:53 +02:00
..
remote-test Add remote calls 2022-06-26 10:24:53 +02:00
simple-mag Move files 2022-06-25 14:01:14 +02:00
thesis Move files 2022-06-25 14:01:14 +02:00
example_secrets.ini Create dockerfile 2022-06-25 15:31:49 +02:00
ideas.drawio Move files 2022-06-25 14:01:14 +02:00
open_s3.md Move files 2022-06-25 14:01:14 +02:00
README.md Minor improvements 2022-06-25 19:04:02 +02:00
scope-data.drawio.svg Move files 2022-06-25 14:01:14 +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