globalwordnet / OMW

The Open Multilingual Wordnet
http://compling.hss.ntu.edu.sg/omw/
MIT License
57 stars 9 forks source link

We should do the final graph check on the merge of all the lexicons. #82

Open fcbond opened 4 years ago

fcbond commented 4 years ago

If you have multiple lexicons in an LMF file, we should check that they don't form cycles when combined together.

So we need to store each lexicon's hypernym graph and then merge them all with OMW, then check for cycles.