CS224n-2019-solutions
CS224n-2019-solutions copied to clipboard
Questions in a3 written part
2(b) : A sentence containing n words will be parsed in how many steps ?
I think it should need 2*n steps. Because steps include SHIFT.
I have the same idea with you.