Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 748 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 748 Bytes

Searching tickets keywords recognition in speech

Swift project of getting user voice and parse it on keywords using Dialogflow for searching air-tickets.

Using

Application recognise two types of searching phrases: by from/to points of trip and by flight number and date.

Example

Найди мне билеты из Москвы в Париж на завтра

Result:

@from: Москва
@to: Париж
@date: 20.07.17

Мне нужен билеты на рейс SU 1452 на 26 июля

Result:

@number: 1452
@airlines: S7
@date: 26.07.17