unused/test/Unused
Joshua Clayton fe3122cac4
Improve alias calculations
Previously, aliases were calculated twice:

1. when building out the list of terms to search for
2. when merging results into TermResults for grouping (and likelihood calcs)

This problem was masked by the fact that wildcard matching on both ends
was the same, with '%s'. However, the goal is to move away from simple
'%s' matching and do a system where transformations can be applied to
the text, which would address #18.

This moves us one step closer to fixing that issue.
2016-07-16 05:19:42 -04:00
..
Cache Use .gitignore to determine files for fingerprinting a project 2016-05-26 17:19:35 -04:00
Grouping Improve alias calculations 2016-07-16 05:19:42 -04:00
TermSearch Improve alias calculations 2016-07-16 05:19:42 -04:00
AliasesSpec.hs Improve alias calculations 2016-07-16 05:19:42 -04:00
LikelihoodCalculatorSpec.hs Improve alias calculations 2016-07-16 05:19:42 -04:00
ParserSpec.hs Improve alias calculations 2016-07-16 05:19:42 -04:00
ResponseFilterSpec.hs Improve alias calculations 2016-07-16 05:19:42 -04:00
TypesSpec.hs Improve alias calculations 2016-07-16 05:19:42 -04:00
UtilSpec.hs Switch to faster/more naive implementation of String to Int conversion 2016-05-18 11:17:13 -04:00