Hi, according to text called "Problem trying to create a new dbpedia index and site in Italian"
available to link: http://mail-archives.apache.org/mod_mbox/incubator-stanbol-dev/201203.mbox/%3c2d60b564-ddff-4c76-a243-bcf93dd2b...@gmail.com%3E I have defined a KeyWordLinking Engine on DBPedia in order to enhance italian text with label matched in DBPedia (stored in Stanbol instance). Example text used is a snippet on Wikepedia about Walt Disney: "*Walter Elias Disney*, più noto come *Walt Disney* (Chicago, 5 dicembre 1901 - Burbank, 15 dicembre 1966), è stato un fumettista, animatore, imprenditore, cineasta e doppiatore statunitense. È stato anche produttore, regista, sceneggiatore e doppiatore di cinema d'animazione. Annoverato come uno dei principali cineasti del XX secolo, riconosciuto come il padre dei film d'animazione, Walt Disney ha inoltre creato Disneyland, il primo e più famoso dei parchi a tema." Stanbol enhancer executes this chain: - *langdetect* ( required , LanguageDetectionEnhancementEngine) - *opennlp-sentence* ( required , OpenNlpSentenceDetectionEngine) - *opennlp-token* ( required , OpenNlpTokenizerEngine) - *opennlp-pos* ( required , OpenNlpPosTaggingEngine) - *KeyWordLinkingDBPedia* ( required , KeywordLinkingEngine) and returns these results: People Walt Disney Places Chicago Disneyland Others 1966 Animazione Doppiatore Film Imprenditore Padre Secolo Stato Language it KeyWordLinkingEngine uses rdf:type to establish type of returned entity. Why token labelled as other are not classified according their rdf:type? If I import a custom SKOS vocabulary this engine returns tokens, matched in vocabulary, as Concepts, that is their rdf:type. Can someone help me? Thank you, Monica.