Releases: digitallinguistics/concordance
Releases · digitallinguistics/concordance
v0.4.0
This release adds a new context
option, which allows the user to specify the number of words to display on either side of the token when using the Keyword in Context format. The default value of the context
option is set to 10
.
v0.3.0
This is a breaking release, which removes the required argument to the concordance library and adds two new options:
-
wordforms
: a list (array when using as a module, comma-separated list when using on the command line) of wordforms to concordance
-
wordlist
: path to a JSON file containing an array of wordforms to concordance
v0.2.2
Patch for npm publish workflow
v0.2.1
Patch for npm publish workflow.
v0.2.0
This release publishes the concordance library to npm.
v0.1.0
This is the initial release of the DLx concordance library. It enables the user to create a concordance of words in a Keyword in Context (KWIC) format. See readme for details.