From 3d64e141da1b191ec9dcc1bb8f5922cf270d49a5 Mon Sep 17 00:00:00 2001 From: tripathyr Date: Thu, 6 Jan 2022 12:48:01 +0530 Subject: [PATCH 1/2] Update planning.py --- planning.py | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/planning.py b/planning.py index ad9d93c..d44a541 100644 --- a/planning.py +++ b/planning.py @@ -1,3 +1,18 @@ +TEMPLATE FOR SECOND STAGE AFTER INPUT CLASSIFIER + +IF BLOCK If the output of input classifier is tokensystem-C, +JUST LINEARLY START BUILDING IT + +then first start building the known outputs + +// outputreturn('token_incorporation',f"{flodata}", f"{tokenname}", f"{tokenamount}") + +f"{flodata} = rawstring +f"{tokenname}" = wordlist entry +tokensystem-C-resolved = Output of second stage clasification +f"{tokenamount}" = find_number_function + + ''' The problem we are facing: @@ -160,4 +175,4 @@ Phase 5 - Rules for applying parser rules Phase 6 - Category based data field extraction Phase 7 - Output formatting and return (FINISHED) -''' \ No newline at end of file +''' From 93f6c9540b50318ba384c1caa6dc54d7887b71fe Mon Sep 17 00:00:00 2001 From: tripathyr Date: Thu, 6 Jan 2022 12:48:48 +0530 Subject: [PATCH 2/2] Update planning.py --- planning.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/planning.py b/planning.py index d44a541..811ef51 100644 --- a/planning.py +++ b/planning.py @@ -1,3 +1,4 @@ +''' TEMPLATE FOR SECOND STAGE AFTER INPUT CLASSIFIER IF BLOCK If the output of input classifier is tokensystem-C, @@ -11,7 +12,7 @@ f"{flodata} = rawstring f"{tokenname}" = wordlist entry tokensystem-C-resolved = Output of second stage clasification f"{tokenamount}" = find_number_function - +''' ''' The problem we are facing: