| Package | Description |
|---|---|
| dragon.ir.index.sentence | |
| dragon.nlp | |
| dragon.nlp.extract | |
| dragon.nlp.tool | |
| dragon.nlp.tool.xtract |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OnlineSentenceWriteController.addRawSentence(Sentence sent) |
boolean |
BasicSentenceWriteController.addRawSentence(Sentence sent) |
boolean |
OnlineSentenceIndexer.index(Sentence sent,
String sentKey) |
boolean |
DualSentenceIndexer.index(Sentence sent,
String sentKey) |
boolean |
BasicSentenceIndexer.index(Sentence sent,
String sentKey) |
abstract boolean |
AbstractSentenceIndexer.index(Sentence sent,
String sentKey) |
| Modifier and Type | Field and Description |
|---|---|
Sentence |
Sentence.next |
Sentence |
Sentence.prev |
| Modifier and Type | Method and Description |
|---|---|
Sentence |
Paragraph.getFirstSentence() |
Sentence |
Paragraph.getLastSentence() |
Sentence |
Word.getParent() |
Sentence |
DocumentParser.parseSentence(String content)
Parses a text into a Sentence object
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Paragraph.addSentence(Sentence sent) |
Word |
Term.searchIn(Sentence sent)
Search the first occurrence of the current term in the sentence
|
Word |
Term.searchIn(Sentence sent,
Word start)
Search the first occurrence of the current term in the sentence after the word specified
|
void |
Word.setParent(Sentence parent) |
| Modifier and Type | Method and Description |
|---|---|
Sentence |
EngDocumentParser.parseSentence(String sentence) |
Sentence |
CnSimpleDocumentParser.parseSentence(String sentence) |
| Modifier and Type | Method and Description |
|---|---|
int |
ClauseFinder.clauseIdentify(Sentence sent) |
int |
CoReference.execute(Sentence sent) |
ArrayList |
TripleExtractor.extractFromSentence(Sentence sent)
Extracts triples from a sentence.
|
boolean |
DualConceptExtractor.extractFromSentence(Sentence sent)
Extracts concept from a sentence
|
ArrayList |
ConceptExtractor.extractFromSentence(Sentence sent)
Extracts concepts from a sentence
|
ArrayList |
BasicTripleExtractor.extractFromSentence(Sentence sent) |
ArrayList |
BasicTokenExtractor.extractFromSentence(Sentence sent) |
ArrayList |
BasicTermExtractor.extractFromSentence(Sentence sent) |
ArrayList |
BasicPhraseExtractor.extractFromSentence(Sentence sent) |
int |
CoordinatingChecker.identifyParaElements(Sentence sent) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList |
NER.extractFromSentence(Sentence sent)
Difering from the method extractEntites, this method will save an entity in a term and thus all information such as entity type
is kept.
|
ArrayList |
Annie.extractFromSentence(Sentence sent) |
void |
Tagger.tag(Sentence sent)
This method will tag the part of speech of all words in the sentence.
|
void |
MedPostTagger.tag(Sentence sent) |
void |
HeppleTagger.tag(Sentence sent) |
void |
BrillTagger.tag(Sentence sent) |
| Modifier and Type | Method and Description |
|---|---|
int |
SentenceBase.addSentence(Sentence sent) |
int |
WordPairGenerator.generate(Sentence sent) |
int |
EngWordPairGenerator.generate(Sentence sent) |
protected void |
EngWordPairIndexer.preprocessSentence(Sentence sent)
Preprocess a sentence including tagging, lemmatising and indexing.
|
Copyright © 2018 JULIE Lab, Germany. All rights reserved.