-
Notifications
You must be signed in to change notification settings - Fork 0
Engines
The NumberEngine utility class contains methods to convert textual numbers (i.e. "one", "fourteen", "fifty two") into their corresponding numeric representation (i.e. "1", "14", "52", respectively). This class is dependent on the numbers library numbers.xml.
The InstructionEngine utility class is used to recognize and interpret valid ATC instructions from a given command string/sentence. This engine is dependent on the instructions library instructions.xml.
The CallsignEngine's purpose is to recognize and identify airline callsigns from given strings. This engine is dependent on the callsigns library callsigns.xml.
The current implementation only contains methods for recognizing airline telephony strings, as this is used by Air Traffic Controller verbal communication.