Plan update
This commit is contained in:
parent
7073405c85
commit
e3094ad67a
16
planning.py
16
planning.py
@ -110,7 +110,7 @@
|
|||||||
['#'] - Token particiation
|
['#'] - Token particiation
|
||||||
|
|
||||||
|
|
||||||
['@','*','#','$',':'] - Smart contract creation user-choice
|
['@','*','#','$',':'] - Smart contract creation ote-userchoice
|
||||||
['@','*','#','$',':','#']
|
['@','*','#','$',':','#']
|
||||||
|
|
||||||
['@','*','#','$',':'] - Smart contract creation - ote-timebased
|
['@','*','#','$',':'] - Smart contract creation - ote-timebased
|
||||||
@ -146,4 +146,18 @@ Conflicts -
|
|||||||
3. Smart contract PARTICIPATION user-choice | Smart contract DEPOSIT continuos-event token-swap
|
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
|
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)
|
||||||
|
|
||||||
'''
|
'''
|
||||||
Loading…
Reference in New Issue
Block a user