Skip to content

A simple implementation of 'Language Detection Using Random Indexing', in C++ with optional Python3 bindings.

License

Notifications You must be signed in to change notification settings

juhai/liblangrv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

liblangrv

A simple implementation of Language Detection Using Random Indexing (Joshi et. al. 2015), in C++ with optional Python3 bindings.

Building & testing in a container

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

Building & testing locally

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

References

  • Language Detection Using Random Indexing (Joshi et. al. 2015) [pdf]

About

A simple implementation of 'Language Detection Using Random Indexing', in C++ with optional Python3 bindings.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 87.4%
  • Python 12.6%