Skip to content

Commit 9305406

Browse files
author
Guokan SHANG
committed
fix typos
1 parent 730ddbe commit 9305406

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This repository is for building a Docker image for LinTO's NLP service: Keyphras
55

66
linto-platform-nlp-keyphrase-extraction is backed by [spaCy](https://spacy.io/) v3.0+ featuring transformer-based pipelines, thus deploying with GPU support is highly recommeded for inference efficiency.
77

8-
LinTo's NLP services adopt the basic design concept of spaCy: [component and pipeline](https://spacy.io/usage/processing-pipelines), componets are decoupled from the service and can be easily re-used in other projects, components are organised into pipelines for realising specific NLP tasks.
8+
LinTo's NLP services adopt the basic design concept of spaCy: [component and pipeline](https://spacy.io/usage/processing-pipelines), components are decoupled from the service and can be easily re-used in other projects, components are organised into pipelines for realising specific NLP tasks.
99

1010
This service uses [FastAPI](https://fastapi.tiangolo.com/) to serve custom spaCy's components as pipelines:
1111
- `kpe`: Keyphrase Extraction
@@ -34,7 +34,7 @@ mv .envdefault .env
3434
# APP_LANG=fr en | Running language of application, "fr en", "fr", etc.
3535
# ASSETS_PATH_ON_HOST=./assets | Storage path of models on host. (only applicable when docker-compose is used)
3636
# ASSETS_PATH_IN_CONTAINER=/app/assets | Volume mount point of models in container. (only applicable when docker-compose is used)
37-
# WORKER_NUMBER=3 | Number of processing workers. (only applicable when docker-compose is used)
37+
# WORKER_NUMBER=1 | Number of processing workers. (only applicable when docker-compose is used)
3838
```
3939

4040
4 Build image

0 commit comments

Comments
 (0)