NLP - 识别哪个形容词描述句子中的哪个名词

数据挖掘 nlp 文本挖掘
2022-03-04 09:07:13

我需要一种方法/算法来识别哪个形容词描述了句子中的哪个名词。

样本输入:

"The product itself is good however this company has a terrible service"

作为输出,我想得到类似的东西:

[product, good]
[service, terrible]

您能否指出一些可能有助于解决此问题的资源/名称/算法或库(无论哪种编程语言)?

0个回答
没有发现任何回复~