Utilities for research involving words.
Project description
Python library for some utilities that may be useful for word research.
Features
Extract consonant clusters from a word or list of words.
Find neighbors of words.
Other neighbor utilities, e.g., type of neighbor relationship, position of divergence.
Get the syllable count for words or a list of words, or filter lists of words by number of syllables.
Get the consonant-vowel structure of a word.
Requirements
Python 3
Installation
Using pip install
pip3 install lexlib
From source
git clone for the development version
git clone https://github.com/cranndarach/lexlib.git cd lexlib pip install
Download a release
In a terminal (remember to update the path):
cd path/to/download/lexlib-x.y.z.tar.gz tar -xvf lexlib-x.y.z.tar.gz cd lexlib-x.y.z/ pip install
Usage
To import the package to use in your project
import lexlib as lx
For documentation on specific functions, see the docs/ directory or the online documentation or enter help(lx.function_name) into your interpreter.
License
This package is licensed under the terms of the MIT license, copyright (c) 2016-2019 R. Steiner.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file lexlib-3.0.0.tar.gz
.
File metadata
- Download URL: lexlib-3.0.0.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ba034ef676453ab4394d394fc5e38739b7370eee236607e59fc708e7ce7811f |
|
MD5 | c926f5190a889c36ac4bec8d31de9e7f |
|
BLAKE2b-256 | a33512a215e995be8ebf99cbb4f6ab39ed6de8396cf0768da6ca15693216429e |