How to use sphinx Let's start documentation with sphinx Posted on May 6, 2018 sphinx practice for konlp of Konltk [Read More] Tags: nlp, konltk, python
How to upload PyPI use the test PyPI and PyPI together Posted on April 24, 2018 Pypi practice [Read More] Tags: nlp, konltk, python
Enriching Word Vectors with Subword Information Title of paper - Enriching Word Vectors with Subword Information Posted on April 22, 2018 This paper,Enriching Word Vectors with Subword Information (Bojanowski et al., arXiv 2017) have been arguing it is better on inference of words out of Vocabulary by using character levels n-gram. [Read More] Tags: nlp, word embedding
Extension module with CPython on Python3 How to make Extension module with CPython on Python3 Posted on April 21, 2018 Python3’s Building Python with C or C++ [Read More] Tags: nlp, konltk, cpython
Extension module on Python2 How to make extension module with CPython Posted on April 21, 2018 Python2’s Building Python with C or C++ [Read More] Tags: nlp, konltk, cpython