AmyOlex / Chrono

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

Added POS tagging and parsing #11

Closed AmyOlex closed 6 years ago

AmyOlex commented 6 years ago

I added POS tagging and parsing to the text MonthOfYear and SeasonOfYear. For a text month it looks for a NNP tag. For the season of year it looks for a NN tag. This has eliminated several false positives for both instances that were actually verbs (e.g. march and fall).