-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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!