Skip to content

Commit

Permalink
Prepare update to v0.8.0
Browse files Browse the repository at this point in the history
Change-Id: Iea046c4967ae707ae180b1dda3c2dfebab5551c9
  • Loading branch information
kupietz committed Jan 24, 2024
1 parent a676cee commit 70572d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: RKorAPClient
Type: Package
Title: 'KorAP' Web Service Client Package
Version: 0.7.7.9000
Version: 0.8.0
Authors@R:
c(person(given = "Marc",
family = "Kupietz",
Expand Down
7 changes: 5 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# RKorAPClient 0.7.7.9000 (unpublished)
# RKorAPClient 0.8.0

- added `textMetadata` KorAPConnection method to retrieve all metadata for a text based on its sigle
- if not `metadataOnly`, also retrieve tokenized snippets (in `collectedMatches$tokens`)
- added `webUiRequestUrl` column also to corpusStats results, so that also virtual corpus definitions can be linked to / tested directly in the KorAP UI
- added on-click action to open KorAP query also to highcharter scatter plots
- if not `metadataOnly` is set, also tokenized snippets are now retrieved in corpus queries (stored in `collectedMatches$tokens`)
- uses server side tokenized matches in collocation analysis, if supported by KorAP server
- fixed regional demo (will be updated again soon)

# RKorAPClient 0.7.7

Expand Down

0 comments on commit 70572d4

Please sign in to comment.