duckling/Duckling/Ranking
Julien Odent 004995b595 Don't allow matches in the middle of words
Summary:
We don't allow matches adjacent to a character of the same class.
We were treating uppercase and lowercase characters differently.
"jon Friday" wouldn't match "on" but "Jon Friday" would.

Reviewed By: blandinw

Differential Revision: D5653681

fbshipit-source-id: be67358
2017-08-17 15:49:26 -07:00
..
Classifiers Don't allow matches in the middle of words 2017-08-17 15:49:26 -07:00
Classifiers.hs HU Setup + Numeral 2017-08-09 17:49:56 -07:00
Extraction.hs Initial commit 2017-03-08 10:33:56 -08:00
Rank.hs Move onto dependent-sum instead of custom local data Some 2017-03-15 10:34:17 -07:00
Types.hs Initial commit 2017-03-08 10:33:56 -08:00