Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/flash/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Stanford nlp coreNLP:从json表示开始创建文档_Stanford Nlp - Fatal编程技术网

Stanford nlp coreNLP:从json表示开始创建文档

Stanford nlp coreNLP:从json表示开始创建文档,stanford-nlp,Stanford Nlp,我在一个大型语料库上运行了coreNLP,并通过调用edu.stanford.nlp.simple.Document对象的jsonMinified()以JSON格式存储了注释 是否有方法从包含文档JSON表示的字符串开始创建simple.Document

我在一个大型语料库上运行了coreNLP,并通过调用
edu.stanford.nlp.simple.Document
对象的
jsonMinified()
以JSON格式存储了注释

是否有方法从包含文档JSON表示的字符串开始创建
simple.Document