Commit Graph

14 Commits (240961711e98072160e6030607ccb760ab4d4697)

Author SHA1 Message Date
Chris Wilson 2f11d6cc76 Update Binary IA to Uppercase. Fix All Test Cases for Uppercase Changes. 2015-01-09 19:46:54 +11:00
Matt Miller 5457d4ec62 Goodies Templates: update some goodies for auto-template usage.
Testing these in duckpan will depend upon the changes in that repository
being integrated.
2014-11-15 21:32:59 +02:00
Matt Miller e3bc84c52d Anagram: allow for bare keywords.
I'm depend on trigger order continuing to be important.  If you got here
via bisect, I am sorry that is no longer true.
2014-10-07 21:01:47 +02:00
Matt Miller 791a4005ba Anagram: allow for multiple word inputs.
- Cache by default; only turn off for "scrambled" results.
- Simplify `calc_freq` slightly.
- Remove "length" argument, as it doesn't make sense with anagrams.
- Cache letter frequency info as dictionary words are examined.
- Allow for multi-word queries to match single word anagrams.

This still does not allow for multi-word anagrams.  Although it
would be nice to do so, it adds significant computational complexity.
2014-10-04 12:15:59 +02:00
Matt Miller 3eb11ec20e Anagram: require connector words for context. 2014-10-04 10:41:49 +02:00
Matt Miller 3a68b6a3b2 Anagram: add missing quotation mark.
Also, make tests of HTML answers more sensitive.

Fixes #665.
2014-10-03 19:30:22 +02:00
gdrooid df89fb3099 Anagram: Add support for quotes. Fix issue with uppercase and include test for it. 2014-07-07 20:24:25 +02:00
gdrooid 7e5b3e49e6 Anagram: modified style to match other IAs. 2014-07-07 19:42:56 +02:00
Eric Johnson 9c29b27338 Added tests for example queries which are not currently tested.
Conflicts:

	t/TimezoneConverter.t
2014-02-10 21:36:14 +00:00
Dylan Lloyd 7ace27c054 rm'd FindAnagrams and moved its tests to Anagram.t 2013-03-02 12:15:04 -05:00
Dylan Lloyd 3e3fcd77b7 titlecase {ana,rando}gram output and consistently quote 2013-03-02 00:47:00 -05:00
Dylan Lloyd 44d9e638f5 normalized randagram output and added test case 2013-03-02 00:02:38 -05:00
Brad Steinbacher 4daa979b71 again 2013-03-01 11:14:55 -05:00
Brad Steinbacher e519be79d9 changes to words completed, changed file/directory/package names, added of regexp to Randagram.pm 2013-03-01 01:13:21 -05:00