Skip to main content

Morphological analyzer for Russian, English and German languages.

This is a python wrapper for C++ morphology library that was created in 2000 (many years ago) for website aot.ru. The original library was written in C++, so we have to compile it and integrate with python using pybind11. The dictionaries are rather outdated, but I use them for some modern projects, that's why I decided to share the project with other people.

License is MIT.

The project is distributed in (sources)[https://github.com/sokirko74/pylem], you have to install cmake and modern C++ (17) compiler to your workstation.

Install

Normally you could install the project with python -m pip install pylem but if it does not work install it using the following steps:

  1. download and unpack sources
  2. run python setup.py install

Using the library

To search word mother in the English dictionary one should write the following code:

from pylem import MorphanHolder, MorphLanguage

h = MorphanHolder(MorphLanguage.English) #load dicts from disk

print(h.is_in_dictionary("mother"))

Other usages are covered by unittests

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pylem-0.0.12.tar.gz (4.4 MB view details)

Uploaded Source

File details

Details for the file pylem-0.0.12.tar.gz.

File metadata

  • Download URL: pylem-0.0.12.tar.gz
  • Upload date:
  • Size: 4.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.9.0 pkginfo/1.8.2 requests/2.22.0 requests-toolbelt/0.8.0 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for pylem-0.0.12.tar.gz
Algorithm Hash digest
SHA256 b3500417e7104abaf56fad57f7fa9b3b4a1b7b50befda6136526f0b7d8d72591
MD5 3efb4c156cc938d7e678adcd7da0db6b
BLAKE2b-256 ff2a42e7f6258e5f5f2a6682e2de8efcf9cc60ae0ef3ed9d9c704877e14aed1f

See more details on using hashes here.

Release history Release notifications | RSS feed

0.0.18

1 file

0.0.17

1 file

0.0.15

1 file

0.0.13

1 file

This release

0.0.12 This release

1 file

0.0.11

1 file

0.0.10

1 file

0.0.9

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page