Y
Hacker News
new
|
ask
|
show
|
jobs
by
Cyril_HN
1623 days ago
Would this let a complete novice tag and classify words, say, to only highlight verbs? Would that task be easier than typical methods?
2 comments
beijbom
1623 days ago
Hi Cyril_HN! Thanks for your question. What you are asking for is sometimes called "part of speech" tagging. We currently don't support that but will add it down the road along with more advanced image outputs like detection.
link
beijbom
1623 days ago
I'm Oscar, btw. :)
link
stuartaxelowen
1623 days ago
Check out Spacy, it provides PoS tagging (among other things):
https://spacy.io
link