Skip to content

The Python, Ruby, and C clients for the vintage Okapi IR system

License

Notifications You must be signed in to change notification settings

ncloudioj/okapi_ir_ext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libokapibss

The C, Python, and Ruby wrappers for Okapi BM25 BSS IR system.

Installation

For C Wrapper

$ make
$ sudo make install

Test for C Wrapper

$ make testokapi

Usage

$ ./testokapi dataset_name query_terms

For Python Wrapper

$ cd python
$ sudo python setup.py install

Note that this wrapper requires the package python-dev.

Test for Python Wrapper

$ cd okapi/test
$ python test_okapi_bss.py

For Ruby Wrapper

$ cd ruby
$ make

License

See LICENSE

About

The Python, Ruby, and C clients for the vintage Okapi IR system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages