|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
RLPConstants | Constants used in RLP. |
RLPEnvironment.LogCallback | Interface for objects that accept RLP log messages. |
RLPNEConstants | Constants used for labeling Named Entities in RLP. |
Class Summary | |
---|---|
ContextParameters | Parameters for context creation. |
EnvironmentParameters | Initialization parameters for the RLP environment. |
NamedEntityData | A bundle of information for a named entity. |
RLP | Command line interface to RLP, primarily for testing. |
RLPContext | The RLP Context class, which analyzes data using RLP processors. |
RLPEnvironment | The RLP Environment class, which maintains the location of the available processors for RLP. |
RLPEnvironmentBean | This class is provided to initialize the RLP Environment in a Spring IoC (or similiar) container. |
RLPEnvironmentEditor | This class provides notational convenience for users of the Spring IoC container, or any other facility that participates in the java.beans property editor discipline. |
RLPIntegerPair | Deprecated. 4.3 |
RLPIntegerPair.List | Iteration support for an IntBuffer viewed as a List
of RLPIntegerPair objects. |
RLPIntegerTriple | Deprecated. 4.3 |
RLPIntegerTriple.List | Iteration support for an IntBuffer viewed as a List of RLPIntegerTriple objects. |
RLPJavaUtilLogCallback | This class implements RLP's LogCallback using java.util.logging.Logger. |
RLPLog4jCallback | This class implements RLP's LogCallback using a log4j logger. |
RLPNENameMap | A utility class for looking up string names for Named Entity values. |
RLPNEUtils | Deprecated. As of RLP 5.4, replaced with NEConstants. |
RLPResultAccess | Provides access to RLP results. |
RLPResultRandomAccess | Low-level data access to RLP results. |
Exception Summary | |
---|---|
RLPException | Methods of RLP throw objects of this class when they encounter an error. |
RLPOrphanContextException | Exception thrown for operations on a context after the RLPEnvironment that created it has been closed. |
Java API to the Basis Technology Rosette Linguistics Platform (RLP).
The Java API to RLP allows you to create applications that read in arbitrary text and analyze it for structures such as word boundaries, sentence boundaries, parts of speech, and named entities.
The API provides access to the results of RLP via the RLPResultAccess and RLPResultRandomAccess classes.
See the RLP Application Developer's Guide for more information.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |