I have a database with 70k keywords build from my data. The problem is, that some (10-15%) of the words are not real common used keywords. How can I check which one are not real good words, so I can clean my table? Has onyone some idea?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Use a dictionary type tool that has an API so you can compare the words in your database to the words in the dictionary tools database. EDIT: You might also want to look for the following on Linux systems:
|
|||||||||||
|