Skip to content
forked from ninjudd/minisphinx

A simple Sphinx indexing library for Ruby.

License

Notifications You must be signed in to change notification settings

geni/minisphinx

 
 

Repository files navigation

minisphinx
==========

An alternative to Ultrasphinx. But nobody will use it until I write some documentation.

COPYRIGHT
=========

Copyright (c) 2009 Justin Balthrop. See LICENSE for details.


==Setup:

* Install bundler
    gem install bundler

* Checkout code
    git clone git@github.com:geni/minisphinx.git

* Install bundled gems
    cd minisphinx
    bundle install --path bundle

* Create the database for testing
  psql -U postgres
    create database minisphinx_test;
    \q

* Run the test suite
    bundle exec rake test

About

A simple Sphinx indexing library for Ruby.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 83.2%
  • PLpgSQL 16.8%