dbahrdt / srtree

R+-Tree with augmentations to support Textual-Spatial-Queries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SRTree

This project implements a R+-Tree together with a signature-based string pruning infrastructure.

Among the implemented variants is the MHR-Tree suggested in Spatial Approximate String Matching. Note that this only implements MinWiseSignatures together with an R+-Tree.

About

R+-Tree with augmentations to support Textual-Spatial-Queries


Languages

Language:C++ 96.8%Language:CMake 3.2%