List of all members.
Detailed Description
Method Details
| Iterator<Long> getAllTypes |
( |
| ) |
|
Returns the IFrequencies object of the given document. If documentId is null, an IFrequencies object for all processed signals is returned.
- Parameters:
-
- Returns:
| Iterator<Long> getLeastFrequentTypes |
( |
int |
maxResultListSize | ) |
|
Returns an iterator of least frequent types found in the processed document collection. The size of the list is limited by the parameter maxResultListSize, which must be a value > 0. The returned values are sorted ascending by their frequency.
- Parameters:
-
- Returns:
| Iterator<Long> getMostFrequentTypes |
( |
int |
maxResultListSize | ) |
|
Returns an iterator of most frequent types found in the processed document collection. The size of the list is limited by the parameter maxResultListSize, which must be a value > 0. The returned values are sorted descending by their frequency.
- Parameters:
-
- Returns:
| int getNumberOfAnnotations |
( |
@SignalId String |
documentId | ) |
|
Returns the number of annotations in the given document.
- Parameters:
-
- Returns:
| int getNumberOfDocuments |
( |
| ) |
|
Returns the overall number of documents.
- Returns:
| int getNumberOfOccurrencesOfType |
( |
long |
typeId, |
|
|
@SignalId String |
documentId |
|
) |
| |
Returns the number of occurrences of the given type in the given document.
- Parameters:
-
- Returns:
| int getOverallNumberOfAnnotations |
( |
| ) |
|
Returns the overall number of annotations.
- Returns:
| int getOverallNumberOfOccurrencesOfType |
( |
long |
typeId | ) |
|
Returns the overall number of occurrences of the given type in the processed document collection.
- Parameters:
-
- Returns:
| int getOverallNumberOfTypes |
( |
| ) |
|
Returns the overall number of different types in the processed document collection.
- Returns:
| Iterator<Long> getTypesOfDocument |
( |
@SignalId String |
documentId | ) |
|
Returns an iterator over the list of all types in the document.
- Parameters:
-
- Returns: