You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- **topCollocatesLimit** - limit analysis to the n most frequent collocates in the search hits sample
207
207
- **searchHitsSampleLimit** - limit the size of the search hits sample
208
208
- **ignoreCollocateCase** - bool, set to True if collocate case should be ignored
209
-
- **withinSpan** - KorAP span specification for collocations to be searched within
209
+
- **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`
210
210
- **exactFrequencies** - if False, extrapolate observed co-occurrence frequencies from frequencies in search hits sample, otherwise retrieve exact co-occurrence frequencies
211
211
- **stopwords** - vector of stopwords not to be considered as collocates
212
212
- **seed** - seed for random page collecting order
- **KorAPUrl** - instead of specifying the `query` and `vc` string parameters, you can copy your KorAP query URL here from the browser
238
243
- **metadataOnly** - determines whether queries should return only metadata without any snippets. This can also be useful to prevent access rewrites. (default = True)
- **fields** - (meta)data fields that will be fetched for every match (default = `["corpusSigle", "textSigle", "pubDate", "pubPlace", "availability", "textClass"]`)
245
+
- **fields** - (meta)data fields that will be fetched for every match (default = `["corpusSigle", "textSigle", "pubDate", "pubPlace", "availability", "textClass", "matchStart", "matchEnd"]`)
0 commit comments