compared with
Current by reneta.popova
on Mar 04, 2013 17:01.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (1)

View Page History
The KIM Server supports annotation of multiple documents in parallel. This way the performance of semantic annotation increases with the number of CPU cores, available to the server.

To use this feature, you need to configure it and make sure that the server receives multiple requests for annotation in parallel. In terms of the KIM API this means that the [SemanticAnnotationAPI|http://nmwiki.ontotext.com/kim-javadoc/com/ontotext/kim/client/semanticannotation/SemanticAnnotationAPI.html] [SemanticAnnotationAPI|http://javadoc.ontotext.com/kim-3.7-javadoc/com/ontotext/kim/client/semanticannotation/SemanticAnnotationAPI.html] executed method will allow several executions at the same time by one or more KIM server clients. Note that simple clients like the [Populater Tool|Population], which annotate documents one by one (always waiting for completion of one document before sending the next), will not benefit from the parallel annotation capabilities.

h3. Parallel annotation configuration