Spaces:
Sleeping
Sleeping
Update summaries
Browse files
app.py
CHANGED
@@ -264,7 +264,7 @@ async def process_ner(
|
|
264 |
|
265 |
|
266 |
# @app.post("/pos", response_model=List[POSItem], summary="Part-of-Speech Tagging")
|
267 |
-
@app.post("/pos", response_model=POSResponse, summary="Part-of-Speech (POS)
|
268 |
async def process_pos(
|
269 |
text: str = Query(
|
270 |
...,
|
|
|
264 |
|
265 |
|
266 |
# @app.post("/pos", response_model=List[POSItem], summary="Part-of-Speech Tagging")
|
267 |
+
@app.post("/pos", response_model=POSResponse, summary="Part-of-Speech Tagging (POS)")
|
268 |
async def process_pos(
|
269 |
text: str = Query(
|
270 |
...,
|