dmgerman / ninka

a license identification tool for Source Code
http://ninka.turingmachine.org
GNU General Public License v2.0
105 stars 31 forks source link

Approximate matching (suggestion) #25

Open shawnl opened 8 years ago

shawnl commented 8 years ago

libtre has a O(n) time approximate regular expression matches, which might be a good match for this project

https://github.com/laurikari/tre/

This library is used for llvm's C++11 regular expressions.