On 21.11.2011, at 22:12, srecko joksimovic wrote: > Hi Rupert > > I use Stanbol for text annotations, but I would like to know if is it > possible to annotate web pages, word, pdf and other document types?
You should have a look at the MetaxaEngine [1] > Also, Is it possible to use ontology concepts extraction, as well as other > terms? > Assuming you want to use the labels of Concepts and Instances within the Ontology this can be done by first indexing the Ontology (similar to other RDF data) and than using the KeywordLinkingEngine. More Information can be found at [2]. The same works for terminologies (like SKOS). In addition the generic RDF indexer (see [2]) now also supports vCard files. The vCard data are converted to http://schema.org/Persons best Rupert [1] http://incubator.apache.org/stanbol/docs/trunk/enhancer/engines/metaxaengine.html [2] http://incubator.apache.org/stanbol/docs/trunk/customvocabulary.html
