#text-formatting #nlp #text #soundex #stemmer #format #name

gecliht

A disparate collection of text manipulation and formatting algorithms

1 unstable release

0.2.0 Nov 10, 2023
0.1.0 Nov 1, 2020

#605 in Text processing

MIT license

130KB
1.5K SLoC

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.

No runtime deps