Giter Site home page Giter Site logo

pombredanne / irkit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from elshize/irkit

0.0 1.0 0.0 18.94 MB

Information Retrieval tools intended for academic research.

Home Page: https://elshize.github.io/irkit/

License: MIT License

Python 2.04% CMake 2.16% Shell 0.25% C++ 93.22% Vim Script 0.01% Tcl 2.31%

irkit's Introduction

IRKit

Information Retrieval tools intended for academic research.

Web: https://elshize.github.io/irkit/

Primary Goals

  1. Composability and flexibility.
  2. Modern and clean code.
  3. Efficiency.

These goals should be achieved iteratively.

Documentation

https://elshize.github.io/irkit/docs/html/

Installation

We recommend using conan package manager. You can install it using pip:

export PATH=$HOME/.local/bin:$PATH
pip install --user conan

With conan installed, use it to install dependencies, and compile the project:

mkdir build && cd build
conan install .. --build=missing

You can also choose to use system installation of Boost:

mkdir build && cd build
conan install .. --build=missing -o irkit:use_system_boost=True

Once this is done, you can use cmake to build and install.

cmake ..
cmake --build .  # or: make
sudo cmake --build . --target install  # or: sudo make install

Conan Package

If you want to use irkit as a dependency in your project, you can use the conan package. First, must add the remote repositories:

conan remote add irkit https://api.bintray.com/conan/elshize/irkit
conan remote add conan-community https://api.bintray.com/conan/conan-community/conan
conan remote add cliutils https://api.bintray.com/conan/cliutils/CLI11
conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
conan remote add manu https://api.bintray.com/conan/manu343726/conan-packages

Then install locally:

conan install irkit/0.1@elshize/develop

or use in your conanfile.py.

irkit's People

Contributors

elshize 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.