-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add geographical entities #145
Conversation
c82a650
to
db6e15b
Compare
6549062
to
71c4d2b
Compare
CHANGELOG.md
Outdated
@@ -1,6 +1,11 @@ | |||
# Changelog | |||
All notable changes to this project will be documented in this file. | |||
|
|||
## [Unrealeased] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unrealeased --> Unreleased
CHANGELOG.md
Outdated
@@ -179,6 +184,7 @@ All notable changes to this project will be documented in this file. | |||
### Changed | |||
- Updated Rustling ontology to `0.16.4` | |||
|
|||
[Unrealeased]: https://github.com/snipsco/snips-nlu-ontology/compare/0.64.8...HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unrealeased --> Unreleased
71c4d2b
to
63f0798
Compare
Type(value = MusicTrackValue::class, name = "MusicTrack"), | ||
Type(value = City::class, name = "City"), | ||
Type(value = Country::class, name = "Country"), | ||
Type(value = Region::class, name = "Region") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
City --> CityValue
Country --> CountryValue
Region --> RegionValue
Add support for City, Country and Region in all languages