我需要一种方法/算法来识别哪个形容词描述了句子中的哪个名词。
样本输入:
"The product itself is good however this company has a terrible service"
作为输出,我想得到类似的东西:
[product, good]
[service, terrible]
您能否指出一些可能有助于解决此问题的资源/名称/算法或库(无论哪种编程语言)?
我需要一种方法/算法来识别哪个形容词描述了句子中的哪个名词。
样本输入:
"The product itself is good however this company has a terrible service"
作为输出,我想得到类似的东西:
[product, good]
[service, terrible]
您能否指出一些可能有助于解决此问题的资源/名称/算法或库(无论哪种编程语言)?