File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- PM_FEE = "Program-Maintenance-Fee is the initial 30000 of Program Revenues."
1
+ PM_FEE = "Program-Maintenance-Fee is the initial 30000 of Program Revenues ."
2
2
3
- START_DATE = "Commencement-Date is Jan 15 2020"
3
+ START_DATE = "Commencement-Date is Jan 15 2020 . "
4
4
5
- END_DATE = "Effective End-Date is Jan 14 2022"
5
+ END_DATE = "Effective End-Date is Jan 14 2022 . "
6
6
7
- ADS_ISSUED = "Initial ADS-Amount is equal to 6000000"
7
+ ADS_ISSUED = "Initial ADS-Amount is equal to 6000000 . "
8
8
9
- BASIC_TEST = "John walks in the park"
9
+ NON_ADR_WALKING = "John walks in the park . "
10
10
Original file line number Diff line number Diff line change @@ -49,6 +49,6 @@ def quantum_compute(sentence):
49
49
# Todo: Training
50
50
51
51
if __name__ == "__main__" :
52
- test_sentence = sample_sentences .BASIC_TEST
52
+ test_sentence = sample_sentences .NON_ADR_WALKING
53
53
print (f"Input string: { test_sentence } " )
54
54
quantum_compute (test_sentence )
You can’t perform that action at this time.
0 commit comments