Skip to content

Commit

Permalink
Add data go th (#4)
Browse files Browse the repository at this point in the history
* Add data.go.th
* Update .travis.yml
  • Loading branch information
xbklairith authored Oct 14, 2018
1 parent bbdfb64 commit 70b9b62
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: ruby
rvm: 2.2
before_script: gem install awesome_bot
script: awesome_bot README.md --allow-ssl --allow 403
script: awesome_bot README.md --allow-redirect --allow-ssl --allow 403
notifications:
email: false
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@
- [ThaiNationalIDCard](https://github.com/chakphanu/ThaiNationalIDCard) อ่านบัตรประชาชน
- [Thai-Citizen-ID-Validator](https://github.com/codeforthailand/Thai-Citizen-ID-Validator) ตรวจสอบเลขบัตรประชาชน
- [JQuery Thailand](https://github.com/earthchie/jquery.Thailand.js) ตัวช่วย กรอกที่อยู่สำหรับการทำ Auto Complete ของไทยโดยไม่ต้องใช้ Server Side
- [ภาษีไปไหน](https://govspending.data.go.th) - ระบบข้อมูลการใช้จ่ายภาครัฐ

## Data source
- [Thai-zip-geolocation](https://github.com/rathpanyowat/Thai-zip-code-latitude-and-longitude) พิกัดละติจูด ลองจิจูด ของรหัสไปรษณีย์
- [Thailand-Address](https://github.com/Cerberus/Thailand-Address) ข้อมูลที่อยู่ sql, json
- [data.go.th](https://data.go.th/Datasets.aspx) - ข้อมูลจากหน่วยงานรัฐ รวมทั้งข้อมูลทางสถิติ
- [Thai-zip-geolocation](https://github.com/rathpanyowat/Thai-zip-code-latitude-and-longitude) - พิกัดละติจูด ลองจิจูด ของรหัสไปรษณีย์
- [Thailand-Address](https://github.com/Cerberus/Thailand-Address) - ข้อมูลที่อยู่ sql, json
- [Thai CG Bank](https://github.com/crishoj/thcg)
- [พจนานุกรม](https://raw.githubusercontent.com/korakot/thainlp/master/royin_dict_2542.tsv) ใช้ข้อมูลจาก [e4thai](http://www.e4thai.com/e4e/images/program/royal_thai_dictionary_2542.zip)
- [พจนานุกรม](https://raw.githubusercontent.com/korakot/thainlp/master/royin_dict_2542.tsv) - ใช้ข้อมูลจาก [e4thai](http://www.e4thai.com/e4e/images/program/royal_thai_dictionary_2542.zip)
- [word dic](https://gist.github.com/anonymous/36568e5aaa73790e718757ff5f481afe)
- [Best I Corpus](https://www.nectec.or.th/corpus/index.php?league=pm) Corpus จาก Nectec
- [HSE Corpus](http://web-corpora.net/ThaiCorpus/) รวบรวมและจัดทำขึ้นโดย HSE School of Linguistics จากประเทศรัสเซีย
- [Best I Corpus](https://www.nectec.or.th/corpus/index.php?league=pm) - Corpus จาก Nectec
- [HSE Corpus](http://web-corpora.net/ThaiCorpus/) - รวบรวมและจัดทำขึ้นโดย HSE School of Linguistics จากประเทศรัสเซีย


## Text processor
Expand All @@ -28,4 +30,4 @@
- [CutKum](https://github.com/pucktada/cutkum) [Python] ตัดคำไทยด้วย RNN-LSTM บน tensorflow
- [pythaiwordcut](https://github.com/narongdejsrn/) [Python] ตัดคำภาษาไทย Maximum Matching algorithm
- [jtcc](https://github.com/wittawatj/jtcc) ตัดกลุ่มตัวอักษรตามกฎภาษาไทย
- [DeepCut](https://github.com/rkcosmos/deepcut) [Python] ตัดคำไทยด้วย Convolutional Neural Networks
- [DeepCut](https://github.com/rkcosmos/deepcut) [Python] ตัดคำไทยด้วย Convolutional Neural Networks

0 comments on commit 70b9b62

Please sign in to comment.