<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>APPLE_PAY</key>
	<dict>
		<key>Expressions</key>
		<array>
			<string>^(\S+ )?(please |can you |could you |can you please |could you please )?(send me|pay me|give me|gimme|you owe me) [0-9.]+ (dollars|bucks|cents)\W*\b</string>
		</array>
		<key>TRUE</key>
		<array>
			<string>gimme $90</string>
			<string>could you please pay me $45.30 for lunch?</string>
			<string>can you send me 30 cents?? then I&apos;ll have exactly $1 million</string>
		</array>
		<key>FALSE</key>
		<array>
			<string>gimme 90</string>
			<string>I have $1 million in my checking account</string>
		</array>
	</dict>
	<key>EMAIL_ADDRESS</key>
	<dict>
		<key>Expressions</key>
		<array>
			<string>^(\S+ )?(can i have|can i get|whats|what is|send me|send|text me|text|tell me|message me|give me|gimme) (yo)?ur (e|g)mail\W*\b</string>
		</array>
		<key>TRUE</key>
		<array>
			<string>Gimme your gmail</string>
			<string>what&apos;s ur email address?</string>
		</array>
		<key>FALSE</key>
		<array>
			<string>she asked me to ask for your email</string>
			<string>email?</string>
		</array>
	</dict>
	<key>MOBILE_PHONE</key>
	<dict>
		<key>Expressions</key>
		<array>
			<string>^(\S+ )?(can i have|can i get|whats|what is|send me|send|text me|text|tell me|message me|give me|gimme) (yo)?ur (digits|phone|cellphone|cell|number|#)\W*\b</string>
		</array>
		<key>TRUE</key>
		<array>
			<string>what&apos;s your    phone number?</string>
			<string>gimme ur # pls</string>
			<string>can I have ur cell number</string>
		</array>
		<key>FALSE</key>
		<array>
			<string>can i have your cellmate&apos;s email address?</string>
			<string>she said what&apos;s your phone number?</string>
			<string>hey what&apos;s ur phonetic makeup?</string>
			<string>what&apos;s your home phone</string>
			<string>what&apos;s your work phone</string>
		</array>
	</dict>
	<key>WORK_PHONE</key>
	<dict>
		<key>Expressions</key>
		<array>
			<string>^(\S+ )?(can i have|can i get|whats|what is|send me|send|text me|text|tell me|message me|give me|gimme) (yo)?ur (work phone|work number)\W*\b</string>
		</array>
		<key>TRUE</key>
		<array>
			<string>what&apos;s your    work phone number?</string>
		</array>
		<key>FALSE</key>
		<array>
			<string>what&apos;s your home phone</string>
			<string>what&apos;s your cell number</string>
		</array>
	</dict>
	<key>HOME_PHONE</key>
	<dict>
		<key>Expressions</key>
		<array>
			<string>^(\S+ )?(can i have|can i get|whats|what is|send me|send|text me|text|tell me|message me|give me|gimme) (yo)?ur (home phone)\W*\b</string>
		</array>
		<key>TRUE</key>
		<array>
			<string>what&apos;s your    home phone number?</string>
		</array>
		<key>FALSE</key>
		<array>
			<string>what&apos;s your work phone</string>
			<string>what&apos;s your cell number</string>
		</array>
	</dict>
	<key>ADDRESS</key>
	<dict>
		<key>Expressions</key>
		<array>
			<string>^(\S+ )?where do (yo)?u live\W*\b</string>
			<string>^(\S+ )?(can i have|can i get|whats|what is|send me|send|text me|text|tell me|message me|give me|gimme) (yo)?ur (address|addy)\W*\b</string>
		</array>
		<key>TRUE</key>
		<array>
			<string>message me ur addy plz</string>
			<string>hello where do u live bb</string>
		</array>
		<key>FALSE</key>
		<array>
			<string>can you send her your address?</string>
			<string>she said hello where do u live?</string>
		</array>
	</dict>
	<key>MEETING</key>
	<dict>
		<key>Expressions</key>
		<array>
			<string>^(\S+ )?(are )?(yo)?u (free|available|able to talk|busy|doing anything|able to meet|able to chat|free to chat|free to talk)(\W*$| (for a minute|right now|rn|at the moment|atm)\W*\b)</string>
		</array>
		<key>TRUE</key>
		<array>
			<string>are u free?</string>
			<string>are u able to meet right now</string>
			<string>hey, you free to chat rn?! i gotta tell u something SPICY</string>
		</array>
		<key>FALSE</key>
		<array>
			<string>are you free tomorrow evening?</string>
			<string>she asked me, are you available rn? I said no</string>
		</array>
	</dict>
	<key>FLIGHT</key>
	<dict>
		<key>Expressions</key>
		<array>
			<string>^(\S+ )?(whens|when does) (yo)?ur flight (land|arrive|get here|get there|depart|leave|take off|board)\W*\b</string>
			<string>^(\S+ )?(when|what time)( is boarding|s boarding| do you board| do you guys board| do yall board| is (yo)?ur flight|s (yo)?ur flight)\W*$</string>
		</array>
		<key>TRUE</key>
		<array>
			<string>When&apos;s your flight?</string>
			<string>when does your flight arrive??</string>
			<string>What time do y&apos;all board?&gt;</string>
		</array>
		<key>FALSE</key>
		<array>
			<string>when do you guys board up the store?</string>
			<string>he asked me when does your flight arrive and I gave him the wrong time</string>
		</array>
	</dict>
	<key>LOCATION</key>
	<dict>
		<key>Expressions</key>
		<array>
			<string>^(\S+ )?(where are you|wya|send me (yo)?ur location|drop a pin)\W*$</string>
		</array>
		<key>TRUE</key>
		<array>
			<string>WYA???</string>
			<string>drop a pin</string>
			<string>Yo where are you&gt;</string>
			<string>Send me your location&gt;</string>
		</array>
		<key>FALSE</key>
		<array>
			<string>drop a pin when you get there</string>
			<string>send me ur location when you&apos;re nearby</string>
		</array>
	</dict>
	<key>ETA</key>
	<dict>
		<key>Expressions</key>
		<array>
			<string>^(\S+ )?(can i have|can i get|whats|what is|send me|send|text me|text|tell me|message me|give me|gimme) (yo)?ur (eta|time of arrival|estimated time of arrival|estimated arrival time)\W*$</string>
			<string>^eta\W*$</string>
			<string>^(\S+ )?when (are you|r u|ru|u) (getting there|getting here|arriving|coming|going to be here|gonna be here)\W*$</string>
		</array>
		<key>TRUE</key>
		<array>
			<string>when u getting here???</string>
			<string>eta?</string>
			<string>can i get ur estimated arrival time?&gt;</string>
		</array>
		<key>FALSE</key>
		<array>
			<string>when are you gonna be here on Sunday?</string>
		</array>
	</dict>
	<key>CURRENTLY_PLAYING</key>
	<dict>
		<key>Expressions</key>
		<array>
			<string>^(\S+ )?what (music|songs|song|tune|tunes) (are you|ru|r u|are u|r you|u|you) (playin(g)?|listenin(g)? to|bumpin(g)?)(\W*$| (atm|rn|right now|at the moment|currently|now)\W*\b)</string>
		</array>
		<key>TRUE</key>
		<array>
			<string>what music u playin at the moment???</string>
			<string>Hey, what song are you listening to???</string>
			<string>what tune r you bumping right now? I need recs</string>
		</array>
		<key>FALSE</key>
		<array>
			<string>what kind of music are u playing at the party?</string>
		</array>
	</dict>
	<key>POSTAL_CODE</key>
	<dict>
		<key>Expressions</key>
		<array>
			<string>^(\S+ )?(can i have|can i get|whats|what is|send me|send|text me|text|tell me|message me|give me|gimme) (yo)?ur ((five|5)[- ]digit )?(zip|zip code|postal code)\W*\b</string>
		</array>
		<key>TRUE</key>
		<array>
			<string>message me ur 5-digit zip pls</string>
			<string>what is your postal code again?</string>
		</array>
		<key>FALSE</key>
		<array>
			<string>can you send her your zip code?</string>
			<string>she said hello tell me your five-digit zip code</string>
		</array>
	</dict>
	<key>POSTAL_CODE_3P</key>
	<dict>
		<key>Expressions</key>
		<array>
			<string>^(\S+ )?(can i have|can i get|whats|what is|send me|send|text me|text|tell me|message me|give me|gimme) ρ[&apos;ʼ’]?s? ((five|5)[- ]digit )?(zip|zip code|postal code)\W*\b</string>
		</array>
		<key>TRUE</key>
		<array>
			<string>message me ρ&apos;s 5-digit zip pls</string>
			<string>what is ρ&apos; postal code again?</string>
		</array>
		<key>FALSE</key>
		<array>
			<string>can you send her ρ zip code?</string>
			<string>she said hello tell me ρ five-digit zip code</string>
		</array>
	</dict>
	<key>ADDRESS_3P</key>
	<dict>
		<key>Expressions</key>
		<array>
			<string>^(\S+ )?where does ρ live\W*\b</string>
			<string>^(\S+ )?(can i have|can i get|whats|what is|send me|send|text me|text|tell me|message me|give me|gimme) ρ[&apos;ʼ’]?s? (address|addy)\W*\b</string>
		</array>
		<key>TRUE</key>
		<array>
			<string>message me ρ addy plz</string>
			<string>hello where does ρ live bb</string>
		</array>
		<key>FALSE</key>
		<array>
			<string>can you send her ρ&apos;s address?</string>
			<string>she said hello where does ρ live?</string>
		</array>
	</dict>
	<key>EMAIL_ADDRESS_3P</key>
	<dict>
		<key>Expressions</key>
		<array>
			<string>^(\S+ )?(can i have|can i get|whats|what is|send me|send|text me|text|tell me|message me|give me|gimme) ρ[&apos;ʼ’]?s? (e|g)mail\W*\b</string>
		</array>
		<key>TRUE</key>
		<array>
			<string>Gimme ρ gmail</string>
			<string>what&apos;s ρ&apos;s email address?</string>
		</array>
		<key>FALSE</key>
		<array>
			<string>she asked me to ask for ρ&apos;s email</string>
			<string>email?</string>
		</array>
	</dict>
	<key>MOBILE_PHONE_3P</key>
	<dict>
		<key>Expressions</key>
		<array>
			<string>^(\S+ )?(can i have|can i get|whats|what is|send me|send|text me|text|tell me|message me|give me|gimme) ρ[&apos;ʼ’]?s? (digits|phone|cellphone|cell|number|#)\W*\b</string>
		</array>
		<key>TRUE</key>
		<array>
			<string>what&apos;s ρ    phone number?</string>
			<string>gimme ρ # pls</string>
			<string>can I have ρ&apos;s cell number</string>
		</array>
		<key>FALSE</key>
		<array>
			<string>can i have ρ cellmate&apos;s email address?</string>
			<string>she said what&apos;s ρ phone number?</string>
			<string>hey what&apos;s ρ phonetic makeup?</string>
			<string>what&apos;s ρ home phone</string>
			<string>what&apos;s ρ work phone</string>
		</array>
	</dict>
	<key>WORK_PHONE_3P</key>
	<dict>
		<key>Expressions</key>
		<array>
			<string>^(\S+ )?(can i have|can i get|whats|what is|send me|send|text me|text|tell me|message me|give me|gimme) ρ[&apos;ʼ’]?s? (work phone|work number)\W*\b</string>
		</array>
		<key>TRUE</key>
		<array>
			<string>what&apos;s ρ    work phone number?</string>
		</array>
		<key>FALSE</key>
		<array>
			<string>what&apos;s ρ home phone</string>
			<string>what&apos;s ρ cell number</string>
		</array>
	</dict>
	<key>HOME_PHONE_3P</key>
	<dict>
		<key>Expressions</key>
		<array>
			<string>^(\S+ )?(can i have|can i get|whats|what is|send me|send|text me|text|tell me|message me|give me|gimme) ρ[&apos;ʼ’]?s? (home phone)\W*\b</string>
		</array>
		<key>TRUE</key>
		<array>
			<string>what&apos;s ρ&apos;s    home phone number?</string>
		</array>
		<key>FALSE</key>
		<array>
			<string>what&apos;s ρ&apos;s work phone</string>
			<string>what&apos;s ρ cell number</string>
		</array>
	</dict>
</dict>
</plist>
