How good is GATE for NLP?
Asked Answered
F

1

7

I am trying to build a NLP app which essentially has to do Named Entity Recognition (NER). I came across GATE. From what i understand it is a framework to build NLP apps. I tested ANNIE, the IE system distributed with GATE but the NER results for my domain is not up-to the expectation. As a matter of fact any NER, like Stanford CoreNLP or NLTK, is not giving me required results. So i decide to tweak the existing systems to get desired result.

Regarding GATE i liked few things:
1. The modularity of components: For example in ANNIE, components like Tokenizer, Gaztteer, Sentence splitter, POS tagger etc can be used independently of each other.
2. Its rule language called JAPE which has a very nice way of writing rules or patterns.

But few things i want to know about GATE are:
1. What are the other major advantages of GATE particularly for NER?
2. How flexible is GATE for adding new components? For example some day if i want to use NLTK's POS tagger inside GATE?
3. If i want to use custom machine learning models with GATE?
4. I am aware that NLP group at University of Sheffield is involved in GATE, but i want to know how active is GATE's community and how active is the support for GATE?
5. Can GATE be used for commercial software?

Keen to here suggestions from people who have actually used GATE

Florinda answered 23/2, 2017 at 13:43 Comment(2)
While I am also interested in hearing about people's experiences with GATE, I think this question is too subjective for StackOverflow's question criteria.Kippar
yeah u r right...that explains zero answers :-)Florinda
P
3

Though late, might be useful for someone.

  1. As you already mentioned, JAPE grammars will be very useful if effectively written. Also the GATE embedded is another big advantage i consider as we can tweak the way we wanted in JAVA.
  2. Again, GATE embedded can be used for adding new components where you can build your own plugins. However, if you want to use Stanford tools, these are already readily available in GATE. You can just plug and play.
  3. There are already many algorithms available in GATE and i guess they(University of Sheffield) are building it continuously.
  4. The GATE support team is very active, you can subscribe to their mailing list and ask questions if you have any, and they will reply asap.
  5. I guess so. However, if you contact GATE team directly, they will answer you better.
Pellegrino answered 8/12, 2017 at 14:52 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.