C2_W2_Assignment week2 UNQ_C7

Wrong values for pred list.
	 Expected: ['PRP', 'MD', 'RB', 'VB', 'PRP', 'RB', 'IN', 'PRP', '.', '--s--'].
	 Got: ['PRP', 'MD', 'RB', 'VB', 'PRP', 'RB', 'IN', 'PRP', '.', '#'].
 3  Tests passed
 1  Tests failed

Both of your posts have to do with your implementation of your solution, therefore you would go back and revise it because its not passing all tests!

1 Like

There’s the problem.

1 Like

Thanks issue resolved