Malaysia Lexicon
Project description
msiaLex
msiaLex consists of different types of modifiers from three languages (e.g. English, Bahasa Melayu, Chinese)
Installation
pip install msiaLex
Import package
from msiaLex import modifier
Language code
Language code are required to serve as parameter for below functions in order to return modifiers for specific languages
- English : en
- Bahasa Melayu : zsm
- Chinese : zh
Negation
modifier.negation('en')
['no', 'not', 'none', 'nobody', 'nothing', 'neither', 'never', 'cannot']
Intensifier
High and low intensifier are returned from English language
modifier.intensifier('en')
{'high': ['absolutely', 'completely', 'extremely', 'highly', 'rather', 'really', 'so', 'too', 'totally', 'utterly', 'very', 'much', 'more', 'quite', 'most', 'super'], 'low': ['little', 'less']}
Conjunction
modifier.conjunction('en')
{'contrasting': ['but', 'however', 'in contrast', 'instead', 'whereas', 'except that', 'on the contrary', 'conversely', 'nevertheless', 'although', 'alternatively']}
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 Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file msiaLex-0.2.11-py3-none-any.whl.
File metadata
- Download URL: msiaLex-0.2.11-py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e07f60465a4a4a729f42d574391e4ac58164250f396ebc95797d0c023053de6
|
|
| MD5 |
41139a4597694f62a41acf58a367a41a
|
|
| BLAKE2b-256 |
d7d7f2605896dee0d0dfb343c9ce0b95b93b53f2347105ea36b1e62f232d01a1
|