Skip to content

PyThaiNLP 1.7 #117

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 154 commits into from
Sep 22, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
154 commits
Select commit Hold shift + click to select a range
762fd0f
update pythainlp 1.6 thai docs
wannaphong Feb 25, 2018
87c3b2c
Improved custom dict tokenization
smeeklai Mar 1, 2018
6c8fa67
made dict_word_tokenize() to work with new edited newmm.py
smeeklai Mar 1, 2018
504a0f3
declared global custom_dict_trie and vocabs to be used with dict_word…
smeeklai Mar 3, 2018
ee4b1a1
Merge pull request #80 from PyThaiNLP/pythainlp1.6
wannaphong Mar 4, 2018
c93a436
Merge branch 'dev' of https://github.com/PyThaiNLP/pythainlp into imp…
smeeklai Mar 6, 2018
ebd26a9
temp
smeeklai Mar 6, 2018
38ca4bc
added create_custom_dict_trie() and modified word_tokenize() to use n…
smeeklai Mar 7, 2018
9113cc4
removed duplicated and nested return statement
smeeklai Mar 7, 2018
cff5a1a
chaged word sengment function in syllable_tokenize
smeeklai Mar 7, 2018
26246ec
fixed mistakes in syllable_tokenize() and wordcutpy tokenizer
smeeklai Mar 7, 2018
65aacef
took nested return out from engine == 'wordcutpy'
smeeklai Mar 7, 2018
f557544
took nested return out from engine == 'wordcutpy'
smeeklai Mar 7, 2018
f70deff
fixed deeply nested control flow statements
smeeklai Mar 7, 2018
8533827
fixed deeply nested control flow statements
smeeklai Mar 7, 2018
ddbefa9
improved Coverage
smeeklai Mar 7, 2018
1ec02b6
improved Coverage
smeeklai Mar 7, 2018
816061c
improved Coverage
smeeklai Mar 7, 2018
f4f66b8
moved new tokenizing method to dict_work_tokenize instead
smeeklai Mar 11, 2018
028cb85
removed unused variables
smeeklai Mar 11, 2018
26ec714
Merge pull request #77 from smeeklai/improved_custom_dict_tokenization
wannaphong Mar 12, 2018
238de46
fixed spelling error
pontakornth Mar 25, 2018
b98d023
Merge pull request #85 from pontakornth/patch-1
wannaphong Mar 25, 2018
2976eb2
add Exception in word_tokenize
wannaphong Apr 2, 2018
900a0cd
Merge branch 'dev' of https://github.com/wannaphongcom/pythainlp into…
wannaphong Apr 2, 2018
8d0081a
rewrite pythainlp.tokenize.pyicu https://github.com/PyThaiNLP/pythain…
wannaphong Apr 9, 2018
3bc791d
train new postag https://github.com/PyThaiNLP/pythainlp/issues/89
wannaphong Apr 15, 2018
74d6781
fix unexpected keyword artagger
wannaphong Apr 15, 2018
112870b
add ud_thai-pud https://github.com/PyThaiNLP/pythainlp/issues/89
wannaphong Apr 15, 2018
729d322
fix tcc rule
wannaphong Apr 15, 2018
0a1e740
remove wrong word
earthpyy May 2, 2018
f50ff19
Merge pull request #91 from earthpyy/dev
wannaphong May 2, 2018
41f8d6b
update README
wannaphong May 13, 2018
2329fe6
Merge branch 'dev' of https://github.com/wannaphongcom/pythainlp into…
wannaphong May 13, 2018
98e4399
add package data in setup.py
wannaphong May 25, 2018
86f151c
start PyThaiNLP 1.7
wannaphong May 25, 2018
f84a6a3
update docs
wannaphong Jun 4, 2018
0100c35
add dev docs
wannaphong Jun 4, 2018
4c4bbbb
add PyThaiNLP 1.6 English Docs
wannaphong Jun 4, 2018
57719e9
add whitespaces in word_tokenize
wannaphong Jun 4, 2018
e747f6a
marisa_trie 0.7.4
wannaphong Jun 11, 2018
45f24cd
add pythainlp.tag.pos_tag_sents
wannaphong Jun 13, 2018
20c643f
add test pythainlp.tag.pos_tag_sents
wannaphong Jun 13, 2018
0823a24
add pythainlp.util.pythainlp.util.listtext_num2num #94
wannaphong Jun 21, 2018
dbe4945
add test pythainlp.util.listtext_num2num
wannaphong Jun 21, 2018
96ed7a3
add docs for pythainlp.util.listtext_num2num
wannaphong Jun 21, 2018
5ce33ed
edit dropbox url
cstorm125 Jun 22, 2018
bb4ffbe
add get path pythainlp-data
wannaphong Jun 23, 2018
3546a31
add update corpus for pythainlp-data
wannaphong Jun 23, 2018
251279d
update requirements
wannaphong Jun 23, 2018
9788518
add force in pythainlp.corpus.download
wannaphong Jun 23, 2018
8c7ca94
Merge pull request #96 from wannaphongcom/dev
wannaphong Jun 23, 2018
ac4c0d7
Update issue templates
wannaphong Jun 23, 2018
dc8c405
Update bug_report.md
wannaphong Jun 23, 2018
726230e
thai2vec v0.2
Jun 29, 2018
31c4126
hot fix
Jun 29, 2018
f0748fa
typo
Jun 29, 2018
61de6b5
add itos loader
Jun 29, 2018
58ac2a6
Merge pull request #97 from cstorm125/dev
wannaphong Jun 29, 2018
bd7459e
doc started
petetanru Jul 2, 2018
8897944
add multi-cut to pythainlp.multi_cut
wannaphong Jul 3, 2018
fd6a9d8
Revert "add multi-cut to pythainlp.multi_cut"
wannaphong Jul 3, 2018
3bf7c4c
add multi-cut to pythainlp.tokenize
wannaphong Jul 3, 2018
eca7073
del cutkum , mm and dict for pythainlp.tokenize
wannaphong Jul 3, 2018
f89e752
update pythainlp.test
wannaphong Jul 3, 2018
bfa3a7e
del test for pythainlp.tokenize.dict
wannaphong Jul 3, 2018
48ed1d4
update pythainlp.test
wannaphong Jul 3, 2018
3ad69a1
Merge pull request #98 from wannaphongcom/dev
wannaphong Jul 3, 2018
e1059fb
tokenize documented
petetanru Jul 3, 2018
7e1c6bc
Update __init__.py
wannaphong Jul 4, 2018
2c35ca8
Merge branch 'dev' into dev
wannaphong Jul 4, 2018
a4d68f6
Update __init__.py
wannaphong Jul 4, 2018
3f04af3
Update __init__.py
wannaphong Jul 4, 2018
986533e
Merge pull request #99 from petetanru/dev
wannaphong Jul 4, 2018
b48f1f6
Delete index.md
wannaphong Jul 6, 2018
5a5c5fa
numericalizer bug
Jul 10, 2018
9743aa6
Merge pull request #100 from cstorm125/dev
cstorm125 Jul 10, 2018
d15c375
documentation for word vector, romanization, example
petetanru Jul 11, 2018
7526251
Merge pull request #101 from petetanru/dev
wannaphong Jul 12, 2018
55d1078
subword tokenizer added
petetanru Jul 14, 2018
100838c
pos tagging doc added
petetanru Jul 14, 2018
a814255
pos tag doc typo fixed
petetanru Jul 14, 2018
faca479
spell doc added
petetanru Jul 14, 2018
1189e4d
Merge pull request #102 from petetanru/dev
wannaphong Jul 17, 2018
df93f98
add sentiment
Jul 17, 2018
e7ae63f
fix sentiment
Jul 17, 2018
fe5e4a1
add fastai dependency for ulmfit_sent
Jul 17, 2018
60daa0e
Merge pull request #103 from cstorm125/dev
wannaphong Jul 17, 2018
647f69d
Update __init__.py
wannaphong Jul 17, 2018
899b8e7
Update __init__.py
wannaphong Jul 17, 2018
828a67c
fixed tag test #717 failed
wannaphong Jul 17, 2018
7e6d12c
fixed pip install error
wannaphong Jul 18, 2018
2de729e
fixed pip install error
wannaphong Jul 18, 2018
7a1f9d7
fixed rare vowel bug and change style according to PEP8
Jul 20, 2018
39dfdd4
Merge pull request #104 from bkktimber/dev
wannaphong Jul 20, 2018
0c1a25c
number docs
petetanru Jul 21, 2018
297f74e
collation docs added
petetanru Jul 21, 2018
498dc3a
date docs added
petetanru Jul 21, 2018
6e7b3d7
html update
petetanru Jul 21, 2018
93ca186
number date fixed
petetanru Jul 22, 2018
83fa999
docs re-generated
petetanru Jul 22, 2018
05979c0
Merge pull request #105 from petetanru/dev
wannaphong Jul 22, 2018
c717e8e
Merge remote-tracking branch 'origin/dev' into dev
wannaphong Jul 29, 2018
241add0
Deprecate Python 2 support #107
wannaphong Aug 11, 2018
8a1d657
Update README.md
wannaphong Aug 11, 2018
09e3bf7
Update README.md
wannaphong Aug 15, 2018
bf884b8
update onecut and dict for thaiword
wannaphong Aug 16, 2018
a3c5c88
update thaiword : del มอ
wannaphong Aug 16, 2018
4adb814
add thai2rom
wannaphong Aug 16, 2018
1d481b6
update thai2rom
wannaphong Aug 17, 2018
f2de0c5
update data
wannaphong Aug 17, 2018
d8da9ae
add thai2rom docs
wannaphong Aug 17, 2018
2323794
Merge pull request #108 from PyThaiNLP/romanization
wannaphong Aug 17, 2018
66b2921
Merge pull request #109 from PyThaiNLP/word_tokenize-update
wannaphong Aug 17, 2018
533d622
Update References.md
wannaphong Aug 17, 2018
1dbb632
Add What’s New In PyThaiNLP 1.7
wannaphong Aug 17, 2018
2f16b90
update AUTHORS.rst
wannaphong Aug 18, 2018
df24fe7
add docs : keywords,metasound
wannaphong Aug 18, 2018
0c0535c
del unused import in pythainlp.corpus
wannaphong Aug 27, 2018
80c586b
Update requirements.txt
wannaphong Aug 30, 2018
a492459
add pythainlp.corpus.remove
wannaphong Sep 1, 2018
9b119ba
Merge remote-tracking branch 'origin/dev' into dev
wannaphong Sep 1, 2018
a7db403
Update CONTRIBUTING.md
bact Sep 3, 2018
aa01da2
Merge pull request #112 from bact/patch-1
wannaphong Sep 4, 2018
189cf4c
fixed bug #111
wannaphong Sep 4, 2018
9543786
add pythainlp.ner
wannaphong Sep 5, 2018
e0e5da0
add pythainlp.ner.thainer
wannaphong Sep 5, 2018
c5ea8c4
update code
wannaphong Sep 5, 2018
7ba97e6
add import pythainlp.ner
wannaphong Sep 6, 2018
e8b47ba
add postag in pythainlp.ner.thainer().get_ner
wannaphong Sep 6, 2018
28c8260
add pythainlp.ner test
wannaphong Sep 6, 2018
d848eb3
close wordcutpy test for windows
wannaphong Sep 6, 2018
d2f18de
Merge pull request #115 from PyThaiNLP/thai-ner
wannaphong Sep 6, 2018
a234c57
del "อิอิอิ" and "อิอิอิอิ" in thaiword.txt
wannaphong Sep 10, 2018
9f4d7ca
update docs
wannaphong Sep 11, 2018
6865ae9
clean code
wannaphong Sep 12, 2018
65cc3b6
Update README.md
wannaphong Sep 15, 2018
75f9ccd
update docs
wannaphong Sep 15, 2018
794d69e
add pythainlp.sentiment docs
wannaphong Sep 15, 2018
341717a
update docs
wannaphong Sep 15, 2018
7c95679
update docs
wannaphong Sep 15, 2018
060bd23
add soundex docs
wannaphong Sep 16, 2018
2efbd7f
Add documentation for ulmfit
cstorm125 Sep 17, 2018
ac104ec
Add ULMFit docs
wannaphong Sep 17, 2018
5ad58b4
Update ULMFit docs
wannaphong Sep 17, 2018
b3fa85f
Add License badges
wannaphong Sep 17, 2018
e3a06f9
add pythainlp readme
wannaphong Sep 17, 2018
02240e2
add pythainlp.change
wannaphong Sep 17, 2018
fb8bb39
update spell docs
wannaphong Sep 17, 2018
fb9ab2c
update data
wannaphong Sep 18, 2018
c4c8c7b
update setup.py
wannaphong Sep 18, 2018
dd7cb2a
update docs
wannaphong Sep 22, 2018
c86d140
update README-pythainlp.md
wannaphong Sep 22, 2018
22ef79a
Merge branch 'master' into dev
wannaphong Sep 22, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Bug report
about: Create a report to help us improve

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. import '...'
2. input '....'

**Expected behavior**
A clear and concise description of what you expected to happen.

**Source Code**
If applicable, add source code to help explain your problem.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. Windows,Linux]
- Python Version [e.g. 2.7, 3.6]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

78 changes: 78 additions & 0 deletions .idea/markdown-navigator.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/markdown-navigator/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions .idea/pythainlp.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading