Skip to content

Commit

Permalink
Merge pull request #1051 from MarketingPip/patch-6
Browse files Browse the repository at this point in the history
  • Loading branch information
spencermountain authored Sep 15, 2023
2 parents fe5a30b + 0b82b8f commit 0fa0274
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/2-two/postTagger/model/nouns/places.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ export default [
{ match: 'university of #Place', tag: 'Organization', reason: 'university-of-Foo' },
// Address
{ match: '#Value #Noun (st|street|rd|road|crescent|cr|way|tr|terrace|avenue|ave)', tag: 'Address', reason: 'address-st' },
// Sports Arenas and Complexs
{ match: '(#Place+|#Place|#ProperNoun) (memorial|athletic|community|financial)? (sportsplex|stadium|sports centre|sports field|soccer complex|soccer centre|sports complex|civic centre|centre|arena|gardens|complex|coliseum|auditorium|place|building)', tag: 'Place', reason: 'sport-complex' },
]

0 comments on commit 0fa0274

Please sign in to comment.