- 437d7af Do not link to undocumented helpers from @noRd blocks by Marc Kupietz · 5 days ago
- 7cf697f Parse KWIC snippets of any shape in collocation analysis by Marc Kupietz · 9 days ago
- c3de702 Take cache files as they are where there is no time to recompute by Marc Kupietz · 6 days ago
- c6e7736 Add blessCacheAs() to vouch for a file an older version wrote by Marc Kupietz · 6 days ago
- afac514 Add cacheAsInfo() to read back what produced a cache file by Marc Kupietz · 6 days ago
- a3a8cd9 Offer cacheAs on the other query functions as well by Marc Kupietz · 6 days ago
- f632fe3 Label virtual corpora by the names they were given by Marc Kupietz · 6 days ago
- c902c23 Refuse cacheAs files written before the scores were corrected by Marc Kupietz · 6 days ago
- c38d8fb Scale the whole log-likelihood table with the window size by Marc Kupietz · 10 days ago
- 1d400f6 CA: drop collocates occurring less often than expected by default by Marc Kupietz · 11 days ago
- b6416be Document that logDice measures salience, not surprise by Marc Kupietz · 11 days ago
- 8bacebb Compute logDice as defined by Rychly, comparable to other tools by Marc Kupietz · 11 days ago
- 37f9607 CA: check the parameters a cacheAs file was created with by Marc Kupietz · 11 days ago
- ef5b7c1 Drop the PTXQC dependency and bump to 1.3.0.9000 by Marc Kupietz · 13 days ago
- 6a16d7d Document KorAPConnection() as a function to fix CRAN Rd NOTE by Marc Kupietz · 14 days ago
- 7b7a73b CA: warn when duplicate rows are dropped from multi-VC comparisons by Marc Kupietz · 2 weeks ago
- ba15cff CA: mark multi-VC comparison columns as experimental by Marc Kupietz · 2 weeks ago
- 424cb78 CA: report imputation in multi-VC comparisons when verbose by Marc Kupietz · 2 weeks ago
- 9525334 CA: document how to read multi-VC comparison columns by Marc Kupietz · 2 weeks ago
- d7bb5cb CA: flag imputed cells in multi-VC comparisons by Marc Kupietz · 2 weeks ago
- 9c53e41 Make collocationScoreQuery() accept a vector of collocates by Marc Kupietz · 3 months ago
- 09b1c08 Add winner and loser URLs to multi-VC collocation comparisons by Marc Kupietz · 5 months ago
- db2fabd feat(collocationAnalysis): add cacheAs parameter for result caching by Marc Kupietz · 5 months ago
- 2b0b0a1 CA: fix score threshold in recursive CA by Marc Kupietz · 11 months ago
- 0a29263 CA: Inject focus into to result webUIRequestUrls by Marc Kupietz · 11 months ago
- c79155b Ignore first letter case in stopwords by Marc Kupietz · 11 months ago
- de679ea CA: add queryMissingScores parameter by Marc Kupietz · 11 months ago
- 4cbb547 CA: add some more info on how missing values are imputed by Marc Kupietz · 11 months ago
- 77852b2 Remove redundant thresholdScore parameter from add_multi_vc_comparisons function by Marc Kupietz · 11 months ago
- 130a2a2 CA: add percentile ranks and documentation by Marc Kupietz · 11 months ago
- 9894a37 CA: replace NA dampening factor with missingScoreQuantile by Marc Kupietz · 11 months ago
- 28a2984 CA: add measure based ranks by Marc Kupietz · 11 months ago
- b2862d4 CA: introduce max_delta_<score> by Marc Kupietz · 11 months ago
- 5e35d7a CA: add winner columns by Marc Kupietz · 11 months ago
- e34a8be CA: support named vc list and vcLabel parameter to specify labels by Marc Kupietz · 11 months ago
- e31322e Fix label issue in multi-vc CA by Marc Kupietz · 11 months ago
- c4540a2 Add delta columns for CA with multiple VCs by Marc Kupietz · 11 months ago
- a25fbd9 Get rid of empty sequence warning in CA by Marc Kupietz · 11 months ago
- 4a2fee0 Add labels in collocationAnalysis when called with vectors by Marc Kupietz · 11 months ago
- 4142007 Revert "warn on rewrites" by Marc Kupietz · 11 months ago
- bdedd02 Switch all annotation parsing to xml2 by Marc Kupietz · 11 months ago
- cd45218 Fix fetchAnnotations getting all morph values by Marc Kupietz · 11 months ago
- 336c85d warn on rewrites by Marc Kupietz · 1 year, 2 months ago
- a02f193 change format of annotation_snippet column for compatibility with Python client by feldmueller · 12 months ago
- 39da9dc Allow overriding verbosity default via env var KORAP_VERBOSE by Marc Kupietz · 1 year ago
- 0af7593 Fix fetchAnnotations documentation mismatches by Marc Kupietz · 1 year ago
- 6aa5a0d Fix some CRAN policy issues by Marc Kupietz · 1 year ago
- 2baf5c5 Increase fetchAnnotation test coverage according to codecov by Marc Kupietz · 1 year ago
- 93787d5 Add overwrite parameter to fetchAnnotations by Marc Kupietz · 1 year ago
- 560b591 Fix annotation parsing in fetchAnnotations by Marc Kupietz · 1 year ago
- 03d2b1a Simplify initializations by Marc Kupietz · 1 year, 2 months ago
- 89f796e Improve documentation by Marc Kupietz · 1 year, 2 months ago
- 2512130 fetchAnnotations: Avoid the scientific notation problem by Marc Kupietz · 1 year, 2 months ago
- e8c0fef Add ETA for fetchAnnotations by Marc Kupietz · 1 year, 2 months ago
- 7ff770e Handle multiple morpho annotations by Marc Kupietz · 1 year, 2 months ago
- c643a12 Remove debug output by Marc Kupietz · 1 year, 2 months ago
- a29f3d4 Parse annotations into lists of vectors by Marc Kupietz · 1 year, 2 months ago
- ff712a9 fetchAnnotations: use matchID if present by Marc Kupietz · 1 year, 2 months ago
- e52b295 Add fetchAnnotations method to KorAPQuery by Marc Kupietz · 1 year, 2 months ago
- a267c42 Update textMetadata documentation by Marc Kupietz · 1 year, 3 months ago
- ea34b81 Fix ci compatibility and error in as.alternative cospusQuery by Marc Kupietz · 1 year, 3 months ago
- 365660e Harmonize ETA logging by Marc Kupietz · 1 year, 3 months ago
- ec1bfc8 auth and hc_freq_by_year_ci are no longer experimental by Marc Kupietz · 1 year, 3 months ago
- 24799fd Use calculate_eta function in fetchNext by Marc Kupietz · 1 year, 3 months ago
- 36117de Remove redundant documentation in KorAPConnection by Marc Kupietz · 1 year, 3 months ago
- f9914bb Bring back documentation for KorAPConnection params by Marc Kupietz · 1 year, 3 months ago
- d352642 Switch examples to native pipe operator by Marc Kupietz · 1 year, 3 months ago
- dc880ac Add missing documentation by Marc Kupietz · 1 year, 3 months ago
- b7a3805 Simplify package documentation by Marc Kupietz · 1 year, 3 months ago
- 1623fe8 Add fields parameter documentation in corpusQuery by Marc Kupietz · 1 year, 3 months ago
- 2abb946 Add documentation to corpusStats result by Marc Kupietz · 1 year, 3 months ago
- a8c40f4 Make documentation less class centric by Marc Kupietz · 1 year, 3 months ago
- ecc8670 Add example for querying metadata of text within a vc by Marc Kupietz · 1 year, 3 months ago
- e8c8e1a Centralize ETA logging by Marc Kupietz · 1 year, 3 months ago
- 021663d Fix ETA and and page log for offset or maxFetch >> 0 by Marc Kupietz · 1 year, 3 months ago
- ef0e939 Build fetch API URL using httr2 by Marc Kupietz · 1 year, 3 months ago
- e9e18bd Fix minOccur filter with base pipe in collocation analysis by Marc Kupietz · 1 year, 3 months ago
- 319e746 Keep row order constant in ci function by Marc Kupietz · 1 year, 3 months ago
- 6dfeed9 Factor out ETA logging by Marc Kupietz · 1 year, 3 months ago
- 71c30d8 Add ETA log to corpusStats by Marc Kupietz · 1 year, 4 months ago
- 6ef61a8 Add ETA logging also for corpus/frequency query by Marc Kupietz · 1 year, 4 months ago
- 7638ca4 Round benchmark also in freqQuery log by Marc Kupietz · 1 year, 4 months ago
- 623d712 Fix ETA logging in fetchNext by Marc Kupietz · 1 year, 4 months ago
- 669114b Improve log formatting by Marc Kupietz · 1 year, 4 months ago
- d36ee55 Handle request errors as late as possible but not later by Marc Kupietz · 1 year, 4 months ago
- ae9b617 Fix logging warnings when no benchmark is returned by Marc Kupietz · 1 year, 4 months ago
- a824d50 KorAPConnection: improve source code formatting by Marc Kupietz · 1 year, 4 months ago
- 03402e7 Do not cache timed out api results by Marc Kupietz · 1 year, 4 months ago
- d885122 Improve code style in KorAPQuery by Marc Kupietz · 1 year, 5 months ago
- acbaab0 Log ETA and [cached] in fetch* by Marc Kupietz · 1 year, 5 months ago
- dad343d Fix no visible binding ... by Marc Kupietz · 1 year, 5 months ago
- ad8d2ed Update and separate frequencyQuery documentation by Marc Kupietz · 1 year, 5 months ago
- b79fd44 Introduce env variable KORAP_URL to use as default if set by Marc Kupietz · 1 year, 6 months ago
- f5a3701 💄 Start switching to base R pipe by Marc Kupietz · 1 year, 7 months ago
- 4cd066d 💄 Start switching to base R pipe by Marc Kupietz · 1 year, 7 months ago
- 617266d ♻️💄 simplify KorAPConnection class instantiations to modern syntax by Marc Kupietz · 1 year, 7 months ago
- ef1ef4a Remove redundant R version checks by Marc Kupietz · 1 year, 7 months ago
- e7f0d68 Update tokenization note in collocationAnalysis function by Marc Kupietz · 1 year, 7 months ago
- dbdbb1f Subtract redundant smoothing constants in mergeDuplicateCollocates by Marc Kupietz · 1 year, 7 months ago
- 62625dd Fix url build in mergeDuplicateCollocates by Marc Kupietz · 1 year, 7 months ago