Hi Sonia I do not fully understand you problem but I will try to provide some pointers that might be helpful.
On 16.11.2011, at 12:50, Sonia Gomez wrote: > Hi i use javascript and ajax to load result of engine in my web page, but i > want to disable screen Other and Concepts whithout disabling engine entity > key extraction. If you consume Stanbol enhancements with javascript you might want to use directly the RESTful API and not the HTML pages created by the default UI of stanbol. If you decide for that you might also be interested in VIE [1] and annotate.js [2]. You might also want to give the VIE-annotation-bookmarklet [3] try. This nicely shows how what one can do with the combination of the Stanbol RESTful API and this two javascript libraries. > i modified the content in builded jar and in sling file the file > contentitem.ftl > "org.apache.stanbol.enhancer.templates.imports.contentitem.ftl" but > unfortunatly i always have Other and Concepts in my screen :( have you any > idea ?!Thanks for your help > Currently the KeywordLinkingEngine can not be configured to deactivate enhancements for specific types. So currently Stanbol will always send you enhancement results of all types. However if you use annotate.js to process Enhancement results you can use "typeFilter" to filter Enhancements on the client side. If you want/need this feature on the server side feel free to create an JIRA issue [4]. I hope this was helpful best Rupert Westenthaler [1] https://github.com/bergie/VIE/ [2] https://github.com/szabyg/annotate.js [3] http://szabyg.github.com/vie-annotation-bookmarklet/ [4] https://issues.apache.org/jira/browse/STANBOL
