Contents

jamo 0.4.1

0

A Hangul syllable and jamo analyzer.

A Hangul syllable and jamo analyzer.

Stars: 97, Watchers: 97, Forks: 11, Open Issues: 9

The JDongian/python-jamo repo was created 9 years ago and the last code push was 1 years ago. The project is moderately popular with 97 github stars!

How to Install jamo

You can install jamo using pip

pip install jamo

or add it to a project with poetry

poetry add jamo

Package Details

Author
Joshua Dong
License
http://www.apache.org/licenses/LICENSE-2.0
Homepage
https://github.com/jdongian/python-jamo
PyPi:
https://pypi.org/project/jamo/
GitHub Repo:
https://github.com/jdongian/python-jamo

Classifiers

No  jamo  pypi packages just yet.

Errors

A list of common jamo errors.

Code Examples

Here are some jamo code examples and snippets.

Related Packages & Articles

konlpy 0.6.0

Python package for Korean natural language processing.

beir 2.0.0

A Heterogeneous Benchmark for Information Retrieval

ktrain 0.41.3

ktrain is a wrapper for TensorFlow Keras that makes deep learning and AI more accessible and easier to apply

farm-haystack 1.25.5

LLM framework to build customizable, production-ready LLM applications. Connect components (models, vector DBs, file converters) to pipelines or agents that can interact with your data.

pytextrank 3.3.0

Python implementation of TextRank as a spaCy pipeline extension, for graph-based natural language work plus related knowledge graph practices; used for for phrase extraction of text documents.

Sumy Code Examples

Sumy uses nlp to summarize content on webpages and in text files. The below sumy code example fetches a wikipedia page and extacts a 10 sentence summary.

sumy 0.11.0

Simple library and command line utility for extracting summary from HTML pages or plain texts. The package also contains simple evaluation framework for text summaries. Implemented summarization methods are described in the documentation.