Package | Description |
---|---|
gr.forth.ics.isl.xlink | |
gr.forth.ics.isl.xlink.clientexamples | |
gr.forth.ics.isl.xlink.resultexporter | |
gr.forth.ics.isl.xlink.textextractor |
Modifier and Type | Method and Description |
---|---|
void |
XLink.retrieveEntities(TextExtractor extractor,
HashSet<String> acceptedCategoryNames)
Performs entity mining with the given text extractor and according to the
given categories.
|
Modifier and Type | Method and Description |
---|---|
static void |
ClientLinkEntities.main(String[] args) |
static void |
ClientFindEntities.main(String[] args) |
static void |
ClientEnrichEntities.main(String[] args) |
static void |
ClientConnectEntities.main(String[] args) |
Constructor and Description |
---|
CSVExporter(String filepath,
ArrayList<Entity> entities)
Creates a new CSV result exporter.
|
NTriplesExporter(String filepath,
ArrayList<Entity> entities)
Creates a new N-TRIPLES result exporter.
|
RDFExporter(String filepath,
ArrayList<Entity> entities)
Creates a new RDF result exporter.
|
TXTExporter(String filepath,
ArrayList<Entity> entities)
Creates a new TXT result exporter.
|
XMLExporter(String filepath,
ArrayList<Entity> entities)
Creates a new XML result exporter.
|
Modifier and Type | Method and Description |
---|---|
String |
WebPageTextExtractor.extractText()
Returns the textual content of the web page.
|
String |
TextExtractor.extractText()
Returns the textual content.
|
Constructor and Description |
---|
PDFTextExtractor(String filepath)
Creates a new PDF text extractor.
|
PowerPointTextExtractor(String filepath)
Creates a new MSPowerPoint text extractor.
|
TXTTextExtractor(String filepath)
Creates a new TXT text extractor.
|
WordTextExtractor(String filepath)
Creates a new MSWord text extractor.
|
XMLbasedTextExtractor(String filepath)
Creates a new XML-based (XML, RDF, etc.) text extractor.
|
Copyright © 2014. All rights reserved.