Blog

Stanford Parser

Setup

  1. Install the parser

    brew install stanford-parser
  2. Take the parsers out of the Cellar

    mkdir -p /usr/local/libexec
    ln -s /usr/local/Cellar/stanford-parser/1.6.2/libexec /usr/local/libexec/stanford-parser
  3. Try it out in the GUI

    lexparser-gui.csh

    screenshot of the parser gui

    Hint: You can find the English parser here: /usr/local/libexec/stanford-parser/englishPCFG.ser.gz

Links