Hi all,
I am newbie in both OrganismTagger and GATE in general. I am trying to understand how I could use OrganismTagger through GATE API. I would be really grateful for any tips/help.
Many thanks.
Kind regards,
John
Hi all,
I am newbie in both OrganismTagger and GATE in general. I am trying to understand how I could use OrganismTagger through GATE API. I would be really grateful for any tips/help.
Many thanks.
Kind regards,
John
Links:
[1] https://www.semanticsoftware.info/users/ifilippis
[2] https://www.semanticsoftware.info/forums/tools-resources-forum/durm-corpus-wiki-tools
[3] https://www.semanticsoftware.info/forum/organism-tagger-and-gate-71-error
[4] https://www.semanticsoftware.info/forum/using-owlexporter-particular-documentation-example-importing-ontology
[5] https://www.semanticsoftware.info/users/rene
[6] http://www.google.com/search?hl=en&q=allinurl%3Afile+java.sun.com&btnI=I%27m%20Feeling%20Lucky
[7] http://gate.ac.uk/family/training.html
[8] http://gate.ac.uk/conferences/fig/fig6.html
Same as for other pipelines
Hi John,
You'd use it like any other GATE pipeline; after installing OrganismTagger, you have the OrganismTagger.xgapp file (in OrganismTagger/gate), which you can load within a GATE Embedded program, similar to this:
(where appName has the path to OrganismTagger.xgapp file). Then you set the corpus containing the documents you want to process and execute the pipeline:
I recommend you go through the GATE training material [7] if you don't have any previous experience with GATE; Track 2 is on GATE Embedded, where you'll learn how to work with the API. If you can, try to attend one of the training courses, they are really helpful (next one is in June in Sheffield [8]!).
Cheers, René