Difference between revisions of "Language/Multiple-languages/Culture/Text-Processing-Tools"

From Polyglot Club WIKI
Jump to navigation Jump to search
Line 56: Line 56:
* nagisa https://github.com/taishi-i/nagisa
* nagisa https://github.com/taishi-i/nagisa
* Sudachi https://github.com/WorksApplications/Sudachi / https://github.com/WorksApplications/SudachiPy
* Sudachi https://github.com/WorksApplications/Sudachi / https://github.com/WorksApplications/SudachiPy
Lao:
* Lao Word-Segmentation https://github.com/frankxayachack/LaoWordSegmentation
* wordcutw https://github.com/veer66/wordcutw


Thai:
Thai:
Line 66: Line 70:
* TLTK https://pypi.org/project/tltk/
* TLTK https://pypi.org/project/tltk/
* wordcut https://github.com/veer66/wordcut / https://github.com/veer66/wordcutpy
* wordcut https://github.com/veer66/wordcut / https://github.com/veer66/wordcutpy
* wordcutw https://github.com/veer66/wordcutw


Vietnamese:
Vietnamese:

Revision as of 21:47, 23 May 2021


In this lesson, several useful linguistic tools useful for common language learners are discussed. They are not always accurate, so keep in mind.

Many of tools introduced are written in Python, which is an important language in machine learning and easy to learn.

If you don't know Python, please try this:

In progress.

Diacritization

In Arabic writing system, diacritics indicate the accents, but they are often omitted for writing fluently. This brings difficulties to the language learners.

The process of restoring diacritics is called diacritization.

Tools:

Arabic:

Word segmentation

In some languages, words are not separated by spaces, for example: Chinese, Japanese, Lao, Thai. In Vietnamese, spaces are used to divide syllables instead of words. This brings about difficulties for computer programs like VocabHunter, gritz and text-memorize, where words are detected only with spaces.

The solution is called “word segmentation”, which detects words and insert spaces in between. You may want to ask: The programs only recognise spaces as the word separators, how to deal with Vietnamese? The answer is using the non-breaking space.

Tools:

Chinese:

Japanese:

Lao:

Thai:

Vietnamese: