eloukas commited on
Commit
6956e73
1 Parent(s): eca840e

Update description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from pydantic import BaseModel, Field
7
 
8
  app = FastAPI(
9
  title="The Grεεk NLP API 🇬🇷",
10
- description="State-of-the-art API for Greek NLP tasks including Greeklish to Greek conversion (G2G), Named Entity Recognition (NER), Part-of-Speech (POS) tagging, and Dependency Parsing (DP). Powered by the Grεεk NLP Toolkit ([https://github.com/nlpaueb/gr-nlp-toolkit/](https://github.com/nlpaueb/gr-nlp-toolkit/)). Available via PyPI (`pip install gr-nlp-toolkit`). ",
11
  version="1.0.0",
12
  contact={
13
  "name": "Natural Language Processing Group - Athens University of Economics and Business (AUEB)",
 
7
 
8
  app = FastAPI(
9
  title="The Grεεk NLP API 🇬🇷",
10
+ description="State-of-the-art API for Greek NLP tasks including Greeklish to Greek conversion (G2G), Named Entity Recognition (NER), Part-of-Speech (POS) tagging, and Dependency Parsing (DP). The API is powered by the Grεεk NLP Toolkit ([https://github.com/nlpaueb/gr-nlp-toolkit/](https://github.com/nlpaueb/gr-nlp-toolkit/)), which is also available via PyPI (`pip install gr-nlp-toolkit`). ",
11
  version="1.0.0",
12
  contact={
13
  "name": "Natural Language Processing Group - Athens University of Economics and Business (AUEB)",