| Name | Description | Type | Package | Framework |
| AbstractIterator | Iterator with remove() defined to throw an UnsupportedOperationException. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| AcronymMatcher | A simple class with a variety of acronym matching utilities. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| ArrayCoreMap | Base implementation of CoreMap backed by two Java arrays. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| ArrayHeap | Values are all implicit in the comparator passed in on construction. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| ArrayMap | Map backed by an Array. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| ArraySet | An array-backed set. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| ArrayStringFilter | Filters Strings based on whether they exactly match any string in the array it is initially constructed with. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| ArrayStringFilter .Mode | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.util.ArrayStringFilter | Stanford Parser |
|
| ArrayUtils | Static utility methods for operating on arrays. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| Beam | ScoredComparator. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| BinaryHeapPriorityQueue | PriorityQueue with explicit double priority values. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| ByteStreamGobbler | Stream Gobbler that read and write bytes (can be used to gobble byte based stdout from a process. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| CacheMap | A fixed size hash map with LRU replacement. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| CallbackFunction | A callback function (along the lines of Berkeley optimization repo), which is currently used in the optimization package. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| Characters | Character-level utilities. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| CollectionFactory | Factory for vending Collections. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| CollectionFactory .ArrayListFactory | | Class | edu.stanford.nlp.util.CollectionFactory | Stanford Parser |
|
| CollectionFactory .HashSetFactory | | Class | edu.stanford.nlp.util.CollectionFactory | Stanford Parser |
|
| CollectionFactory .LinkedListFactory | | Class | edu.stanford.nlp.util.CollectionFactory | Stanford Parser |
|
| CollectionFactory .SizedArrayListFactory | | Class | edu.stanford.nlp.util.CollectionFactory | Stanford Parser |
|
| CollectionFactory .TreeSetFactory | | Class | edu.stanford.nlp.util.CollectionFactory | Stanford Parser |
|
| CollectionUtils | Collection of useful static methods for working with Collections. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| CollectionValuedMap | Map from keys to Collections. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| Color | ANSI supported colors These values are mirrored in Redwood. | Class | edu.stanford.nlp.util.logging | Stanford Parser |
|
| Comparators | | Class | edu.stanford.nlp.util | Stanford Parser |
|
| ConcatenationIterator | Iterator that represents the concatenation of two other iterators. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| ConcurrentHashIndex | A fast threadsafe index that supports constant-time lookup in both directions. | Class | edu.stanford.nlp.util.concurrent | Stanford Parser |
|
| ConfusionMatrix | This implements a confusion table over arbitrary types of class labels. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| ConvertByteArray | This is used to convert an array of double into byte array which makes it possible to keep it more efficiently. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| CoreMap | Base type for all annotatable core objects. | Interface | edu.stanford.nlp.util | Stanford Parser |
|
| DataFilePaths | Simple utility class: reads the environment variable in ENV_VARIABLE and provides a method that converts strings which | Class | edu.stanford.nlp.util | Stanford Parser |
|
| DeltaCollectionValuedMap | map and changes to that map. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| DeltaIndex | A class that has a backing index, such as a hash index you don't want changed, and another index which will hold extra entries that | Class | edu.stanford.nlp.util | Stanford Parser |
|
| DeltaMap | A Map which wraps an original Map, and only stores the changes (deltas) from the original Map. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| DisabledPreferences | A do-nothing Preferences implementation so that we can avoid the hassles of the JVM Preference implementations. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| DisabledPreferencesFactory | Returns do-nothing Preferences implementation. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| EditDistance | Find the (Levenshtein) edit distance between two Strings or Character By default it allows transposition. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| ErasureUtils | Class to gather unsafe operations into one place. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| Execution | A class to set command line options. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| Execution .LazyFileIterator | A lazy iterator over files, not loading all of them into memory at once. | Class | edu.stanford.nlp.util.Execution | Stanford Parser |
|
| Execution .Option | | Class | edu.stanford.nlp.util.Execution | Stanford Parser |
|
| Factory | A generified factory class which creates instances of a particular type. | Interface | edu.stanford.nlp.util | Stanford Parser |
|
| FilePathProcessor | The FilePathProcessor traverses a directory structure and applies the processFile method to files meeting some | Class | edu.stanford.nlp.util | Stanford Parser |
|
| FileProcessor | Interface for a Visitor pattern for Files. | Interface | edu.stanford.nlp.util | Stanford Parser |
|
| FilteredIterator | Iterator that suppresses items in another iterator based on a filter function. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| Filters | Static class with some useful Predicate implementations and utility methods for working Contains filters that always accept or reject, filters that accept or reject an Object if it's in a given | Class | edu.stanford.nlp.util | Stanford Parser |
|
| Filters .ConjFilter | Conjunction of a list of filters. | Class | edu.stanford.nlp.util.Filters | Stanford Parser |
|
| Filters .DisjFilter | Disjunction of a list of filters. | Class | edu.stanford.nlp.util.Filters | Stanford Parser |
|
| Filters .RandomFilter | A filter that accepts a random fraction of the input it sees. | Class | edu.stanford.nlp.util.Filters | Stanford Parser |
|
| FixedPrioritiesPriorityQueue | A priority queue based on a binary heap. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| FuzzyInterval | A FuzzyInterval is an extension of Interval where not all endpoints are always specified or comparable. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| FuzzyInterval .FuzzyComparable | If two objects are clearly comparable, compareTo will return -1,1,0 as before If two objects are not quite comparable, compareTo will return it's best guess | Interface | edu.stanford.nlp.util.FuzzyInterval | Stanford Parser |
|
| Generics | A collection of utilities to make dealing with Java generics less painful and verbose. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| GoogleNGramsSQLBacked | To query Google Ngrams counts from SQL in a memory efficient manner. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| HashableCoreMap | An extension of ArrayCoreMap with an immutable set of key,value pairs that is used for equality and hashcode comparisons. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| HashableCoreMap .HashableCoreMapException | An exception thrown when attempting to change the value associated with an (immutable) hash key in a HashableCoreMap. | Class | edu.stanford.nlp.util.HashableCoreMap | Stanford Parser |
|
| HashIndex | both directions (via get(int) and indexOf(E). | Class | edu.stanford.nlp.util | Stanford Parser |
|
| HasInterval | | Interface | edu.stanford.nlp.util | Stanford Parser |
|
| Heap | These heaps implement a decreaseKey operation, which requires a separate Object to Index map, and for objects to be unique in the Heap. | Interface | edu.stanford.nlp.util | Stanford Parser |
|
| IdentityHashSet | This class provides a IdentityHashMap-backed implementation of the Set interface. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| Index | A collection that maps between a vocabulary of type E and a continuous non-negative integer index series beginning (inclusively) at 0. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| Interner | For interning (canonicalizing) things. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| InterruptibleMulticoreWrapper | | Class | edu.stanford.nlp.util.concurrent | Stanford Parser |
|
| Interval | Represents a interval of a generic type E that is comparable. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| Interval .RelType | RelType gives the basic types of relations between two intervalsthis interval starts after the other ends | Class | edu.stanford.nlp.util.Interval | Stanford Parser |
|
| IntervalTree | An interval tree maintains a tree so that all intervals to the left start before current interval and all intervals to the right start after. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| IntervalTree .TreeNode | | Class | edu.stanford.nlp.util.IntervalTree | Stanford Parser |
|
| IntPair | | Class | edu.stanford.nlp.util | Stanford Parser |
|
| IntQuadruple | | Class | edu.stanford.nlp.util | Stanford Parser |
|
| IntTriple | | Class | edu.stanford.nlp.util | Stanford Parser |
|
| IntTuple | A tuple of int. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| IntUni | Just a single integerAuthor:Kristina Toutanova (kristina@cs. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| IterableIterator | This cures a pet peeve of mine: that you can't use an Iterator directly in Java 5's foreach construct. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| Iterables | Utilities for helping out with Iterables as Collections is to Collection. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| Iterables .IncrementComparator | A comparator used by the merge functions to determine which of two iterators to increment by one of the merge functions. | Interface | edu.stanford.nlp.util.Iterables | Stanford Parser |
|
| JavaUtilLoggingAdaptor | Reroutes java. | Class | edu.stanford.nlp.util.logging | Stanford Parser |
|
| JavaUtilLoggingAdaptor .RedwoodHandler | This is the bridge class which actually adapts java. | Class | edu.stanford.nlp.util.logging.JavaUtilLoggingAdaptor | Stanford Parser |
|
| JavaUtilLoggingHandler | An outputter that writes to Java Util Logging logs. | Class | edu.stanford.nlp.util.logging | Stanford Parser |
|
| Lazy | An instantiation of a lazy object. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| LogRecordHandler | A log message handler. | Class | edu.stanford.nlp.util.logging | Stanford Parser |
|
| MapFactory | A factory class for vending different sorts of Maps. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| MapList | This implements a map to a set of lists. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| Maps | Utilities for Maps, including inverting, composing, and support for list/set values. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| MaxSizeConcurrentHashSet | A hash set supporting full concurrency of retrievals and high expected concurrency for updates but with an (adjustable) maximum size. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| MemoryMonitor | Utilities for monitoring memory use, including peak memory use. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| MemoryMonitor .PeakMemoryMonitor | This class offers a simple way to track the peak memory used by a program. | Class | edu.stanford.nlp.util.MemoryMonitor | Stanford Parser |
|
| MetaClass | A meta class using Java's reflection library. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| MetaClass .ClassCreationException | | Class | edu.stanford.nlp.util.MetaClass | Stanford Parser |
|
| MetaClass .ClassFactory | | Class | edu.stanford.nlp.util.MetaClass | Stanford Parser |
|
| MetaClass .ConstructorNotFoundException | | Class | edu.stanford.nlp.util.MetaClass | Stanford Parser |
|
| MulticoreWrapper | Provides convenient multicore processing for threadsafe objects. | Class | edu.stanford.nlp.util.concurrent | Stanford Parser |
|
| MutableDouble | A class for Double objects that you can change. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| MutableInteger | A class for Integer objects that you can change. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| MutableLong | A class for Long objects that you can change. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| NewlineLogFormatter | Simply format and put a newline after each log message. | Class | edu.stanford.nlp.util.logging | Stanford Parser |
|
| OutputHandler | An abstract handler incorporating the logic of outputing a log message, to some source. | Class | edu.stanford.nlp.util.logging | Stanford Parser |
|
| PaddedList | A PaddedList wraps another list, presenting an apparently infinite list by padding outside the real confines of the list with a default | Class | edu.stanford.nlp.util | Stanford Parser |
|
| Pair | Pair is a Class for holding mutable pairs of objects. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| Pair .ByFirstPairComparator | Compares a Pair to another Pair according to the first object of the pair only This function will work providing | Class | edu.stanford.nlp.util.Pair | Stanford Parser |
|
| Pair .ByFirstReversePairComparator | Compares a Pair to another Pair according to the first object of the pair only in decreasing order This function will work providing | Class | edu.stanford.nlp.util.Pair | Stanford Parser |
|
| Pair .BySecondPairComparator | Compares a Pair to another Pair according to the second object of the pair only This function will work providing | Class | edu.stanford.nlp.util.Pair | Stanford Parser |
|
| Pair .BySecondReversePairComparator | Compares a Pair to another Pair according to the second object of the pair only in decreasing order This function will work providing | Class | edu.stanford.nlp.util.Pair | Stanford Parser |
|
| Pointer | A pointer to an object, to get around not being able to access non-final variables within an anonymous function. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| PrettyLoggable | Indicates that a class supports "pretty logging". | Interface | edu.stanford.nlp.util.logging | Stanford Parser |
|
| PrettyLogger | Primarily for debugging, PrettyLogger helps you dump various collection objects in a reasonably structured way via Redwood logging. | Class | edu.stanford.nlp.util.logging | Stanford Parser |
|
| PriorityQueue | A Set that also represents an ordering of its elements, and responds quickly to add(), changePriority(), | Interface | edu.stanford.nlp.util | Stanford Parser |
|
| PropertiesUtils | Utilities methods for standard (but woeful) Java Properties objects. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| PropertiesUtils .Property | | Class | edu.stanford.nlp.util.PropertiesUtils | Stanford Parser |
|
| Quadruple | A quadruple of ordered objects. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| RedirectOutputHandler | A class to redirect the output of Redwood to another logging mechanism, e. | Class | edu.stanford.nlp.util.logging | Stanford Parser |
|
| Redwood | A hierarchical channel based logger. | Class | edu.stanford.nlp.util.logging | Stanford Parser |
|
| Redwood .ConsoleHandler | Default output handler which actually prints things to the real System. | Class | edu.stanford.nlp.util.logging.Redwood | Stanford Parser |
|
| Redwood .FileHandler | Handler which prints to a specified file TODO: make constructors for other ways of describing files (File, for example!) | Class | edu.stanford.nlp.util.logging.Redwood | Stanford Parser |
|
| Redwood .Flag | Standard channels; enum for the sake of efficiencyReturns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.util.logging.Redwood | Stanford Parser |
|
| Redwood .Record | A log record, which encapsulates the information needed to eventually display the enclosed message. | Class | edu.stanford.nlp.util.logging.Redwood | Stanford Parser |
|
| Redwood .RecordHandlerTree | | Class | edu.stanford.nlp.util.logging.Redwood | Stanford Parser |
|
| Redwood .RedwoodChannels | Represents a collection of channels. | Class | edu.stanford.nlp.util.logging.Redwood | Stanford Parser |
|
| Redwood .Util | A utility class for Redwood intended for static import (import static edu. | Class | edu.stanford.nlp.util.logging.Redwood | Stanford Parser |
|
| RedwoodConfiguration | A class which encapsulates configuration settings for Redwood. | Class | edu.stanford.nlp.util.logging | Stanford Parser |
|
| RedwoodConfiguration .Handlers | | Class | edu.stanford.nlp.util.logging.RedwoodConfiguration | Stanford Parser |
|
| RedwoodConfiguration .Thunk | Redwood. | Interface | edu.stanford.nlp.util.logging.RedwoodConfiguration | Stanford Parser |
|
| RedwoodPrintStream | A PrintStream that writes to Redwood logs. | Class | edu.stanford.nlp.util.logging | Stanford Parser |
|
| ReflectionLoading | The goal of this class is to make it easier to load stuff by reflection. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| ReflectionLoading .ReflectionLoadingException | This class encapsulates all of the exceptions that can be thrown when loading something by reflection. | Class | edu.stanford.nlp.util.ReflectionLoading | Stanford Parser |
|
| RegexStringFilter | Filters Strings based on whether they match a given regex. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| RepeatedRecordHandler | Filters repeated messages and replaces them with the number of times they were logged. | Class | edu.stanford.nlp.util.logging | Stanford Parser |
|
| RepeatedRecordHandler .ApproximateRepeatSemantics | Judges two records to be equal if they come from the same place, and begin with the same string, modulo numbers | Class | edu.stanford.nlp.util.logging.RepeatedRecordHandler | Stanford Parser |
|
| RepeatedRecordHandler .ExactRepeatSemantics | Judges two records to be equal if they are from the same place, and have the same message | Class | edu.stanford.nlp.util.logging.RepeatedRecordHandler | Stanford Parser |
|
| RepeatedRecordHandler .RepeatSemantics | Determines the semantics of what constitutes a repeated record Redwood. | Interface | edu.stanford.nlp.util.logging.RepeatedRecordHandler | Stanford Parser |
|
| RerouteChannel | | Class | edu.stanford.nlp.util.logging | Stanford Parser |
|
| RuntimeInterruptedException | An unchecked version of InterruptedException. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| Scored | Scored: This is a simple interface that says that an object can answer requests for the score, or goodness of the object. | Interface | edu.stanford.nlp.util | Stanford Parser |
|
| ScoredComparator | ScoredComparator allows one to compare Scored things. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| ScoredObject | Wrapper class for holding a scored object. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| Sets | | Class | edu.stanford.nlp.util | Stanford Parser |
|
| StanfordRedwoodConfiguration | | Class | edu.stanford.nlp.util.logging | Stanford Parser |
|
| StreamGobbler | Reads the output of a process started by Process. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| StringParsingTask | An instantiation of this abstract class parses a String and returns an object of type E. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| StringParsingTask .ParserException | | Class | edu.stanford.nlp.util.StringParsingTask | Stanford Parser |
|
| StringUtils | StringUtils is a class for random String things, including output formatting and command line argument parsing. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| Style | ANSI supported styles (rather, a subset of) These values are mirrored in Redwood. | Class | edu.stanford.nlp.util.logging | Stanford Parser |
|
| SynchronizedInterner | For interning (canonicalizing) things in a multi-threaded environment. | Class | edu.stanford.nlp.util.concurrent | Stanford Parser |
|
| SystemUtils | Useful methods for running shell commands, getting the process ID, checkingAuthor:Bill MacCartney, Steven Bethard (run(java. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| SystemUtils .ProcessException | Runtime exception thrown by execute. | Class | edu.stanford.nlp.util.SystemUtils | Stanford Parser |
|
| SystemUtils .ProcessOutputStream | | Class | edu.stanford.nlp.util.SystemUtils | Stanford Parser |
|
| ThreadsafeProcessor | Objects that wish to use MulticoreWrapper for multicore support must implement this interface. | Interface | edu.stanford.nlp.util.concurrent | Stanford Parser |
|
| ThreeDimensionalMap | | Class | edu.stanford.nlp.util | Stanford Parser |
|
| Timing | A class for measuring how long things take. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| TreeShapedStack | Represents a stack where one prefix of the stack can branch in several directions. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| Trilean | A boolean, but for three-valued logics (true / false / unknown). | Class | edu.stanford.nlp.util | Stanford Parser |
|
| Triple | Class representing an ordered triple of objects, possibly typed. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| TwoDimensionalCollectionValuedMap | A class which can store mappings from Object keys to Collections of Object values. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| TwoDimensionalMap | | Class | edu.stanford.nlp.util | Stanford Parser |
|
| TwoDimensionalMap .Entry | This inner class represents a single entry in the TwoDimensionalMap. | Class | edu.stanford.nlp.util.TwoDimensionalMap | Stanford Parser |
|
| TwoDimensionalSet | Wrap a TwoDimensionalMap as a TwoDimensionalSet. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| TypesafeMap | Type signature for a class that supports the basic operations required of a typesafe heterogeneous map. | Interface | edu.stanford.nlp.util | Stanford Parser |
|
| UTF8EquivalenceFunction | | Class | edu.stanford.nlp.util | Stanford Parser |
|
| ValuedInterval | | Class | edu.stanford.nlp.util | Stanford Parser |
|
| VisibilityHandler | A filter for selecting which channels are visible. | Class | edu.stanford.nlp.util.logging | Stanford Parser |
|
| XMLUtils | Provides some utilities for dealing with XML files, both by properly parsing them and by using the methods of a desperate Perl hacker. | Class | edu.stanford.nlp.util | Stanford Parser |
|
| XMLUtils .XMLTag | | Class | edu.stanford.nlp.util.XMLUtils | Stanford Parser |
|
| AbstractIterator | Iterator with remove() defined to throw an UnsupportedOperationException. | Class | edu.stanford.nlp.util | JavaNlp |
|
| AcronymMatcher | A simple class with a variety of acronym matching utilities. | Class | edu.stanford.nlp.util | JavaNlp |
|
| ArrayCoreMap | Base implementation of CoreMap backed by two Java arrays. | Class | edu.stanford.nlp.util | JavaNlp |
|
| ArrayHeap | Values are all implicit in the comparator passed in on construction. | Class | edu.stanford.nlp.util | JavaNlp |
|
| ArrayMap | Map backed by an Array. | Class | edu.stanford.nlp.util | JavaNlp |
|
| ArraySet | An array-backed set. | Class | edu.stanford.nlp.util | JavaNlp |
|
| ArrayStringFilter | Filters Strings based on whether they exactly match any string in the array it is initially constructed with. | Class | edu.stanford.nlp.util | JavaNlp |
|
| ArrayStringFilter .Mode | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.util.ArrayStringFilter | JavaNlp |
|
| ArrayUtils | Static utility methods for operating on arrays. | Class | edu.stanford.nlp.util | JavaNlp |
|
| Beam | ScoredComparator. | Class | edu.stanford.nlp.util | JavaNlp |
|
| BinaryHeapPriorityQueue | PriorityQueue with explicit double priority values. | Class | edu.stanford.nlp.util | JavaNlp |
|
| ByteStreamGobbler | Stream Gobbler that read and write bytes (can be used to gobble byte based stdout from a process. | Class | edu.stanford.nlp.util | JavaNlp |
|
| CacheMap | A fixed size hash map with LRU replacement. | Class | edu.stanford.nlp.util | JavaNlp |
|
| CallbackFunction | A callback function (along the lines of Berkeley optimization repo), which is currently used in the optimization package. | Class | edu.stanford.nlp.util | JavaNlp |
|
| Characters | Character-level utilities. | Class | edu.stanford.nlp.util | JavaNlp |
|
| CollectionFactory | Factory for vending Collections. | Class | edu.stanford.nlp.util | JavaNlp |
|
| CollectionFactory .ArrayListFactory | | Class | edu.stanford.nlp.util.CollectionFactory | JavaNlp |
|
| CollectionFactory .HashSetFactory | | Class | edu.stanford.nlp.util.CollectionFactory | JavaNlp |
|
| CollectionFactory .LinkedListFactory | | Class | edu.stanford.nlp.util.CollectionFactory | JavaNlp |
|
| CollectionFactory .SizedArrayListFactory | | Class | edu.stanford.nlp.util.CollectionFactory | JavaNlp |
|
| CollectionFactory .TreeSetFactory | | Class | edu.stanford.nlp.util.CollectionFactory | JavaNlp |
|
| CollectionUtils | Collection of useful static methods for working with Collections. | Class | edu.stanford.nlp.util | JavaNlp |
|
| CollectionValuedMap | Map from keys to Collections. | Class | edu.stanford.nlp.util | JavaNlp |
|
| Color | ANSI supported colors These values are mirrored in Redwood. | Class | edu.stanford.nlp.util.logging | JavaNlp |
|
| Comparators | | Class | edu.stanford.nlp.util | JavaNlp |
|
| ConcatenationIterator | Iterator that represents the concatenation of two other iterators. | Class | edu.stanford.nlp.util | JavaNlp |
|
| ConcurrentHashIndex | A fast threadsafe index that supports constant-time lookup in both directions. | Class | edu.stanford.nlp.util.concurrent | JavaNlp |
|
| ConfusionMatrix | This implements a confusion table over arbitrary types of class labels. | Class | edu.stanford.nlp.util | JavaNlp |
|
| ConvertByteArray | This is used to convert an array of double into byte array which makes it possible to keep it more efficiently. | Class | edu.stanford.nlp.util | JavaNlp |
|
| CoreMap | Base type for all annotatable core objects. | Interface | edu.stanford.nlp.util | JavaNlp |
|
| DataFilePaths | Simple utility class: reads the environment variable in ENV_VARIABLE and provides a method that converts strings which | Class | edu.stanford.nlp.util | JavaNlp |
|
| DeltaCollectionValuedMap | map and changes to that map. | Class | edu.stanford.nlp.util | JavaNlp |
|
| DeltaIndex | A class that has a backing index, such as a hash index you don't want changed, and another index which will hold extra entries that | Class | edu.stanford.nlp.util | JavaNlp |
|
| DeltaMap | A Map which wraps an original Map, and only stores the changes (deltas) from the original Map. | Class | edu.stanford.nlp.util | JavaNlp |
|
| DisabledPreferences | A do-nothing Preferences implementation so that we can avoid the hassles of the JVM Preference implementations. | Class | edu.stanford.nlp.util | JavaNlp |
|
| DisabledPreferencesFactory | Returns do-nothing Preferences implementation. | Class | edu.stanford.nlp.util | JavaNlp |
|
| EditDistance | Find the (Levenshtein) edit distance between two Strings or Character By default it allows transposition. | Class | edu.stanford.nlp.util | JavaNlp |
|
| ErasureUtils | Class to gather unsafe operations into one place. | Class | edu.stanford.nlp.util | JavaNlp |
|
| Execution | A class to set command line options. | Class | edu.stanford.nlp.util | JavaNlp |
|
| Execution .LazyFileIterator | A lazy iterator over files, not loading all of them into memory at once. | Class | edu.stanford.nlp.util.Execution | JavaNlp |
|
| Execution .Option | | Class | edu.stanford.nlp.util.Execution | JavaNlp |
|
| Factory | A generified factory class which creates instances of a particular type. | Interface | edu.stanford.nlp.util | JavaNlp |
|
| FilePathProcessor | The FilePathProcessor traverses a directory structure and applies the processFile method to files meeting some | Class | edu.stanford.nlp.util | JavaNlp |
|
| FileProcessor | Interface for a Visitor pattern for Files. | Interface | edu.stanford.nlp.util | JavaNlp |
|
| FilteredIterator | Iterator that suppresses items in another iterator based on a filter function. | Class | edu.stanford.nlp.util | JavaNlp |
|
| Filters | Static class with some useful Predicate implementations and utility methods for working Contains filters that always accept or reject, filters that accept or reject an Object if it's in a given | Class | edu.stanford.nlp.util | JavaNlp |
|
| Filters .ConjFilter | Conjunction of a list of filters. | Class | edu.stanford.nlp.util.Filters | JavaNlp |
|
| Filters .DisjFilter | Disjunction of a list of filters. | Class | edu.stanford.nlp.util.Filters | JavaNlp |
|
| Filters .RandomFilter | A filter that accepts a random fraction of the input it sees. | Class | edu.stanford.nlp.util.Filters | JavaNlp |
|
| FixedPrioritiesPriorityQueue | A priority queue based on a binary heap. | Class | edu.stanford.nlp.util | JavaNlp |
|
| FuzzyInterval | A FuzzyInterval is an extension of Interval where not all endpoints are always specified or comparable. | Class | edu.stanford.nlp.util | JavaNlp |
|
| FuzzyInterval .FuzzyComparable | If two objects are clearly comparable, compareTo will return -1,1,0 as before If two objects are not quite comparable, compareTo will return it's best guess | Interface | edu.stanford.nlp.util.FuzzyInterval | JavaNlp |
|
| Generics | A collection of utilities to make dealing with Java generics less painful and verbose. | Class | edu.stanford.nlp.util | JavaNlp |
|
| GoogleNGramsSQLBacked | To query Google Ngrams counts from SQL in a memory efficient manner. | Class | edu.stanford.nlp.util | JavaNlp |
|
| HashableCoreMap | An extension of ArrayCoreMap with an immutable set of key,value pairs that is used for equality and hashcode comparisons. | Class | edu.stanford.nlp.util | JavaNlp |
|
| HashableCoreMap .HashableCoreMapException | An exception thrown when attempting to change the value associated with an (immutable) hash key in a HashableCoreMap. | Class | edu.stanford.nlp.util.HashableCoreMap | JavaNlp |
|
| HashIndex | both directions (via get(int) and indexOf(E). | Class | edu.stanford.nlp.util | JavaNlp |
|
| HasInterval | | Interface | edu.stanford.nlp.util | JavaNlp |
|
| Heap | These heaps implement a decreaseKey operation, which requires a separate Object to Index map, and for objects to be unique in the Heap. | Interface | edu.stanford.nlp.util | JavaNlp |
|
| IdentityHashSet | This class provides a IdentityHashMap-backed implementation of the Set interface. | Class | edu.stanford.nlp.util | JavaNlp |
|
| Index | A collection that maps between a vocabulary of type E and a continuous non-negative integer index series beginning (inclusively) at 0. | Class | edu.stanford.nlp.util | JavaNlp |
|
| Interner | For interning (canonicalizing) things. | Class | edu.stanford.nlp.util | JavaNlp |
|
| InterruptibleMulticoreWrapper | | Class | edu.stanford.nlp.util.concurrent | JavaNlp |
|
| Interval | Represents a interval of a generic type E that is comparable. | Class | edu.stanford.nlp.util | JavaNlp |
|
| Interval .RelType | RelType gives the basic types of relations between two intervalsthis interval starts after the other ends | Class | edu.stanford.nlp.util.Interval | JavaNlp |
|
| IntervalTree | An interval tree maintains a tree so that all intervals to the left start before current interval and all intervals to the right start after. | Class | edu.stanford.nlp.util | JavaNlp |
|
| IntervalTree .TreeNode | | Class | edu.stanford.nlp.util.IntervalTree | JavaNlp |
|
| IntPair | | Class | edu.stanford.nlp.util | JavaNlp |
|
| IntQuadruple | | Class | edu.stanford.nlp.util | JavaNlp |
|
| IntTriple | | Class | edu.stanford.nlp.util | JavaNlp |
|
| IntTuple | A tuple of int. | Class | edu.stanford.nlp.util | JavaNlp |
|
| IntUni | Just a single integerAuthor:Kristina Toutanova (kristina@cs. | Class | edu.stanford.nlp.util | JavaNlp |
|
| IterableIterator | This cures a pet peeve of mine: that you can't use an Iterator directly in Java 5's foreach construct. | Class | edu.stanford.nlp.util | JavaNlp |
|
| Iterables | Utilities for helping out with Iterables as Collections is to Collection. | Class | edu.stanford.nlp.util | JavaNlp |
|
| Iterables .IncrementComparator | A comparator used by the merge functions to determine which of two iterators to increment by one of the merge functions. | Interface | edu.stanford.nlp.util.Iterables | JavaNlp |
|
| JavaUtilLoggingAdaptor | Reroutes java. | Class | edu.stanford.nlp.util.logging | JavaNlp |
|
| JavaUtilLoggingAdaptor .RedwoodHandler | This is the bridge class which actually adapts java. | Class | edu.stanford.nlp.util.logging.JavaUtilLoggingAdaptor | JavaNlp |
|
| JavaUtilLoggingHandler | An outputter that writes to Java Util Logging logs. | Class | edu.stanford.nlp.util.logging | JavaNlp |
|
| Lazy | An instantiation of a lazy object. | Class | edu.stanford.nlp.util | JavaNlp |
|
| LogRecordHandler | A log message handler. | Class | edu.stanford.nlp.util.logging | JavaNlp |
|
| MapFactory | A factory class for vending different sorts of Maps. | Class | edu.stanford.nlp.util | JavaNlp |
|
| MapList | This implements a map to a set of lists. | Class | edu.stanford.nlp.util | JavaNlp |
|
| Maps | Utilities for Maps, including inverting, composing, and support for list/set values. | Class | edu.stanford.nlp.util | JavaNlp |
|
| MaxSizeConcurrentHashSet | A hash set supporting full concurrency of retrievals and high expected concurrency for updates but with an (adjustable) maximum size. | Class | edu.stanford.nlp.util | JavaNlp |
|
| MemoryMonitor | Utilities for monitoring memory use, including peak memory use. | Class | edu.stanford.nlp.util | JavaNlp |
|
| MemoryMonitor .PeakMemoryMonitor | This class offers a simple way to track the peak memory used by a program. | Class | edu.stanford.nlp.util.MemoryMonitor | JavaNlp |
|
| MetaClass | A meta class using Java's reflection library. | Class | edu.stanford.nlp.util | JavaNlp |
|
| MetaClass .ClassCreationException | | Class | edu.stanford.nlp.util.MetaClass | JavaNlp |
|
| MetaClass .ClassFactory | | Class | edu.stanford.nlp.util.MetaClass | JavaNlp |
|
| MetaClass .ConstructorNotFoundException | | Class | edu.stanford.nlp.util.MetaClass | JavaNlp |
|
| MulticoreWrapper | Provides convenient multicore processing for threadsafe objects. | Class | edu.stanford.nlp.util.concurrent | JavaNlp |
|
| MutableDouble | A class for Double objects that you can change. | Class | edu.stanford.nlp.util | JavaNlp |
|
| MutableInteger | A class for Integer objects that you can change. | Class | edu.stanford.nlp.util | JavaNlp |
|
| MutableLong | A class for Long objects that you can change. | Class | edu.stanford.nlp.util | JavaNlp |
|
| NewlineLogFormatter | Simply format and put a newline after each log message. | Class | edu.stanford.nlp.util.logging | JavaNlp |
|
| OutputHandler | An abstract handler incorporating the logic of outputing a log message, to some source. | Class | edu.stanford.nlp.util.logging | JavaNlp |
|
| PaddedList | A PaddedList wraps another list, presenting an apparently infinite list by padding outside the real confines of the list with a default | Class | edu.stanford.nlp.util | JavaNlp |
|
| Pair | Pair is a Class for holding mutable pairs of objects. | Class | edu.stanford.nlp.util | JavaNlp |
|
| Pair .ByFirstPairComparator | Compares a Pair to another Pair according to the first object of the pair only This function will work providing | Class | edu.stanford.nlp.util.Pair | JavaNlp |
|
| Pair .ByFirstReversePairComparator | Compares a Pair to another Pair according to the first object of the pair only in decreasing order This function will work providing | Class | edu.stanford.nlp.util.Pair | JavaNlp |
|
| Pair .BySecondPairComparator | Compares a Pair to another Pair according to the second object of the pair only This function will work providing | Class | edu.stanford.nlp.util.Pair | JavaNlp |
|
| Pair .BySecondReversePairComparator | Compares a Pair to another Pair according to the second object of the pair only in decreasing order This function will work providing | Class | edu.stanford.nlp.util.Pair | JavaNlp |
|
| Pointer | A pointer to an object, to get around not being able to access non-final variables within an anonymous function. | Class | edu.stanford.nlp.util | JavaNlp |
|
| PrettyLoggable | Indicates that a class supports "pretty logging". | Interface | edu.stanford.nlp.util.logging | JavaNlp |
|
| PrettyLogger | Primarily for debugging, PrettyLogger helps you dump various collection objects in a reasonably structured way via Redwood logging. | Class | edu.stanford.nlp.util.logging | JavaNlp |
|
| PriorityQueue | A Set that also represents an ordering of its elements, and responds quickly to add(), changePriority(), | Interface | edu.stanford.nlp.util | JavaNlp |
|
| PropertiesUtils | Utilities methods for standard (but woeful) Java Properties objects. | Class | edu.stanford.nlp.util | JavaNlp |
|
| PropertiesUtils .Property | | Class | edu.stanford.nlp.util.PropertiesUtils | JavaNlp |
|
| Quadruple | A quadruple of ordered objects. | Class | edu.stanford.nlp.util | JavaNlp |
|
| RedirectOutputHandler | A class to redirect the output of Redwood to another logging mechanism, e. | Class | edu.stanford.nlp.util.logging | JavaNlp |
|
| Redwood | A hierarchical channel based logger. | Class | edu.stanford.nlp.util.logging | JavaNlp |
|
| Redwood .ConsoleHandler | Default output handler which actually prints things to the real System. | Class | edu.stanford.nlp.util.logging.Redwood | JavaNlp |
|
| Redwood .FileHandler | Handler which prints to a specified file TODO: make constructors for other ways of describing files (File, for example!) | Class | edu.stanford.nlp.util.logging.Redwood | JavaNlp |
|
| Redwood .Flag | Standard channels; enum for the sake of efficiencyReturns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.util.logging.Redwood | JavaNlp |
|
| Redwood .Record | A log record, which encapsulates the information needed to eventually display the enclosed message. | Class | edu.stanford.nlp.util.logging.Redwood | JavaNlp |
|
| Redwood .RecordHandlerTree | | Class | edu.stanford.nlp.util.logging.Redwood | JavaNlp |
|
| Redwood .RedwoodChannels | Represents a collection of channels. | Class | edu.stanford.nlp.util.logging.Redwood | JavaNlp |
|
| Redwood .Util | A utility class for Redwood intended for static import (import static edu. | Class | edu.stanford.nlp.util.logging.Redwood | JavaNlp |
|
| RedwoodConfiguration | A class which encapsulates configuration settings for Redwood. | Class | edu.stanford.nlp.util.logging | JavaNlp |
|
| RedwoodConfiguration .Handlers | | Class | edu.stanford.nlp.util.logging.RedwoodConfiguration | JavaNlp |
|
| RedwoodConfiguration .Thunk | Redwood. | Interface | edu.stanford.nlp.util.logging.RedwoodConfiguration | JavaNlp |
|
| RedwoodPrintStream | A PrintStream that writes to Redwood logs. | Class | edu.stanford.nlp.util.logging | JavaNlp |
|
| ReflectionLoading | The goal of this class is to make it easier to load stuff by reflection. | Class | edu.stanford.nlp.util | JavaNlp |
|
| ReflectionLoading .ReflectionLoadingException | This class encapsulates all of the exceptions that can be thrown when loading something by reflection. | Class | edu.stanford.nlp.util.ReflectionLoading | JavaNlp |
|
| RegexStringFilter | Filters Strings based on whether they match a given regex. | Class | edu.stanford.nlp.util | JavaNlp |
|
| RepeatedRecordHandler | Filters repeated messages and replaces them with the number of times they were logged. | Class | edu.stanford.nlp.util.logging | JavaNlp |
|
| RepeatedRecordHandler .ApproximateRepeatSemantics | Judges two records to be equal if they come from the same place, and begin with the same string, modulo numbers | Class | edu.stanford.nlp.util.logging.RepeatedRecordHandler | JavaNlp |
|
| RepeatedRecordHandler .ExactRepeatSemantics | Judges two records to be equal if they are from the same place, and have the same message | Class | edu.stanford.nlp.util.logging.RepeatedRecordHandler | JavaNlp |
|
| RepeatedRecordHandler .RepeatSemantics | Determines the semantics of what constitutes a repeated record Redwood. | Interface | edu.stanford.nlp.util.logging.RepeatedRecordHandler | JavaNlp |
|
| RerouteChannel | | Class | edu.stanford.nlp.util.logging | JavaNlp |
|
| RuntimeInterruptedException | An unchecked version of InterruptedException. | Class | edu.stanford.nlp.util | JavaNlp |
|
| Scored | Scored: This is a simple interface that says that an object can answer requests for the score, or goodness of the object. | Interface | edu.stanford.nlp.util | JavaNlp |
|
| ScoredComparator | ScoredComparator allows one to compare Scored things. | Class | edu.stanford.nlp.util | JavaNlp |
|
| ScoredObject | Wrapper class for holding a scored object. | Class | edu.stanford.nlp.util | JavaNlp |
|
| Sets | | Class | edu.stanford.nlp.util | JavaNlp |
|
| StanfordRedwoodConfiguration | | Class | edu.stanford.nlp.util.logging | JavaNlp |
|
| StreamGobbler | Reads the output of a process started by Process. | Class | edu.stanford.nlp.util | JavaNlp |
|
| StringParsingTask | An instantiation of this abstract class parses a String and returns an object of type E. | Class | edu.stanford.nlp.util | JavaNlp |
|
| StringParsingTask .ParserException | | Class | edu.stanford.nlp.util.StringParsingTask | JavaNlp |
|
| StringUtils | StringUtils is a class for random String things, including output formatting and command line argument parsing. | Class | edu.stanford.nlp.util | JavaNlp |
|
| Style | ANSI supported styles (rather, a subset of) These values are mirrored in Redwood. | Class | edu.stanford.nlp.util.logging | JavaNlp |
|
| SynchronizedInterner | For interning (canonicalizing) things in a multi-threaded environment. | Class | edu.stanford.nlp.util.concurrent | JavaNlp |
|
| SystemUtils | Useful methods for running shell commands, getting the process ID, checkingAuthor:Bill MacCartney, Steven Bethard (run(java. | Class | edu.stanford.nlp.util | JavaNlp |
|
| SystemUtils .ProcessException | Runtime exception thrown by execute. | Class | edu.stanford.nlp.util.SystemUtils | JavaNlp |
|
| SystemUtils .ProcessOutputStream | | Class | edu.stanford.nlp.util.SystemUtils | JavaNlp |
|
| ThreadsafeProcessor | Objects that wish to use MulticoreWrapper for multicore support must implement this interface. | Interface | edu.stanford.nlp.util.concurrent | JavaNlp |
|
| ThreeDimensionalMap | | Class | edu.stanford.nlp.util | JavaNlp |
|
| Timing | A class for measuring how long things take. | Class | edu.stanford.nlp.util | JavaNlp |
|
| TreeShapedStack | Represents a stack where one prefix of the stack can branch in several directions. | Class | edu.stanford.nlp.util | JavaNlp |
|
| Trilean | A boolean, but for three-valued logics (true / false / unknown). | Class | edu.stanford.nlp.util | JavaNlp |
|
| Triple | Class representing an ordered triple of objects, possibly typed. | Class | edu.stanford.nlp.util | JavaNlp |
|
| TwoDimensionalCollectionValuedMap | A class which can store mappings from Object keys to Collections of Object values. | Class | edu.stanford.nlp.util | JavaNlp |
|
| TwoDimensionalMap | | Class | edu.stanford.nlp.util | JavaNlp |
|
| TwoDimensionalMap .Entry | This inner class represents a single entry in the TwoDimensionalMap. | Class | edu.stanford.nlp.util.TwoDimensionalMap | JavaNlp |
|
| TwoDimensionalSet | Wrap a TwoDimensionalMap as a TwoDimensionalSet. | Class | edu.stanford.nlp.util | JavaNlp |
|
| TypesafeMap | Type signature for a class that supports the basic operations required of a typesafe heterogeneous map. | Interface | edu.stanford.nlp.util | JavaNlp |
|
| TypesafeMap .Key | | Interface | edu.stanford.nlp.util.TypesafeMap | JavaNlp |
|
| UTF8EquivalenceFunction | | Class | edu.stanford.nlp.util | JavaNlp |
|
| ValuedInterval | | Class | edu.stanford.nlp.util | JavaNlp |
|
| VisibilityHandler | A filter for selecting which channels are visible. | Class | edu.stanford.nlp.util.logging | JavaNlp |
|
| XMLUtils | Provides some utilities for dealing with XML files, both by properly parsing them and by using the methods of a desperate Perl hacker. | Class | edu.stanford.nlp.util | JavaNlp |
|
| XMLUtils .XMLTag | | Class | edu.stanford.nlp.util.XMLUtils | JavaNlp |