Semantic analysis of text

2019-04-02 08:33发布

Which tools would you recommend to look into for semantic analysis of text?

Here is my problem: I have a corpus of words (keywords, tags).

I need to process sentences, input by users and find if they are semantically close to words in the corpus that I have.

Any kind of suggestions (books or actual toolkits / APIs) are very welcome.

Regards,

3条回答
戒情不戒烟
3楼-- · 2019-04-02 09:30

You can try some WordNet similarity measurements. Ted Pedersen has a compilation of those metrics in WordNet::Similarity which you can experiment and look into. There are counterpart implementations in other languages (e.g. Java).

查看更多
Explosion°爆炸
4楼-- · 2019-04-02 09:37

If you consider your corpus as an ontology, Apache Stanbol - http://incubator.apache.org/stanbol/ - might be useful. It uses dbpedia as the default ontology while analyzing text. Although it is incubating, enhancer component is good enough foe adoption. So, you can give it a try.

查看更多
登录 后发表回答