diff --git a/IMGazetteer/src/br/ufpr/inf/junior/imgazetteer/InexactGazetteer.java b/IMGazetteer/src/br/ufpr/inf/junior/imgazetteer/InexactGazetteer.java index 65a06749b48918306f29e44143af67d407b8d29f..10d0a5bff78cb3ffd5a6fbca6dcb087a365b2b30 100644 --- a/IMGazetteer/src/br/ufpr/inf/junior/imgazetteer/InexactGazetteer.java +++ b/IMGazetteer/src/br/ufpr/inf/junior/imgazetteer/InexactGazetteer.java @@ -47,7 +47,7 @@ import gate.util.OffsetComparator; * @author Junior * */ -@CreoleResource(name = "Inexact Gazetteer", comment = "Cria anotações em gazetteers baseado em associação aproximada.", helpURL = "http://www.prppg.ufpr.br/ppginformatica/") +@CreoleResource(name = "IMGazetteer", comment = "Cria anotações em gazetteers baseado em associação aproximada.", helpURL = "http://www.prppg.ufpr.br/ppginformatica/") @SuppressWarnings("javadoc") public class InexactGazetteer extends AbstractLanguageAnalyser implements ActionsPublisher {