Update planning.py
This commit is contained in:
parent
b71b8d41ce
commit
3d64e141da
17
planning.py
17
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:
|
The problem we are facing:
|
||||||
|
|
||||||
@ -160,4 +175,4 @@ Phase 5 - Rules for applying parser rules
|
|||||||
Phase 6 - Category based data field extraction
|
Phase 6 - Category based data field extraction
|
||||||
Phase 7 - Output formatting and return (FINISHED)
|
Phase 7 - Output formatting and return (FINISHED)
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user