public abstract class SearchCollocations extends AbstractSearch<TermFrequencyList>
Constructor and Description |
---|
SearchCollocations(QueryInfo queryInfo) |
Modifier and Type | Method and Description |
---|---|
SearchCollocations |
filter(ResultProperty<TermFrequency> property,
PropertyValue value)
Filter collocations.
|
SearchCollocations |
sample(SampleParameters par)
Sample collocations.
|
SearchCollocations |
sortBy(ResultProperty<TermFrequency> sortBy)
Sort collocations.
|
SearchCollocations |
window(int first,
int number)
Get window of hits.
|
cancelSearch, equals, execute, executeAsync, executeInternal, getFromCache, getFromCacheBlock, hashCode, queryInfo, toString
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
fetchAllResults, log, toString
public SearchCollocations(QueryInfo queryInfo)
public SearchCollocations sortBy(ResultProperty<TermFrequency> sortBy)
sortBy
- what to sort bypublic SearchCollocations sample(SampleParameters par)
par
- how many hits to sample; seedpublic SearchCollocations filter(ResultProperty<TermFrequency> property, PropertyValue value)
property
- property to filter onvalue
- value to keeppublic SearchCollocations window(int first, int number)
first
- first hit to selectnumber
- number of hits to selectCopyright © 2020 Instituut voor Nederlandse Taal (INT). All rights reserved.