Given the following sentence:
The dog jumps over a fence.
What would a vectorized version after common English stopword removal look like?
Select an option, then click Submit answer.
-
○
['dog', 'fence', 'run']
-
○
['fence', 'jumps']
-
○
['dog', 'fence', 'jumps']
-
○
['a', 'dog', 'fence', 'jumps', 'over', 'the']