duckling/Duckling/Ranking
Panagiotis Vekris 12a726aee7 Support for Greek times and dates
Summary:
This adds support for greek times.

There are still some issues with expressions of the form:
```
9:30 - 11:00 την πέμπτη
```
Where `11:00 την πέμπτη` is parsed first (as 11:30 on Thu), instead of prioritizing `9:30 - 11:00` as the training data suggests. These tests are for the moment excluded from the corpus.

Reviewed By: patapizza

Differential Revision: D6376271

fbshipit-source-id: 2f31e058fb88386429070e3b51cd33f93b9c5936
2017-12-04 16:45:40 -08:00
..
Classifiers Support for Greek times and dates 2017-12-04 16:45:40 -08:00
Classifiers.hs Support Greek numerals 2017-11-02 17:16:18 -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