gogsbread / ResumeParser

Resume Parser using rule based approach. Developed using framework provided by GATE
GNU Lesser General Public License v3.0
283 stars 153 forks source link

Resource to write good JAPE grammar/java #15

Open sarthak0415 opened 8 years ago

sarthak0415 commented 8 years ago

Can somebody refer me a good resource/tutorial from where I can learn about writing JAPE grammar and the JAVA associated with it.

I am fairly new to java but I have worked on NLP so I have some idea about writing the grammar but I am stuck on the JAVA part.

Also is there any way I can debug the grammar and JAVA.

o-nix commented 8 years ago

:-1:

bilac commented 8 years ago

Developing_Language_Processing_Component.pdf Look at "GATE Embedded" Section

nnbelkin commented 8 years ago

I never used NPL, but would like to modify address finder JAPE to be able to find City, State, Zip when entered without street address, or would be event better to split address to street, city, state, zip sections. Any recommendations for correct syntax? Thank you

2ank3th commented 7 years ago

You can try https://gate.ac.uk/sale/thakker-jape-tutorial/GATE%20JAPE%20manual.pdf.