Skip to content

Commit

Permalink
Merge pull request #1047 from MarketingPip/patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
spencermountain authored Sep 14, 2023
2 parents 3e00c9e + babf6d4 commit 73c9b9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/2-two/postTagger/model/dates/date.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ export default [
{ match: `#Adverb [(march|may)]`, group: 0, tag: 'Verb', reason: 'quickly-march' },
//march quickly
{ match: `[(march|may)] #Adverb`, group: 0, tag: 'Verb', reason: 'march-quickly' },
// a holiday booked in May || book in May
{ match: '(booked|book) (in|for) (march|may)', tag: 'Month', reason: 'book-in-month'},
]

0 comments on commit 73c9b9f

Please sign in to comment.