How to make Makefile Let's see the syntax and macro in Makefile Posted on May 13, 2018 This is a note for Makefile I made for Konlt to be automated with some commands. [Read More] Tags: nlp, konltk, python
How to use SWIG to wrap the function written in c for using the function on python Let's practice more Posted on May 11, 2018 SWIG [Read More] Tags: nlp, konltk, swig
The Basic exmaple to use ctypes to wrap function written in c from python with just exmaple code Let's more practice to get used. Posted on May 11, 2018 Ctypes tutorial 3 [Read More] Tags: nlp, konltk, cython
How to use ctypes more deeper to connect function written in c from python Another example for using ctype more deeper Posted on May 11, 2018 Ctypes tutorial 2 [Read More] Tags: nlp, konltk, cython
How to wrapping function written in another language with ctypes how to use ctypes Posted on May 11, 2018 Ctypes tutorial 1 [Read More] Tags: nlp, konltk, ctypes