2011/12/22 Lukas Kahwe Smith <[email protected]>: > Hi, > > so I have some content (legal documents) which was already manually tagged. > > what i would like to do now is: > 1) hand stanbol the document content and their manually assigned tags > 2) hand stanbol new documents and have them tagged only using tags from the > set of tags provided manually in step 1) > > is that even possible?
I am currently working on a new module that does just that. The REST API is not done yet but the backend is starting to work. You can have a look at the tests here: https://svn.apache.org/repos/asf/incubator/stanbol/trunk/enhancer/engines/topic/src/test/java/org/apache/stanbol/enhancer/engine/topic/TopicEngineTest.java In particular look at the test: testTrainClassifierFromExamples You can follow the progress on this service / engine here: https://issues.apache.org/jira/browse/STANBOL-197 -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel
