-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
19 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,4 @@ | ||
"""Main module with CLI definition.""" | ||
<<<<<<< HEAD | ||
||||||| parent of 0627c06 (feat(qg): implement basic QG module) | ||
from knowledge_verificator.nli import infer_relation | ||
|
||
if __name__ == '__main__': | ||
premise = input("Premise: ") | ||
hypothesis = input("Hypothesis: ") | ||
print( | ||
infer_relation( | ||
premise=premise, | ||
hypothesis=hypothesis | ||
).value | ||
) | ||
======= | ||
|
||
if __name__ == '__main__': | ||
print('Currently nothing happens here.') | ||
>>>>>>> 0627c06 (feat(qg): implement basic QG module) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters