AmyOlex / Chrono

Parsing time normalizations from text.
GNU General Public License v3.0
15 stars 4 forks source link

Need to allow StopWords in between temporal tokens. #54

Open AmyOlex opened 6 years ago

AmyOlex commented 6 years ago

Phrases like "November of 2009" are not fully being captured. We need to alter the phrase extraction to allow for stop words to separate temporal tokens. I think we can start with specific stop words like "of", "in", and "to".