python-timbl
TiML API
Provides a Python interface to the TiMBL C++ programming interface
python-timbl, originally developed by Sander Canisius, is a Python extension module wrapping the full TiMBL C++ programming interface. With this module, all functionality exposed through the C++ interface is also available to Python scripts. Being able to access the API from Python greatly facilitates prototyping TiMBL-based applications.
18 stars
4 watching
3 forks
Language: Python
last commit: 22 days ago
Linked from 1 awesome list
k-nearest-neighboursknnmachine-learningpythontimbl
Related projects:
Repository | Description | Stars |
---|---|---|
proycon/python-frog | A Python binding to a C++ NLP tool for Dutch language processing tasks | 47 |
asbaker/racket-knn | An implementation of the K Nearest Neighbors algorithm using Scheme and Racket | 16 |
laymonage/kbbi-python | A Python module providing access to the Indonesian Online Dictionary | 83 |
felipexw/knn-java-library | An implementation of a K-Nearest Neighbor algorithm for supervised learning | 7 |
johnstonskj/rml-knn | An implementation of a k-Nearest Neighbor algorithm for classification in Racket. | 1 |
mrkn/pycall.rb | Enables direct interaction between Ruby and Python functions | 1,057 |
okerew/okrolearn | A Python machine learning library providing efficient array operations and neural network functionality | 3 |
yanailab/knn-smoothing | A Python implementation of an algorithm for smoothing high-throughput single-cell RNA-Seq data using k-nearest neighbors. | 50 |
norlab-ulaval/libnabo | A fast K Nearest Neighbor library for low-dimensional spaces | 447 |
reddavis/knn | An implementation of the K Nearest Neighbour algorithm in Ruby, allowing users to query a dataset and retrieve the k most similar data points based on various distance measurements. | 37 |
nathanepstein/knear | A JavaScript implementation of the k-nearest neighbors algorithm for supervised machine learning | 48 |
maspwr/rtimbl | A Ruby interface to a machine-learning library written in C++ | 5 |
kefirski/bytenet | A Pytorch implementation of a neural network model for machine translation | 47 |
timkpaine/jupyterlab_commands | Allows users to run arbitrary Python commands within the JupyterLab command palette. | 58 |
proycon/python-ucto | A Python binding to an advanced, extensible tokeniser written in C++ | 29 |