Uses of Class
de.tudarmstadt.ukp.inception.recommendation.api.model.SuggestionDocumentGroup
-
Packages that use SuggestionDocumentGroup Package Description de.tudarmstadt.ukp.inception.recommendation.api.model -
-
Uses of SuggestionDocumentGroup in de.tudarmstadt.ukp.inception.recommendation.api.model
Methods in de.tudarmstadt.ukp.inception.recommendation.api.model that return SuggestionDocumentGroup Modifier and Type Method Description SuggestionDocumentGroup
Predictions. getPredictions(java.lang.String aDocumentName, de.tudarmstadt.ukp.clarin.webanno.model.AnnotationLayer aLayer, int aWindowBegin, int aWindowEnd)
TODO #176 use the document Id once it it available in the CAS Get the predictions of a given window, where the outer list is a list of tokens and the inner list is a list of predictions for a tokenMethods in de.tudarmstadt.ukp.inception.recommendation.api.model that return types with arguments of type SuggestionDocumentGroup Modifier and Type Method Description java.util.Map<java.lang.String,SuggestionDocumentGroup>
Predictions. getPredictionsForWholeProject(de.tudarmstadt.ukp.clarin.webanno.model.AnnotationLayer aLayer, de.tudarmstadt.ukp.clarin.webanno.api.DocumentService aDocumentService)
Get the predictions of a given window for each document, where the outer list is a list of tokens and the inner list is a list of predictions for a token.
-