-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LE: Don't generate NLA for conditions with cells that end with "'s" (…
…but do add a 'a ' prefix for a cell that matches GIVEN var and ends with "'s")
- Loading branch information
Showing
8 changed files
with
74 additions
and
59 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
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
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
2 changes: 1 addition & 1 deletion
2
lib/haskell/natural4/test/Testcases/LogicalEnglish/apos-var-no-annot/actual.le
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
4 changes: 1 addition & 3 deletions
4
lib/haskell/natural4/test/Testcases/LogicalEnglish/apos-var-no-annot/apos-var-no-annot.csv
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,6 +1,4 @@ | ||
GIVEN,bleh,IS A,Blehy | ||
,buh,IS A,Blehy | ||
DECIDE,not gvar's,one two three four five six,is,val, | ||
// not gvar and a lot of words in field pos, so would expect this to generate an NLA, even tho there's an apos | ||
IF,bleh's,one two three four five six,is,val, | ||
// gvar, so the second one shouldn't generate NLA even tho there's also more than the max num of words in field pos | ||
IF,bleh's,one two three four five six,is,val, |
2 changes: 1 addition & 1 deletion
2
lib/haskell/natural4/test/Testcases/LogicalEnglish/apos-var-no-annot/expected.le
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