gecliht

Crates.iogecliht
lib.rsgecliht
version0.2.0
sourcesrc
created_at2020-11-01 18:41:10.838653
updated_at2023-11-10 14:31:16.413651
descriptionA disparate collection of text manipulation and formatting algorithms.
homepage
repositoryhttps://notabug.org/peterlane/gecliht
max_upload_size
id307615
size423,419
Peter Lane (pcl-code)

documentation

README

Gecliht (Gathered)

A disparate collection of text manipulation and formatting algorithms.

Algorithms are grouped under the categories:

  • abbrev - finds a set of abbreviations from a group of words
  • chapter_ordering - compares strings as if they were describing chapters or sections in a book
  • formatters - for rearranging one or more strings ready for output
  • metrics - for measuring the similarity of pairs of strings
  • ngrams - for generating ngrams from a word
  • phonetics - convert names into codes representing their sound
  • stemmers - reduce words to a common 'stem' by removing endings
  • stopwords - remove English stopwords from a list of words

MIT Licence

Copyright (c) 2020-23, Peter Lane peterlane@gmx.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Commit count: 0

cargo fmt