Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
A friend of mine has got a project to develop a dependency parser to parse Indian language Hindi using Python.Till now we are unable to get any ideas how to develop that and on google we only get abstract research papers.

Please provide any link or suitable sample code for Parsing in python.

P.S- sample code for different language or in any diff programming lang will also be helpful to get some basic ideas about the workflow.
Posted
Comments
Sergey Alexandrovich Kryukov 23-May-12 12:29pm    
Are you serious?
--SA
Anil Kumar 23 23-May-12 13:25pm    
Yes... It's a research project ... Actually a team project... But m tryin to get ideas from all d open minds... N ya m serious..............

1 solution

Look at this link:

http://nlp.stanford.edu/software/lex-parser.shtml[^]

They provide a download link for their parser including the source code -- written in java.

This is a seriously huge project.

Take a look at what Stanford provides and you might get some idea of the scope of what you are trying to tackle.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900