Spaces:
Sleeping
Sleeping
Update files
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: 🔥
|
|
4 |
colorFrom: indigo
|
5 |
colorTo: yellow
|
6 |
sdk: docker
|
7 |
-
pinned:
|
8 |
license: cc-by-nc-nd-4.0
|
9 |
---
|
10 |
|
|
|
4 |
colorFrom: indigo
|
5 |
colorTo: yellow
|
6 |
sdk: docker
|
7 |
+
pinned: true
|
8 |
license: cc-by-nc-nd-4.0
|
9 |
---
|
10 |
|
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
|
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). 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)",
|