Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Homework3 #15

Open
balintdom opened this issue Dec 15, 2017 · 2 comments
Open

Homework3 #15

balintdom opened this issue Dec 15, 2017 · 2 comments

Comments

@balintdom
Copy link

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!

@DavidNemeskey
Copy link
Collaborator

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...

@balintdom
Copy link
Author

Sorry I didn't notice that question. Thank you for your response!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants