Open doublethink13 opened 8 months ago
This also happens for the parser assignment:
Missing one of the parser's tests:
# ...
:) preprocess removes tokens without alphabetic characters
:) parser can parse simple sentence
:) parser can parse more complex sentences
:) parser avoids over-generalizing to syntactically incorrect sentences
:) np_chunk identifies noun phrase
# ...
In the crossword tests file there are two tests with the same name,
consistent3
. See lines 490 and 516.When I run
check50
, this is the result I get:It's missing the test named
consistent identifies when assignment doesn't meet uniqueness constraints
.