command
Version:
v0.0.0-...-2f68049
Opens a new window with list of versions in this module.
Published: Mar 26, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Stem

Stem CLI reduces inflected words to their word stem. Currently snowball module is used.
Install
git clone git@github.com:AntonShadrinNN/comix-search.git
cd stem
make build && sudo make install
Uninstall
cd stem
sudo make uninstall && make clean
Usage
After installation you can simply run stem -s="String to stem" and see the result.
[!IMPORTANT]
Make sure to provide flag -s. It is mandatory
Documentation
¶
Stem reduces inflected words to their word stem.
It uses external stemming module.
Usage:
stem [flags]
The flags are:
-s
Sentence to stem.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.