Link to home
Start Free TrialLog in
Avatar of sha_lini
sha_lini

asked on

Natural Language processing

I have to develop system on Natural Language processing.  I can use any languages to develop this project .

I want to get some ideas about what i can develop. One of the example is translatation but i don't know how to do.

Please give me some suggestion on what i can do and can get resources.


I don't know where to put this question in EE. Sorry if i put in wrong place.

Need help.
Avatar of helmet275
helmet275

Try finding a book called lex & yacc from O'Reilly & Associates.

This book with help you to delve into topics such as lexical analzer and grammar structure.
ASKER CERTIFIED SOLUTION
Avatar of pashute
pashute

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sha_lini

ASKER

Thank you very much Moshe

The information that you give me was very helpful.

I'm going to use Java for this translation system and it not going to run in web.

I'm also new in Java but still get some idea on how to develop it. I want to use database and hashtable.

The important/hard part is how to write the grammer rules?

Thank you very much.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Sorry I forgot to include the link at the end,
www.gkatz.net/NLSQL/

-gkatz