Skip to content

Releases: cmccomb/rust-stop-words

stop-words v0.10.0

Choose a tag to compare

@cmccomb cmccomb released this 21 Feb 15:28

Full Changelog: v0.9.0...v0.10.0

stop-words v0.9.0

Choose a tag to compare

@cmccomb cmccomb released this 22 Aug 22:42
e3262de

What's Changed

  • Accept AsRef for language lookups by @cmccomb in #6
  • Generate stopword slices at build time by @cmccomb in #8
  • chore: bump version to 0.9.0 by @cmccomb in #9

Full Changelog: v0.8.1...v0.9.0

stop-words v0.8.1

Choose a tag to compare

@cmccomb cmccomb released this 02 Jan 16:39

What's Changed

  • Remove unnecessary clones and allocations. by @ryanavella in #3

New Contributors

Full Changelog: v0.8.0...v0.8.1

stop-words v0.8.0

Choose a tag to compare

@cmccomb cmccomb released this 08 Oct 13:56

Fixing bug that places quote marks inside of strings

stop-words v0.7.2

Choose a tag to compare

@cmccomb cmccomb released this 14 May 14:26
ab564ba

Adding constructed language

stop-words v0.7.1

Choose a tag to compare

@cmccomb cmccomb released this 31 Mar 21:33

Various minor changes and internal updates.

stop-words v0.7.0

Choose a tag to compare

@cmccomb cmccomb released this 24 Sep 16:57

Various minor changes and updates (some of which change the API)

stop-words v0.6.2

Choose a tag to compare

@cmccomb cmccomb released this 28 Dec 13:34

Includes a more robust example of how to use stop words

stop-words v0.6.0

Choose a tag to compare

@cmccomb cmccomb released this 05 Nov 19:28

This includes a number of quality of life improvements. First and foremost amongst these is the simplification of the function interface to include ONLY a single function (get), which will accept either enum, str, or string inputs. The strum and strum_macros dependencies have also been removed.

stop-words v0.5.0

Choose a tag to compare

@cmccomb cmccomb released this 28 Oct 21:52
d27d092