Cao Pattern Extractor - v2 This is an improved version of v1; its architecture has been completely overhauled to make it more versatile. What does it actually do? This system takes a sentence e.g., "Set A to 15 and X to 20" and extracts the parameters using a template like "Set [] to [] and [] to []". In this case, the result is "A, 15, X, 20". However, it works with other sentences too give these a try: Example: Template: Set [] to [] and [] to [] Input: Set A to 15 and X to 20 By @Matt-38 Template: change my password from [] to [] Input: hey Ametrine, chnge my passwd from root to superRoot By @Matt-38 Template: Make the snake [] and the snek [] Input: Make snake hungry and snek cool By @El_snak