Skip to content

Commit

Permalink
v0.69
Browse files Browse the repository at this point in the history
    - Scored engine: Prefer shorter replies, like MegaHAL/cobe do

    - Word tokenizer:
        * Improve matching/capitalization of filenames and domain names
        * Match timestamps as single tokens
        * Match IRC nicks (<foobar>, <@foobar>, etc) as single tokens
        * Match IRC channel names (#foo, &bar, +baz)
        * Match various prefixes and postfixes with numbers
        * Match "#1" and "#1234" as single tokens
        * Match </foo> as a single token

    - Depend on MouseX::Getopt 0.33 to fix test failures
  • Loading branch information
hinrik committed May 7, 2011
1 parent 03c1393 commit fb7b1e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,8 @@ Revision history for Hailo

{{$NEXT}}

0.69 2011-05-07 04:02:38

- Scored engine: Prefer shorter replies, like MegaHAL/cobe do

- Word tokenizer:
Expand Down

0 comments on commit fb7b1e6

Please sign in to comment.