No release in over 3 years
Low commit activity in last 3 years
Default corpus for Ruby client for Poliqarp (NLP corpus server)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.0.3
 Project Readme
= 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:

* poliqarpr (sudo gem install poliqarpr)
* Poliqarp server (only C implementation http://poliqarp.sourceforge.net/)

== 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:

* gem sources -a http://gemcutter.org

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

* mailto:apohllo@o2.pl