Skip navigation links

Package edu.stanford.nlp.util

A collection of useful general-purpose utility classes.

See: Description

Package edu.stanford.nlp.util Description

A collection of useful general-purpose utility classes. Below is a selection of some of the most useful utility classes. Consult the class comments for more details on any of these classes.

Other packages with some useful utilities

edu.stanford.nlp.io
Contains some useful classes for traversing file systems to get lists of files, writing encoded output, and so on.
edu.stanford.nlp.process
Contains many useful text-filtering classes (they work on Documents from the dbm package).
edu.stanford.nlp.stats
Contains some useful classes for tracking statistics (counts) and performing various calculations (e.g. precision/recall)
edu.stanford.nlp.swing
Contains utilities for working with Swing GUIs, e.g. adding icons to your buttons, representing a GUI for properties, adding undo/redo support, adding smart text selection, etc.
edu.stanford.nlp.web
Contains some classes for doing programmatic web searches and parsing web pages.
Skip navigation links

Stanford NLP Group