Skip to content

Releases: digitallinguistics/concordance

v0.4.0

30 Sep 20:09
Compare
Choose a tag to compare

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

30 Sep 01:20
Compare
Choose a tag to compare

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

29 Sep 18:09
Compare
Choose a tag to compare

Patch for npm publish workflow

v0.2.1

29 Sep 17:51
3880e4a
Compare
Choose a tag to compare

Patch for npm publish workflow.

v0.2.0

29 Sep 17:20
Compare
Choose a tag to compare

This release publishes the concordance library to npm.

v0.1.0

28 Sep 21:16
b9ad470
Compare
Choose a tag to compare

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.