eus.ixa.ixa.pipe.nerc.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ixa-pipe-nerc Show documentation
Show all versions of ixa-pipe-nerc Show documentation
ixa pipes sequence labeler (ixa2.si.ehu.es/ixa-pipes).
/**
* Package containing common code for tagging Named Entities.
*
* - Using Probabilistic Models
*
- Using Dictionaries
*
- Using Regular Expressions
*
* All these three methods correspond to the implementations of
* the {@code NameFinder} interface
*/
package eus.ixa.ixa.pipe.nerc;