File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,12 @@ malaya.generator
6969.. automodule :: malaya.generator
7070 :members:
7171
72+ malaya.jawi_rumi
73+ -------------------------
74+
75+ .. automodule :: malaya.jawi_rumi
76+ :members:
77+
7278malaya.keyword_extraction
7379--------------------------
7480
@@ -156,6 +162,12 @@ malaya.relevancy
156162.. automodule :: malaya.relevancy
157163 :members:
158164
165+ malaya.rumi_jawi
166+ ------------------
167+
168+ .. automodule :: malaya.rumi_jawi
169+ :members:
170+
159171malaya.segmentation
160172---------------------
161173
Original file line number Diff line number Diff line change 88
99from malaya_boilerplate .utils import get_home
1010
11- version = '4.8 '
12- bump_version = '4.8.1 '
11+ version = '4.9 '
12+ bump_version = '4.9.0 '
1313__version__ = bump_version
1414
1515package = 'malaya'
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def readme():
1515setuptools .setup (
1616 name = __packagename__ ,
1717 packages = setuptools .find_packages (),
18- version = '4.8 .0' ,
18+ version = '4.9 .0' ,
1919 python_requires = '>=3.6.*' ,
2020 description = 'Natural-Language-Toolkit for bahasa Malaysia, powered by Deep Learning Tensorflow.' ,
2121 long_description = readme (),
You can’t perform that action at this time.
0 commit comments