Skip to content
#

morphology

Here are 236 public repositories matching this topic...

minhoryang
minhoryang commented Nov 13, 2019
$ make show_docs
or
$ cd docs && make html
or
$ cd docs && sphinx-build -v -b html -d _build/doctrees . _build/html
Sphinx 버전 2.2.1 실행 중

Traceback (most recent call last):
  File "/Users/minhoryang/.anyenv/envs/pyenv/versions/3.7.4-konlpy/lib/python3.7/site-packages/sphinx/cmd/build.py", line 275, in build_main
    args.tags, args.verbosity, args.jobs, args.keep_

A morphological solution for Russian and English language written completely in PHP. Provides classes to inflect personal names, geographical names, decline and pluralize nouns, generate cardinal and ordinal numerals, spell out money amounts and time intervals. / Морфологическая библиотека для английского и русского языков. Склоняет имена собственные, названия географических объектов, склонение и плюрализация имен собственных и другое.

  • Updated Jul 9, 2020
  • PHP

A Python wrapper of the Yandex Mystem 3.1 morphological analyzer (http://api.yandex.ru/mystem). The original tool is shipped as a binary and this library makes it easy to integrate it in Python projects. Let us know in the issues if you would like to be involved into the developments or maintenance of this project. If you have any fix or suggestion, please make a pull request. We are very open to accepting any contributions.

  • Updated Dec 9, 2019
  • Python
flammie
flammie commented Apr 28, 2020

I don't know if it's easy but using various ides or linters with python hfst gets warnings like so:

See https://mypy.readthedocs.io/en/latest/running_mypy.html#missing-imports
Cannot find implementation or library stub for module named 'hfst'
Cannot find implementation or library stub for module named 'libhfst'

if like swig can generate such stuff it would useful.

Improve this page

Add a description, image, and links to the morphology topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the morphology topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.