Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rtimbl

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rtimbl

  • 0.1.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= rtimbl

rtimbl is a Ruby interface to the C++ machine-learning library Timbl. This is very much a work in progress. If you happen to come across this, keep that in mind.

View the {TiMBL Homepage}[http://ilk.uvt.nl/timbl/].

= installation

sudo gem install markisisme-rtimbl
  • make sure you already have Timbl version 6.1.5 installed on your system.

= usage

  • first require the library require 'rtimbl' include Ruby_timbl
  • now use commands as defined by the Timbl API. rt = TimblAPI.new("-k3") rt.learn("/path/to/file") result = rt.classify("5,0,0,1,0,?") # result is a TargetValue object

== Copyright

Copyright (c) 2009 Mark Shirley. See LICENSE for details.

FAQs

Package last updated on 23 Oct 2009

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc