unused/src/Unused
Joshua Clayton 307dd2030f Introduce internal yaml configuration of auto low likelihood match handling
Why?
====

Handling low likelihood configuration was previously a huge pain,
because the syntax in Haskell was fairly terse. This introduces a yaml
format internally that ships with the app covering basic cases for
Rails, Phoenix, and Haskell. I could imagine getting baselines in here
for other languages and frameworks (especially ones I've used and am
comfortable with) as a baseline.

This also paves the way for searching for user-provided additions and
loading those configurations in addition to what we have here.
2016-05-21 05:34:18 -04:00
..
Cache Read unchanged results from the cache 2016-05-16 21:48:36 -04:00
CLI Handle Ctrl-C both at top thread and forked thread for progressbar 2016-05-16 21:52:38 -04:00
Grouping Allow search result grouping 2016-05-14 06:36:01 -04:00
Parser Switch to faster/more naive implementation of String to Int conversion 2016-05-18 11:17:13 -04:00
ResultsClassifier Introduce internal yaml configuration of auto low likelihood match handling 2016-05-21 05:34:18 -04:00
TermSearch Use regex in ag for simple words 2016-05-14 08:14:54 -04:00
Cache.hs Read unchanged results from the cache 2016-05-16 21:48:36 -04:00
CLI.hs hlint suggestions 2016-05-05 18:06:25 -04:00
Grouping.hs Allow search result grouping 2016-05-14 06:36:01 -04:00
LikelihoodCalculator.hs Introduce internal yaml configuration of auto low likelihood match handling 2016-05-21 05:34:18 -04:00
Parser.hs Introduce internal yaml configuration of auto low likelihood match handling 2016-05-21 05:34:18 -04:00
Regex.hs Initial pass at RemovalLikelihood calculator 2016-05-03 21:41:03 -04:00
ResponseFilter.hs Introduce internal yaml configuration of auto low likelihood match handling 2016-05-21 05:34:18 -04:00
ResultsClassifier.hs Introduce internal yaml configuration of auto low likelihood match handling 2016-05-21 05:34:18 -04:00
TermSearch.hs Use regex in ag for simple words 2016-05-14 08:14:54 -04:00
Types.hs Introduce internal yaml configuration of auto low likelihood match handling 2016-05-21 05:34:18 -04:00
Util.hs Switch to faster/more naive implementation of String to Int conversion 2016-05-18 11:17:13 -04:00