【发布时间】:2019-04-02 12:19:10
【问题描述】:
"the bride and the groom got married at the church."
在上面的句子上应用一个简单的 POS-tagger 产生:
"the bride(NOUN) and the groom(NOUN) got married at the church(NOUN)."
我有兴趣过滤掉bride, groom。我尝试过使用各种 NLP 技巧,例如 NER(提取名词短语),但徒劳无功。
我想知道这个问题是否已经解决了。
【问题讨论】:
标签: nlp stanford-nlp linguistics