edu.stanford.nlp.fsm.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stanford-parser Show documentation
Show all versions of stanford-parser Show documentation
Stanford Parser processes raw text in English, Chinese, German, Arabic, and French, and extracts constituency parse trees.
/**
* Contains two implementations of finite state machines. One is DFSA
, which is older and used in some of
* the old parse code. The second is TransducerGraph, which represents a transducer (a generalization of a FSM) and is
* used in the newer grammar compaction code currently used in the parser.
* For questions contact Dan Klein ([email protected]) or Teg Grenager ([email protected]).
*/
package edu.stanford.nlp.fsm;