scijava / scijava-search

Search framework for SciJava applications :mag:
BSD 2-Clause "Simplified" License
2 stars 2 forks source link

Improve module search #16

Closed frauzufall closed 5 years ago

frauzufall commented 5 years ago

This PR adds the following search features to ModuleSearcher:

It also adds a bunch of tests for the ModuleSearcher.

Ideally we would use a fuzzy logic algorithm. I would like to integrate fuzzywuzzy, but it's GPLv3 licensed which might be an issue?

ctrueden commented 5 years ago

Thanks a lot, @frauzufall!