PyLeLemmatize is a Python package for lemmatizing text. It provides a simple and efficient way to reduce large characters to simpler ones.
To install PyLemmatize directly from GitHub using pip, run the following command:
pip install git+https://github.com/yourusername/pylelemmatize.git
To install PyLemmatize from the source code, follow these steps:
- Clone the repository:
- Navigate to the project directory:
- Install the package
git clone https://github.com/yourusername/pylelemmatize.git
cd pylelemmatize
python3 setup.py develop
ll_evaluate_merges -h # get help string with the cli interface
ll_evaluate_merges -corpus_glob './tmp/fsdb/*/*/*/*.xml'
ll_extract_corpus_alphabet -h # get help string with the cli interface
ll_extract_corpus_alphabet -corpus_glob './tmp/fsdb/*/*/*/*.xml'
ll_test_corpus_on_alphabets -h # get help string with the cli interface
ll_test_corpus_on_alphabets -corpus_glob './tmp/fsdb/*/*/*/*.xml'
Contributions are welcome! Please open an issue or submit a pull request on GitHub.
This project is licensed under the MIT License.