A simple implementation of Language Detection Using Random Indexing (Joshi et. al. 2015), in C++ with optional Python3 bindings.
docker build --rm -t langrv .
docker run -it --rm langrv /opt/langrv/tools/run_tests.sh
docker run -it --rm -w /opt/langrv langrv scons
First, look in Dockerfile for build-time dependencies - you'll need (at least most of) these. Then run our all-in-one build & tests...
scons
- Language Detection Using Random Indexing (Joshi et. al. 2015) [pdf]