Skip to content

Commit 52349a0

Browse files
committed
Refactoring sample sentences.
1 parent bd96aef commit 52349a0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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 ."
22

3-
START_DATE = "Commencement-Date is Jan 15 2020"
3+
START_DATE = "Commencement-Date is Jan 15 2020 ."
44

5-
END_DATE = "Effective End-Date is Jan 14 2022"
5+
END_DATE = "Effective End-Date is Jan 14 2022 ."
66

7-
ADS_ISSUED = "Initial ADS-Amount is equal to 6000000"
7+
ADS_ISSUED = "Initial ADS-Amount is equal to 6000000 ."
88

9-
BASIC_TEST = "John walks in the park"
9+
NON_ADR_WALKING = "John walks in the park ."
1010

app/src/main/pipelines/quantum.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ def quantum_compute(sentence):
4949
# Todo: Training
5050

5151
if __name__ == "__main__":
52-
test_sentence = sample_sentences.BASIC_TEST
52+
test_sentence = sample_sentences.NON_ADR_WALKING
5353
print(f"Input string: {test_sentence}")
5454
quantum_compute(test_sentence)

0 commit comments

Comments
 (0)