Skip to content
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

Merged
merged 11 commits into from
Jul 11, 2019
Merged

Add geographical entities #145

merged 11 commits into from
Jul 11, 2019

Conversation

ClemDoum
Copy link
Collaborator

@ClemDoum ClemDoum commented Jul 11, 2019

Add support for City, Country and Region in all languages

@ClemDoum ClemDoum force-pushed the feature/geographical-entities branch from c82a650 to db6e15b Compare July 11, 2019 12:17
@ClemDoum ClemDoum requested a review from adrienball July 11, 2019 12:55
@ClemDoum ClemDoum force-pushed the feature/geographical-entities branch from 6549062 to 71c4d2b Compare July 11, 2019 13:21
CHANGELOG.md Outdated
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## [Unrealeased]
Copy link
Collaborator

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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrealeased --> Unreleased

@ClemDoum ClemDoum force-pushed the feature/geographical-entities branch from 71c4d2b to 63f0798 Compare July 11, 2019 13:23
Type(value = MusicTrackValue::class, name = "MusicTrack"),
Type(value = City::class, name = "City"),
Type(value = Country::class, name = "Country"),
Type(value = Region::class, name = "Region")
Copy link
Collaborator

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

@adrienball adrienball merged commit 366a7b9 into master Jul 11, 2019
@adrienball adrienball deleted the feature/geographical-entities branch July 11, 2019 13:46
@ClemDoum ClemDoum mentioned this pull request Jul 11, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants