Giter Club home page Giter Club logo

linnaeus's Introduction

Linnaeus Build Status

Carl Linnaeus

Linnaeus is a redis-backed naive Bayesian classification system. Please see the rdoc for more information. Ruby 1.9 is required.

Examples

lt = Linnaeus::Trainer.new      # Used to train documents
lc = Linnaeus::Classifier.new   # Used to classify documents

lt.train 'language', 'Ruby is a dynamic, reflective, general-purpose object-oriented programming language that combines syntax inspired by Perl with Smalltalk-like features.'
lt.train 'database', 'PostgreSQL, often simply Postgres, is an object-relational database management system (ORDBMS) available for many platforms including Linux, FreeBSD, Solaris, Microsoft Windows and Mac OS X.'

lc.classify 'Perl is a high-level, general-purpose, interpreted, dynamic programming language.' # returns "language"

Contributing to linnaeus

  • Submit bugs to the github issue tracker: https://github.com/djcp/linnaeus/issues
  • If you'd like to add a feature, please submit a description of it to the issue tracker so we can discuss.
  • If the feature makes sense, fork the github repository. Write rspec tests and issue a pull request when your change is done.

The Future

  • Create additional storage backends - sqlite, postgresql, mongodb, etc.
  • Allow for weighting tweaks.

Copyright

Copyright (c) 2012 Dan Collis-Puro. See LICENSE.txt for further details.

Credits

linnaeus's People

Contributors

djcp avatar juanitofatas avatar albertomota avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.