简体   繁体   中英

JWNL (Java WordNet Library) and WordNet

I'm getting this error when i'm using JWNL:

net.didion.jwnl.JWNLException: Unable to install net.didion.jwnl.dictionary.FileBackedDictionary
    at net.didion.jwnl.util.factory.Element.install(Element.java:34)
    at net.didion.jwnl.JWNL.initialize(JWNL.java:169)
    at wordnet.WordNetHelper.initialize(WordNetHelper.java:25)
    at wordnet.SynReplace.main(SynReplace.java:17)

I tried to rename the files in dict index.noun, index.verb to noun.idx, verb.idx and i got the same error, i also tried wordnet 2.1 version for windows and 3.0 for linux please help me !!

您还必须将data.noun,data.verb ..files重命名为noun.dat,verb.dat ...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM