Hi,
I've added all the jar files in NetBeans to the library folder, but I still keep getting the:
NoClassDefFoundError
error whenever I run the project. The class(es) that it's looking for are the Document and Sentence class. As this is the Core NLP Simple version, the import statement works and NetBeans doesn't show any problems in the editor, but when I run the project it gives me this error.
Would appreciate the help.