Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 589 Bytes

LICENSE.md

File metadata and controls

12 lines (10 loc) · 589 Bytes

ir-python: A python implementation of information retrival task, including forward/inverted indexing, basic IR models (currently support BM25 and uni-gram language model). The indexing module uses the Thread-safe Python bindings for LevelDB (http://code.google.com/p/py-leveldb/).

Copyright (C) 2015 Zhao Xiaozhao ([email protected])

This project is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.