为此,我将对完整字符串执行nlp解析,以获得spacy Doc,然后循环遍历doc.sents并使用span.as_doc()将跨文档转换为Docs。"])nlp_test1 = nlp('The quick brown fox jumpsover the lazy dog')
print(list(nlp_test1.sen
edu.stanford.nlp.io.RuntimeIOException: java.io.FileNotFoundException: at edu.stanford.nlp.ie.NERFeatureFactory.initLexicon(NERFeatureFactory.java:474)
at edu.stanford.nlp.ie.NERFeatureFac