Here’s another Logic Builder!
Write an application that will take a block of text as input and generate a list of keywords from it. You can make the app as simple or as complex as you want.
A few notes:
- You can remove words with less than 3 characters
- You can remove common words
- You can remove verbs, and use only nouns
- You can use some third party webservice to generate the keywords
- You can remove duplicates