Can we use database instead of gazetteers list in Gate NLP? If yes how can we do that? I am currently building Gate NLP program using Java. I couldn't find any document regarding using database instead of gazetteers.
Asked
Active
Viewed 151 times
2
-
related: https://stackoverflow.com/q/30569624/1857897 – dedek Feb 20 '18 at 06:40
-
If your database is a **RDF database** then use [Large KB Gazetteer](https://gate.ac.uk/sale/tao/splitch13.html#sec:gazetteers:lkb-gazetteer) – dedek Feb 20 '18 at 06:45
-
May be usefull: https://github.com/johann-petrak/gateplugin-JdbcLookup – dedek Feb 20 '18 at 06:51
-
@dedek Thank you very much. I think it will help :) – Suban Dhyako Feb 23 '18 at 09:12