Spaces:
Sleeping
Sleeping
Update description
Browse files
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).
|
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)",
|