Package edu.mit.jmwe.util

Provides utility classes used by many classes across the library

See:
          Description

Interface Summary
IProgressBar Progress bars allow operations to report progress.
 

Class Summary
AbstractFileSelector Abstract base class that allows interaction with the user, saving and selecting files and directories.
AbstractIndexComparator<T,C> Base class for constructing a Comparator from a map of tokens in a list to their positions in the list.
AtomicDouble<T,S> A double value that may be updated atomically.
CompositeCollection<E> A collection that is composed of several subsets of elements.
CompositeComparator<T> A comparator constructed out of multiple comparators.
ConfirmingJFileChooser A file chooser that confirms with the user before selecting a file for overwriting.
JWIPOS Utility class used to translate part of speech tags into JWI POS objects as well as translate between jMWE, JWI and jSemcor part of speech objects.
LimitedIterator<T> Wrapper for a given iterator that will return a limited number of elements from that iterator.
ListComparator<T> Compares two elements from a list based on their order of appearance in the list.
NullProgressBar Creates a progress bar that does nothing and prints nothing.
ProgressBar Default implementation of IProgressBar.
StreamAdapter An adapter that makes a ByteBuffer look like an InputStream.
 

Package edu.mit.jmwe.util Description

Provides utility classes used by many classes across the library



Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.