Which is better? OpenCyc or ConceptNet?
Posted
by Daniel Loureiro
on Stack Overflow
See other posts from Stack Overflow
or by Daniel Loureiro
Published on 2010-04-15T10:10:04Z
Indexed on
2010/04/15
10:13 UTC
Read the original article
Hit count: 325
Hi, I'm doing a NLP project where I need to recognise concepts in sentences to find other similar concepts. I do this to infer word valences from a list I already have. I started using WordNet, but it gave many contradictory results. By contradictory results I mean word expansions that had contradictory valences.
So now I'm looking into ConceptNet and OpenCyc. I've already implemented ConceptNet and it was all very easy and I love it. Problem is that OpenCyc appears to have a much larger and more logically rigid database, which is important when I found so many "contradictions" on WordNet... But I wouldn't know because I haven't tried it.
Could someone tell me if it's worth going through the (considerable, for me) effort to implement OpenCyc, or is ConceptNet good enough to infer word valences? Are they that different?
I'll be happy to explain myself further, if needed. Trying to keep it short for now!
Thanks!
© Stack Overflow or respective owner