Skip navigation links

Package edu.stanford.nlp.graph

A simple directed graph implementatin that we use to support our dependency graphs.

See: Description

Package edu.stanford.nlp.graph Description

A simple directed graph implementatin that we use to support our dependency graphs. We introduced this to avoid needing to depend on an external library for simple graph functionality.
Author:
John Bauer
Skip navigation links

Stanford NLP Group