如何在 Ubuntu 中正确安装 Stanford Parser? (没有 nltk)

How to install correctly Stanford Parser in Ubuntu? (without nltk)

我正在尝试在 Ubuntu 18.04.3 上安装 Stanford Parser,完全没有安装 NLTK 包,但我不确定它是如何安装的能够与 Java 或 Python 一起使用。

我已经从官方网站 [Stanford Parser] [https://nlp.stanford.edu/software/lex-parser.shtml#Download ] 下载了完整的包和我需要的语言。 因此,我还安装了 Java JDK 和 Java JRE,但我无法检测到 Stanford Parser paks。

我是新手。 :-|

  1. 下载并解压目录
  2. cd /path/to/stanford-parser-full-2018-10-17
  3. export CLASSPATH=/path/to/stanford-parser-full-2018-10-17/*:
  4. java -Xmx5g edu.stanford.nlp.parser.lexparser.LexicalizedParser -outputFormat "penn,typedDependencies" edu/stanford/nlp/models/lexparser/englishPCFG.ser.gz data/english-onesent.txt