You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two questions about the hw:
1.1.1: Do we have to do the morphological analysis? (now my program only recognizes the correct words, and writes them to the console)
1.2.1: Are there any easy way to cut the strings into morphemes? (if i understand it well, we have to cut them to morphemes before we handle it to the nltk cfg parser) Or should we do it with basic string operations?
Thank you in advance!
The text was updated successfully, but these errors were encountered:
1.1.1.: Yes, definitely. It was part of the lab exercises, after all.
1.2.1.: You can do that (but be warned that in that case you are basically doing the parser's work for it...), or just skim through the other questions...
Hello!
I have two questions about the hw:
1.1.1: Do we have to do the morphological analysis? (now my program only recognizes the correct words, and writes them to the console)
1.2.1: Are there any easy way to cut the strings into morphemes? (if i understand it well, we have to cut them to morphemes before we handle it to the nltk cfg parser) Or should we do it with basic string operations?
Thank you in advance!
The text was updated successfully, but these errors were encountered: