eloukas commited on
Commit
e061dbf
1 Parent(s): 92218bf

Update files

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -1
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🔥
4
  colorFrom: indigo
5
  colorTo: yellow
6
  sdk: docker
7
- pinned: yes
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, available on 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). 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)",