- kco
KorAPConnection()
object (obtained e.g. from new("KorAPConnection")
- node
target word
- vc
string describing the virtual corpus in which the query should be performed. An empty string (default) means the whole corpus, as far as it is license-wise accessible.
- lemmatizeNodeQuery
if TRUE, node query will be lemmatized, i.e. x -> [tt/l=x]
- minOccur
minimum absolute number of observed co-occurrences to consider a collocate candidate
- leftContextSize
size of the left context window
- rightContextSize
size of the right context window
- topCollocatesLimit
limit analysis to the n most frequent collocates in the search hits sample
- searchHitsSampleLimit
limit the size of the search hits sample
- ignoreCollocateCase
logical, set to TRUE if collocate case should be ignored
- withinSpan
KorAP span specification (see https://korap.ids-mannheim.de/doc/ql/poliqarp-plus?embedded=true#spans) for collocations to be searched within. Defaults to base/s=s
.
- exactFrequencies
if FALSE, extrapolate observed co-occurrence frequencies from frequencies in search hits sample, otherwise retrieve exact co-occurrence frequencies
- stopwords
vector of stopwords not to be considered as collocates
- seed
seed for random page collecting order
- expand
if TRUE, node
and vc
parameters are expanded to all of their combinations
- maxRecurse
apply collocation analysis recursively maxRecurse
times
- addExamples
If TRUE, examples for instances of collocations will be added in a column example
. This makes a difference in particular if node
is given as a lemma query.
- thresholdScore
association score function (see association-score-functions
) to use for computing the threshold that is applied for recursive collocation analysis calls
- threshold
minimum value of thresholdScore
function call to apply collocation analysis recursively
- localStopwords
vector of stopwords that will not be considered as collocates in the current function call, but that will not be passed to recursive calls
- collocateFilterRegex
allow only collocates matching the regular expression
- ...
more arguments will be passed to collocationScoreQuery()