Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.ClassNotFoundException: it.uniroma1.lcl.jlt.util.EnglishLemmatizer #17

Open
alexanders0 opened this issue Jun 11, 2018 · 0 comments

Comments

@alexanders0
Copy link

Hi, when I try to run the code I get the following error message, but the jlt-2.0.0.jar is already added:

Exception in thread "main" java.lang.NoClassDefFoundError: it/uniroma1/lcl/jlt/util/EnglishLemmatizer
at it.uniroma1.lcl.adw.textual.similarity.TextualSimilarity.(TextualSimilarity.java:73)
at it.uniroma1.lcl.adw.textual.similarity.TextualSimilarity.getInstance(TextualSimilarity.java:92)
at it.uniroma1.lcl.adw.textual.similarity.PairSimilarity.cookLexicalItem(PairSimilarity.java:124)
at it.uniroma1.lcl.adw.textual.similarity.PairSimilarity.getSimilarity(PairSimilarity.java:292)
at it.uniroma1.lcl.adw.ADW.getPairSimilarity(ADW.java:117)
at it.uniroma1.lcl.adw.ADW.demo(ADW.java:147)
at it.uniroma1.lcl.adw.ADW.main(ADW.java:192)
Caused by: java.lang.ClassNotFoundException: it.uniroma1.lcl.jlt.util.EnglishLemmatizer
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 7 more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant