Documentation ¶
Overview ¶
parser converts converts brevity requests from natural language into structured forms.
Index ¶
Constants ¶
View Source
const Anyface string = "anyface"
Variables ¶
This section is empty.
Functions ¶
func ParsePilotCallsign ¶
ParsePilotCallsign attempts to parse a callsign in one of the following formats:
- A single word, followed by a number consisting of any digits
- A number consisting of up to 3 digits
Garbage in between the digits is ignored. The result is normalized so that each digit is lowercase and space-delimited.
Types ¶
Click to show internal directories.
Click to hide internal directories.