使用Stanford Java CoreNLP库,我得到了以下内容: String text = "My name is Anthony";NNP - Proper singular noun - Anthony
Anthony-4 - INVALID - Anthony WordParts.java缩写来自这篇文章(Java Stanford NLP: Part o
Exception in thread "main" java.lang.UnsupportedClassVersionError: edu/stanford/nlp/pipeline/StanfordCoreNLPat java.lang.ClassLoader.defineClass(Unknown Source) at
on document text pipeline.annotate(document); at edu.stanford.nlp.pipeline.AnnotatorPool.get(AnnotatorPool.java:85)
at edu.stanford.nlp.pipeline.Stanfor