ResumeParser icon indicating copy to clipboard operation
ResumeParser copied to clipboard

How to change the ANNIEGazetterFiles

Open ZealousShumbh opened this issue 7 years ago • 4 comments

I want to edit the files in ANNIEGazetterFiles i.e. files that contains all the compiled lists for common resume section titles. I tried doing the same using notepad++ but the json output didn't change.

ZealousShumbh avatar Jun 05 '17 09:06 ZealousShumbh

How to compile the list.I mean if I write my own Gazetter list file,how can I use it in my application, should I make my own .gapp file?

JasonZhu1313 avatar Jun 13 '17 16:06 JasonZhu1313

What I have understood is that the Gazetter files (.lst) in the ANNIEGazetterFiles are there for just our help. They actually aren't used while parsing the resume. The files that actually are used are located in

GATEFiles\plugins\ANNIE\resources\gazetteer

Here also you can see the files with the same name as in ANNIEGazetterFiles and if you change anything in these files, the same shall be reflected while you run the code.

You can definitely make a gapp file if you want.

ZealousShumbh avatar Jun 14 '17 13:06 ZealousShumbh

thank you for replying me,I used the GUI to save my own .gapp to handle the name of the university, but when I use the persistmanagment to load it and run it,it's annotation set is null,is something wrong with the path of the .gapp file, I save the gapp file in the subdirectoriy of the ANNIE

JasonZhu1313 avatar Jun 16 '17 05:06 JasonZhu1313

I have already solved my problem by using my own .gapp file. And it works well. thank you very much.

JasonZhu1313 avatar Jun 16 '17 12:06 JasonZhu1313