From e3094ad67a999f54d268a69bf5a0d2063ddfbb95 Mon Sep 17 00:00:00 2001 From: Vivek Teega Date: Wed, 5 Jan 2022 15:59:18 +0000 Subject: [PATCH] Plan update --- planning.py | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/planning.py b/planning.py index 7917252..ad9d93c 100644 --- a/planning.py +++ b/planning.py @@ -110,7 +110,7 @@ ['#'] - Token particiation - ['@','*','#','$',':'] - Smart contract creation user-choice + ['@','*','#','$',':'] - Smart contract creation ote-userchoice ['@','*','#','$',':','#'] ['@','*','#','$',':'] - Smart contract creation - ote-timebased @@ -146,4 +146,18 @@ Conflicts - 3. Smart contract PARTICIPATION user-choice | Smart contract DEPOSIT continuos-event token-swap 4. Smart contract PARTICIPATION one-time-event-timebased | Smart contract participation - continuos event - tokenswap +''' + +''' + +Emerging parser design + +Phase 1 - Input processing | Special character position based classification and noise detection (FINISHED) +Phase 2 - Conflict recognition (FINISHED) +Phase 3 - Category based keyword checks +Phase 4 - Parser rules for finding data +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