You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JavaToDbTransformer gives an error when importing Wordnet LMF (it's called by Diversicon.importResource()). This is not a big deal since the transformer is not even supposed to be called with big LexicalResources like Wordnet.
For the record, error was:
at com.rits.cloning.Cloner$1.deepClone(Cloner.java:103)
at com.rits.cloning.FastClonerLinkedList.clone(FastClonerLinkedList.java:19)
at com.rits.cloning.Cloner.fastClone(Cloner.java:114)
at com.rits.cloning.Cloner.cloneInternal(Cloner.java:416)
at com.rits.cloning.Cloner.cloneObject(Cloner.java:453)
The text was updated successfully, but these errors were encountered:
The
JavaToDbTransformer
gives an error when importing Wordnet LMF (it's called by Diversicon.importResource()). This is not a big deal since the transformer is not even supposed to be called with big LexicalResources like Wordnet.For the record, error was:
The text was updated successfully, but these errors were encountered: