Hacker News new | ask | show | jobs
by syllogism 3502 days ago
If you want to tag sequential spans of text, then you've basically got the same "shape" of problem as named entity recognition, just with different labels and data. BiLSTMs work well for this.