Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to verify a string is a proper english word or not ?

user575089Dec 29 2016 — edited Jan 5 2017

Hello ,

I have a  CSV file where almost 300000  strings present  in a column.

I want to read those strings and check which are proper meaningful english words available in dictionary.

Could you please tell how to verify if a string is a proper meaningful english word and available in dictionary. I'm stuck at this part.

basically , I'd throw out garbage strings and list only proper meaningful english strings .

Thanks

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 2 2017
Added on Dec 29 2016
7 comments
9,072 views