unused/app
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
..
App.hs Improve alias calculations 2016-07-16 05:19:42 -04:00
Main.hs Continue to update Haskell style 2016-07-06 04:59:49 -04:00