Web-based responsive document annotation tool
activeannoservice / project.annotationschema.generator / GeneratorSortingPolicy
enum class GeneratorSortingPolicy
How to handle sorting of documents for annotators when generated results is available
Name | Summary |
---|---|
NORMAL_SORT | Use the normal sort ordering defined in Sort |
DOCUMENTS_WITH_GENERATED_DATA_FIRST | Use the normal sort ordering, but prefer documents with generated data available first |
ACTIVE_LEARNING_SORT | If possible, sort documents by maximum information gain for updatable annotation generator if they exist. If not, documents with generated data will still be preferred, sorted by normal sort. |