Ask HN: Anyone using NLP to tag sentences?

5 points by mrburton ↗ HN
I'm curious if anyone has attempted to analyze text and determine which sentences are about a given topic.

e.g., This is about salary or time off

3 comments

[ 3.0 ms ] story [ 18.1 ms ] thread
Yes I have. Convolutional Nets work well for simpler cases. See [Yoon Kim 2014](https://arxiv.org/abs/1408.5882). FYI "Tagging" in NLP is more used for labelling individual words (verbs, nouns, pronouns, etc). "Classification" is a better keyword here.