Skip to content

niklasb/surf-offset

 
 

Repository files navigation

surf

SUccinct Retrieval Framework

Directory structure

* build: 
* collections: contains collection data;
    each collection in its own subdirectory.
* external: Contains external libraries
* include/surf: Contains headers.
* src: Contains surf sources.
  - surf_index.cpp
  - surf_search.cpp
  - surf_profile.cpp
* tools: Contains source of tools. E.g.
  - qry2intqry
  - indri2surf converter

Installation

* git clone git@github.com:simongog/surf.git
* cd surf
* git submodule init
* git submodule update --recursive
* cd build
* cmake ..

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 34.3%
  • C++ 28.6%
  • TeX 28.4%
  • R 4.2%
  • Shell 1.9%
  • Makefile 1.4%
  • CMake 1.2%