Skip to content

Releases: kampersanda/wordfreq-rs

v0.2.3

24 Jun 09:03
156ea87

Choose a tag to compare

Main changes

  • Add getter of the internal vocabulary #17

v0.2.2

24 Jun 07:22
a83b843

Choose a tag to compare

Bug fixing

  • Fix a bug that non-ASCII Unicode numbers failed to be parsed. #15

v0.2.1

10 Jun 10:48
47d4b50

Choose a tag to compare

Minor changes

  • Fix the version specification in wordfreq-model/lib.rs

v0.2.0

10 Jun 05:47
7f0e3f8

Choose a tag to compare

This is the first release for the source code.

Distributing wordfreq-rs models (v1)

04 Jun 11:14
daebd0d

Choose a tag to compare

Overview

This is a release point to distribute wordfreq-rs models via Assets. (Please note that the code at this tag is still under construction.)

The model files {large,small}_xx.txt (where xx is language code) describe words and their frequencies in the text format:

<word1> <freq1>
<word2> <freq2>
<word3> <freq3>
...

Credits

Copyright 2022 Robyn Speer
Copyright 2023 Shunsuke Kanda

They are obtained by extracting the contents from the original model files {large,small}_xx.msgpack.gz distributed at wordfreq v3.0.2 (https://doi.org/10.5281/zenodo.7199437). Our files are compressed in zstandard.

The model files are licensed under CC BY-SA 4.0. Also, the original sources are listed, following the NOTICE:

If you redistribute the models, please specify these credits as well.