Sentence splitter service for White Estate Document API
$ pip install pipenv
$ pipenv install
$ pipenv run python -m spacy download en_core_web_lg
$ pipenv run uvicorn main:app
$ pipenv run uvicorn main:app --port 8081 --host 0.0.0.0 --workers 4Including spacy models in docker containers is usually a bad idea, so we don't really provide any docker support. Feel free to implement it on your own.
SPACY_MODEL- spacy model to load. By default,en_core_web_lg