uima::AllowedValue | If a type can only contain an enumeration of values, there is an AllowedValue object for each value |
uima::AnalysisEngine | An AnalysisEngine can be used for analyzing all kinds of unstructured information |
uima::AnalysisEngineDescription | Contains all MetaDataObject s for a particular TextAnalysisEngine that are found in a TextAnalysisEngine Resource Specifier XML file |
uima::AnalysisEngineMetaData | Contains the MetaDataObject s that are defined for both delegate and aggregate TextAnalysisEngine s, for example the description of the types used and the capabilities of the TAE |
uima::ANIndex | This class represents a single index over feature structures of type annotation |
uima::ANIterator | Iterator over AnnotationFS objects in a CAS annotation index (ANIndex) |
uima::AnnotationFS | Class AnnotationFS derives from a standard FeatureStrucure and extends with convenience functions specific for feature structures of type annotation |
uima::Annotator | The class Annotator defines the API methods an annotator must implement |
uima::AnnotatorContext | The AnnotatorContext is the interface to the configuration settings and other metadata of an AnalysisEngine |
uima::ArrayFS | A ArrayFS object implements an array of FeatureStructure values |
uima::BasicArrayFS | A on object representing an array of CAS elements |
uima::BasicListFS | A on object representing a list of elements from the CAS |
uima::BooleanArrayFS | A ByteArrayFS object implements an array of byte values |
uima::ByteArrayFS | A ByteArrayFS object implements an array of byte values |
uima::Capability | Defines the capability of a TextAnalysisEngine in terms of the required input and output types and features and the supported languages |
uima::CapabilityLanguageFlow | |
uima::CAS | The CAS (Common Analysis System) is the container where all feature structures are stored and maintained |
uima::internal::CASDefinition | This class contains all information about CASs which live longer than a document, in particular the type system and the index definition |
uima::CASIterator | |
uima::CASWriterABase | This is an abstract base class for CAS writers, i.e., a class which can write a CAS to an ostrema |
uima::CCSID | The class CCSID used to represent a CCSID, now a char* encoding string |
uima::CodePage2UnicodeConverter | The class CodePage2UnicodeConverter converts all characters in a specified buffer into UNICODE (CCSID: CCSID::EnCCSID_UCS2) |
uima::ConfigurationGroup | Contains allConfigurationParameter objects for a certain configuration group |
uima::ConfigurationParameter | Contains the definition of a configuration parameter, for example its name and its type |
uima::util::ConsoleUI | The class util::ConsoleUI displays msgs on the "console" |
uima::util::DirectoryWalk | The class DirectoryWalk is used to iterate the entries of a directory in the file system |
uima::util::DllProcLoaderFile | The class DllProcLoaderFile is used to load specific procedures from a DLL (shared library) by their name |
uima::DocumentFS | Class DocumentFS derives from AnnotationFS and extends with convenience functions specific for the single feature structures of type Document-Annotation that is present for each input document |
uima::DotTypeSystemWriter | A class which outputs the type system in the dot graphical language |
uima::DoubleArrayFS | A StringArrayFS object implements an array of string values |
uima::EngineState | The class EngineState maintains the state of the engine |
uima::util::EnvironmentVariableQueryOnly | The class EnvironmentVariableQueryOnly is used to manage environment variables which can be queried only |
uima::ErrorContext | Class ErrorContext: this is a helper class for main class Exception |
uima::ErrorInfo | Class ErrorInfo : This is the base class for all error information used in UIMACPP |
uima::ErrorMessage | Class ErrorMessage: this is a helper class for main class ErrorInfo and ErrorContext |
uima::Exception | Class Exception: This is the base class for all exceptions used in UIMACPP group projects |
uima::Feature | This class represents a feature in the type hierarchy of the type system |
uima::FeatureDescription | Defines a feature by its name and the range type that its values can assume |
uima::FeatureStructure | Our feature structure |
uima::FileLogger | This class is the built in Logger that writes log message to a file |
uima::util::Filename | The class FilenameCl is used to maintain filenames with all of its (operating system specific) constituents: drive, path, base name and extension |
uima::FileResource | File resources are resources of the form "key.kind" (e.g |
uima::FixedFlow | Specifies the order in which Annotators are invoked |
uima::FloatArrayFS | A FloatArrayFS object implements an array of float values |
uima::FloatListFS | A FloatListFS object implements a list of float values |
uima::FlowConstraints | Specifies the order in which Annotators are invoked |
uima::util::found_opt_t | |
uima::Framework | |
uima::FSIndex | This class represents a single index over feature structures of some type |
uima::FSIndexDescription | Defines an index for a specific type |
uima::FSIndexKeyDescription | Contains the description of an index key, i.e |
uima::FSIndexRepository | Repository of indexes over feature structures |
uima::FSInfo | |
uima::FSIterator | Iterator over FeatureStructure objects in a CAS Index |
uima::ImportDescription | A Import object represents a pointer to a descriptor file to be imported |
uima::IntArrayFS | A IntArrayFS object implements an array of int values |
uima::IntListFS | A IntListFS object implements a list of int values |
uima::Language | The class Language models languages in UIMACPP |
uima::LanguageKindFileResource | LanguageKindFileResources are a special case of FileResources in that the key always denotes a language (e.g |
uima::LanguageKindFileResourceFactory | A special factory for LanguageKindFileResources |
uima::ListFS | A ListFS object implements a list of FeatureStructure objects It is derived from the BasicListFS template interface so all interesting member functions are derived from BasicListFS |
uima::LocalSofaDataStream | This class implements stream access to Sofa data for a Local Sofa |
uima::util::Location | The class util::Location holds a path specification for a filesystem |
uima::LogFacility | The class LogFacility logs user-related information for debugging or error recording purposes |
uima::Logger | This defines the interface for Loggers |
uima::LogStream | The class LogStream logs user-related information which would otherwise be hard to concatenate into a single string |
uima::LongArrayFS | A ShortArrayFS object implements an array of short values |
uima::MetaDataObject | The base class of all configuration objects |
uima::NameValuePair | Contains the value for a certain parameter |
uima::OperationalProperties | Specifies operational properties of a UIMA component |
uima::RemoteSofaDataStream | This class implements stream access to Sofa data for a remote Sofa |
uima::ResourceABase | This class is the abstract base class for all resources handled by the resource manager (uima::ResourceManager) |
uima::internal::ResourceAnnotatorFile | The class ResourceAnnotatorFile is used to maintain a Annotator file resource |
uima::internal::ResourceAnnotatorFileFactory | The class ResourceAnnotatorFactory , is used to generate a new object of type ResourceAnnotatorFile |
uima::ResourceFactoryABase | The resource manager creates resources through an instance of this class |
uima::ResourceManager | The class ResourceManager is used to manage the UIMACPP resources |
uima::ResultSpecification | An engine/annotator gets a set like this passed in its process() function and is required to check this set to see which kind of output types and features it is supposed to create |
uima::SettingsForGroup | Contains allNameValuePair objects for a certain configuration group |
uima::ShortArrayFS | A ShortArrayFS object implements an array of short values |
uima::SofaDataStream | The SofaDataStream class provides stream access to Sofa data in a Sofa feature strucure in the CAS |
uima::SofaFS | The Sofa is implemented as a feature structure of type uima.cas.Sofa |
uima::SofaID | A SofaID object contains the handle to a particular Sofa in the CAS |
uima::SofaMapping | A SofaMapping object represents mapping of a Sofa name assigned by a component to a Sofa name assigned by an aggregate which could be either an aggregate TAE or a CPE |
uima::SofaStreamHandler | The class SofaStreamHandler defines the API methods that must be implemented to support reading custom URI schemes for reading |
uima::StringArrayFS | A StringArrayFS object implements an array of string values |
uima::StringListFS | A StringListFS object implements a list of string values |
uima::TextAnalysisEngine | |
uima::TextAnalysisEngineSpecifier | |
uima::TextAnalysisEngineSpecifierBuilder | |
uima::TextAnnotator | |
uima::Timer | Class ClTimer is a tool class to help with timing |
uima::TokenProperties | The class TokenProperties is used to encapsulate information about the characters occuring in a token (for example, upper and lower) |
uima::util::Trace | The class util::Trace is used to send information about function execution and data (trace events) to a trace buffer |
uima::Type | This class represents a type in the type hierarchy of the type system |
uima::TypeDescription | Defines a type by its name and the name of its super type |
uima::TypeNameSpace | An accessor object that gives access to all types that share a common namespace |
uima::TypeNameSpaceImport | This class is usefull to bundle several TypeNameSpace objects into a lookup sequence that can be used to lookup unqualified type names |
uima::TypeOrFeature | Wrapper class to encapsulate either a uima::Type or a uima::Feature object since both types and features can be used as parts of a result specification |
uima::TypePriority | Contains an ordered list of type names |
uima::TypeSystem | Class TypeSystem represents all knowledge about types in the FeatureStructure system |
uima::TypeSystemDescription | Contains all TypeDescription and TypePriority objects for a TextAnalysisEngine |
uima::Unicode2CodePageConverter | The class Unicode2CodePageConverter is used to convert all characters in a specified buffer from UNICODE (CCSID: CCSID::EnCCSID_UCS2), to another buffer with specified CCSID |
uima::UnicodeStringRef | The class UnicodeStringRef provides support for non zero-terminated strings that are presented as pointers to Unicode character arrays with an associated length |
uima::XCASDeserializer | The XCASDeserializer class provides static methods to deserializes cas data in XCAS format into a CAS |
uima::XCASDeserializerHandler | |
uima::XCASWriter | |
uima::XMLDumpWriter | Class UIMA_LINK_IMPORTSPEC XMLWriterABase : public CASWriterABase { protected: void normalize(UnicodeStringRef const & in, icu::UnicodeString& out) const; public: XMLWriterABase(CAS const & crCAS, bool bAddDocBuffer); virtual ~XMLWriterABase(); |
uima::XMLErrorHandler | The class XMLErrorHandler is used as a generic Handler for the XML4C SAX error interface mapping XML to UIMACPP exceptions |
uima::XMLParser | A UIMA XMLParser parses XML documents and generates UIMA component descriptor object represented in the XML |
uima::XMLWriterABase | |