Simple Thai Wordcut in Python using Maximum Matching
Project description
pythaiwordcut - Thai Wordcut in Python
A simple Thai wordcut written in Python, based on Maximum Matching algorithm by S. Manabu . Uses Lexitron (by NECTEC) dictionary as default
Please note: This project is under development and should not be use in production , all function and interface are subject to change. If you have issue or suggestion please feel free to ask, contribution is also very welcome :)
Installation
pip install pythaiwordcut
or
git clone https://github.com/zenyai/pythaiwordcut.git
python setup.py install
Usage
import pythaiwordcut as pwt
pt = pwt.wordcut(removeRepeat=True, stopDictionary="<full path to txt file>", removeSpaces=True, minLength=1, stopNumber=False, removeNonCharacter=False, caseSensitive=True, ngram=(1, 2), negation=False)
print "|".join(pt.segment(u'ทดสอบการตัดคำ'))
- removeRepeat: remove intention insertion spelling error such as (สบายยยยยย)
- stopDictionary: remove word that exist in this specify text file (one word one line)
- removeSpaces: remove blank space
- minLength: minimum length of each word
- stopNumber: remove number if exist
- removeNonCharacter: remove character that are not Thai or English character
- caseSensitive: if set to false, will remove stop word without regarding the case
- ngram: Add word ngram from (1, 2)
- negation: If set to true, then it will add NOT_ to every word after negation word and space
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
pythaiwordcut-0.2.0.tar.gz
(219.6 kB
view details)
File details
Details for the file pythaiwordcut-0.2.0.tar.gz
.
File metadata
- Download URL: pythaiwordcut-0.2.0.tar.gz
- Upload date:
- Size: 219.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7aba80dc5a415305fecb8ff1dd2ce4769b94474851811e7b045760874bf69b14 |
|
MD5 | 578a610421db0920e1370f76c46dcb2a |
|
BLAKE2b-256 | 6877a4378cd235bd7ae0350d888b4baf855c6e1a094474c5a7d62f060587a92a |