RKorAPClient 0.7.1.9000 (unreleased development version)
- now fails gracefully with an informative message if the API server is not accessible
- fixed shiny demo
- new parameters added to
collocationAnalysis
function:maxRecurse
- apply collocation analysis recursively maxRecurse
timesaddExamples
- 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 to use for computing the threshold that is applied for recursive collocation analysis callsthreshold
- minimum value of thresholdScore
function call to apply collocation analysis recursively
RKorAPClient 0.7.1 (CRAN release)
Version change invalidates cache
The change of the minor version from 6 to 7 automatically invalidates your cached query results. However, since the API has not changed, you can continue using the old cached results by copying or renaming your cache folder.
On linux, for example, this can look like this:
mv ~/.cache/R/R.cache/RKorAPClient_0.6 ~/.cache/R/R.cache/RKorAPClient_0.7
or like this:
mv ~/.Rcache/RKorAPClient_0.6 ~/.Rcache/RKorAPClient_0.7
To find the RKorAPClient cache directory for your environment, you can use:
R.cache::getCacheRootPath()
RKorAPClient 0.7.0
New Features
- experimental new
collocationAnalysis
method (client-sided) - new parameter
randomizePageOrder
to fetch result pages in randomized order - new parameter
ignoreCollocateCase
in collocationScoreQuery
- new parameter
withinSpan
(default: base/s=s
) in collocationScoreQuery
- number of hits logged during queries, if
verbose=TRUE
Bug Fixes
- fixed umlaut queries on windows
- fixed retrieval of access token when multiple access tokens are stored
RKorAPClient 0.6.1 (CRAN release)
Changes
- fixes calculation of logDice coefficient
- updated Readme.md
RKorAPClient 0.6.0
Changes
- collocationScoreQuery method added
- hc_add_onclick_korap_search function added
- shiny web application demo added
- support for orphaned plotly package dropped
- improved documentation structure
RKorAPClient 0.5.9
Changes
- The local cache is now notified of new corpus index revisions when new connections are established. As a side effect, with v0.5.9 existing caches are invalidated.
RKorAPClient 0.5.8
Changes
- New boolean parameter
smooth
added to hc_freq_by_year_ci
Bug Fixes
RKorAPClient 0.5.7
Changes
- Introduced continuous integration tests via gh-actions, pulled from highcharter (thanks @pachamaltese)
Bug Fixes
RKorAPClient 0.5.6
- Fix some links in Readme.md
- First release on CRAN
RKorAPClient 0.5.5
- Use TRUE and FALSE instead of T and F
- Be more specific about authors and rights holder
- Elaborate Description field in DESCRIPTION file
- Add forthcoming LREC paper to Readme.md
RKorAPClient 0.5.4
RKorAPClient 0.5.3
- Further minimization of tests to make CRAN happy.
- Make authors and maintainers machine readable.
RKorAPClient 0.5.2
- Further minimization of tests to make CRAN happy. Safety shouldn't suffer.
- Make license specification github and CRAN compliant.
RKorAPClient 0.5.1
- Fixed many typos.
- Removed redundant and too long running tests.
RKorAPClient 0.5.0
- Initial release on CRAN.
- Merge highcharter branch providing the new helper function
hc_freq_by_year_ci
. - Fix reporting cached results in verbose mode.
- Add demo for comparing frequencies in spoken vs. written virtual corpora. See
demo("writtenVsSpoken")
- Don't invalidate cache on patch level increments.