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

poliqarpr-corpus

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

poliqarpr-corpus

  • 1.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= poliqarpr-corpus

  • http://github.com/apohllo/poliqarpr-corpus
  • http://korpus.pl/index.php?page=download

== DESCRIPTION:

Default corpus for poliqarpr (Ruby client for Poliqarp server).

== FEATURES/PROBLEMS:

  • Default corpus allows to test the poliqarpr Ruby client without need to manually download or create the corpus.

== SYNOPSIS:

Poliqarpr is Ruby client for Poliqarp corpus server. The default corpus for Poliqarpr is used in examples and testing.

== REQUIREMENTS:

== INSTALL:

You need RubyGems v. 1.2

  • gem -v
  • 1.2.0 #=> ok

You need the gemcutter.org repository to be added to your sources list:

Then you can type:

  • sudo gem install poliqarpr-corpus

== BASIC USAGE:

Require the gem:

require 'poliaqarpr'

Create the server client and open the default corpus

client = Poliqarp::Client.new client.open_corpus :default

Query the corpus for given segment

result = client.find("kot") result[0].to_s

Remember to close the client on exit

client.close

== LICENSE:

The sample corpus ("frek" form http://korpus.pl/index.php?page=download) is distributed under the GNU GPL license v 2.0 http://www.gnu.org/licenses/old-licenses/gpl-2.0.html.

== FEEDBACK

FAQs

Package last updated on 10 Dec 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