-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsearchet.fcfg
23 lines (19 loc) · 950 Bytes
/
searchet.fcfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
% start S
# searchet:http://searchet.baidu.com/ontology#
# people
S[SEM=(show + profile + ?person)] -> PEOPLE[SEM=?person]
PEOPLE[SEM='person'] -> 'People'
# event
S[SEM=(show + carousel + ?event)] -> EVENT[SEM=?event]
EVENT[SEM='event'] -> 'Time'
EVENT[SEM='event'] -> 'Event'
# flight
S[SEM=(show + ?flight + itinerary + with + ?locations + and + ?date)] -> FLIGHT[SEM=?flight] LOCATIONS[SEM=?locations] DATE[SEM=?date]
S[SEM=(show + itinerary + with + ?locations + and + ?date)] -> LOCATIONS[SEM=?locations] DATE[SEM=?date]
S[SEM=(show + ?flight + itinerary + with + ?locations)] -> FLIGHT[SEM=?flight] LOCATIONS[SEM=?locations]
S[SEM=(show + itinerary + with + ?locations)] -> LOCATIONS[SEM=?locations]
LOCATIONS[SEM=?location] -> LOCATION[SEM=?location] LOCATION[SEM=?location] | LOCATION[SEM=?location]
DATE[SEM='date'] -> 'Date'
FLIGHT[SEM='airline'] -> 'Flight'
LOCATION[SEM='cities'] -> 'Http://searchet.baidu.com/ontology#place'
# book