Package | Description |
---|---|
es.ehu.si.ixa.prebmt.analysis |
Provides classes and interfaces for analyzing text.
|
es.ehu.si.ixa.prebmt.model.inmemory |
Provides in-memory implementations of most of the interfaces in the domain
model.
|
Modifier and Type | Method and Description |
---|---|
Text |
Analyzer.analyze(java.lang.String text,
boolean isOneSentence)
Analyzes a string creating its
Text representation. |
Text |
EntityRecognizerAnalyzer.analyze(java.lang.String text,
boolean isOneSentence) |
Text |
FreelingAnalyzer.analyze(java.lang.String text,
boolean isOneSentence) |
Text |
StanfordCoreNLPAnalyzer.analyze(java.lang.String text,
boolean isOneSentence) |
Modifier and Type | Class and Description |
---|---|
class |
InMemoryText
In-memory implementation of the
Text interface. |