stmr.c
Word reducer
A C implementation of a stemming algorithm to reduce words to their base form
Porter Stemmer algorithm in C
39 stars
5 watching
7 forks
Language: C
last commit: over 4 years ago
Linked from 1 awesome list
porterstemmerstemming
Related projects:
Repository | Description | Stars |
---|---|---|
words/stemmer | A stemming algorithm package that converts words into shorter forms to facilitate comparison and analysis of natural language text | 128 |
jedp/porter-stemmer | An implementation of Martin Porter's stemming algorithm in JavaScript for removing morphological endings from English words. | 100 |
frpaulas/porterstemmer | An Elixir implementation of the Porter 2 stemmer algorithm for word stemming | 6 |
slorber/rereduce | A Redux reducer library that optimizes state management by memoizing and linking dependencies between reducers. | 163 |
reiver/go-porterstemmer | A native Go implementation of the Porter Stemming algorithm | 190 |
fredwu/stemmer | An English stemming implementation in Elixir | 150 |
agonopol/go-stem | A Go implementation of the Porter Stemmer algorithm for word stemming. | 79 |
wooorm/dioscuri | A tool for parsing and transforming text formats used in online communication | 41 |
a2800276/porter | An implementation of Porter's stemmer algorithm in Go | 12 |
marcoscoffier/lua---sfm | A wrapper around a web-based SFM solver for optimization problems in C | 3 |
yoshuawuyts/hyperreduce | A distributed reduce function on top of hypercore streams | 17 |
m4rw3r/chomp | A fast and expressive monadic-style parser combinator for Rust. | 245 |
mengrao/str | An optimized string class with an adaptive hash table for fast searching and comparisons | 126 |
ahungry/glyphs | An experiment in reducing Common Lisp verbosity by introducing function macro and type safety features. | 29 |
burner/std.rcstring | An implementation of reference counted string functionality for D programming language strings. | 9 |