Wannaphong Phatthiyaphaibun
Wannaphong Phatthiyaphaibun
I want to install hask. On Python 3.4.3 64 bit in windows 8.1 I using ``` git clone https://github.com/billpmurphy/hask cd hask python setup.py install ``` but ``` Traceback (most recent...
I using bing search in wikipedia. ``` python >>> from pws import Wikipedia >>> print(Wikipedia.search("hello world",5,2)) ```
I want to save model for Neural Machine Translation (https://nbviewer.jupyter.org/github/DSKSD/DeepNLP-models-Pytorch/blob/master/notebooks/07.Neural-Machine-Translation-with-Attention.ipynb). Can you help me ?
I using Python 3.5.1 in ubuntu. I installed version of pseudo-python. a.py ``` python data1 = int(input("Num : ")) max = 12 min = 1 while min
## Detailed description We want to implement more Thai soundex to PyThaiNLP. ## Context _List thai soundex algorithm_ - [ ] [A Thai Soundex System for Spelling Correction (or KSS97)](https://linux.thai.net/~thep/soundex/soundex.html)...
Add test_nlpo3 test ### Your checklist for this pull request 🚨Please review the [guidelines for contributing](https://github.com/PyThaiNLP/pythainlp/blob/dev/CONTRIBUTING.md) to this repository. - [ ] Passed code styles and structures - [ ]...
PyThaiNLP wants you help us to improve the performance. You can fork this git, coding new code to improve the performance, and send your pull request to PyThaiNLP. These are...
Now, PyThaiNLP support only romanization by the Royal Thai General System of Transcription (RTGS) but we still doesn't support Thai-English/English-Thai transliteration. - [x] Add Wunsen to PyThaiNLP for Japanese-to-thai, Korean-to-thai,...
**Schedule** - First development release: 31 August 2022 - Beta release: 20 September 2022 - Production release: 24 September 2022 See [3.1 Milestone](https://github.com/PyThaiNLP/pythainlp/milestone/16). ## What is new? ### Deprecation and...
## Detailed description This feature will split Thai text to display cell. E.g. แม่น้ำอยู่ที่ไหน -> แ ม่ น้ํ า อ ยู่ ที่ ไ ห น. It will split Thai text...