Attributes | Values |
---|
type
| |
label
| |
Description
| - A modular set of Natural Language Processing tools for English and Spanish. IXA pipes is a modular set of Natural Language Processing tools (or pipes) which provide easy access to NLP technology for English and Spanish. It offers robust and efficient linguistic annotation to both researchers and non-NLP experts with the aim of lowering the barriers of using NLP technology either for research purposes or for small industrial developers and SMEs. The ixa-pipes tools can be used or exploit its modularity to pick and change different components.
These are the different components:
- ixa-pipe-tok: Tokenizer and Segmenter for several languages.
- ixa-pipe-pos: POS tagger for Spanish and English.
- ixa-pipe-nerc: Named Entity Recognition tagger for Spanish and English.
- ixa-pipe-parse: Probabilistic constituent parser for Spanish and English.
- ixa-pipe-coref: Coreference resolution tool. Soon to be available!!
Every ixa pipe tool can be up an running after two simple steps. The tools require Java 1.7+ to run and are designed to come with all batteries included, which means that it is not required to do any system configuration or install any third-party dependencies. The modules will run on any platform as long as a JVM 1.7+ is available. IXA pipes are just a set of processes chained by their standard streams, in a way that the output of each process feeds directly as input to the next one. The Unix pipes metaphor has been applied for NLP tools by adopting a very simple and well known data centric architecture, in which every module/pipe is interchangeable by any other tool as long as it reads and writes the required data format via the standard streams.
The data format in which both the input and output of the modules needs to be formatted to represent and pipe linguistic annotations is NAF. Our Java modules all use the kaflib library for easy NAF integration.
- A modular set of Natural Language Processing tools for English and Spanish. IXA pipes is a modular set of Natural Language Processing tools (or pipes) which provide easy access to NLP technology for English and Spanish. It offers robust and efficient linguistic annotation to both researchers and non-NLP experts with the aim of lowering the barriers of using NLP technology either for research purposes or for small industrial developers and SMEs. The ixa-pipes tools can be used or exploit its modularity to pick and change different components.
These are the different components:
- ixa-pipe-tok: Tokenizer and Segmenter for several languages.
- ixa-pipe-pos: POS tagger for Spanish and English.
- ixa-pipe-nerc: Named Entity Recognition tagger for Spanish and English.
- ixa-pipe-parse: Probabilistic constituent parser for Spanish and English.
- ixa-pipe-coref: Coreference resolution tool. Soon to be available!!
Every ixa pipe tool can be up an running after two simple steps. The tools require Java 1.7+ to run and are designed to come with all batteries included, which means that it is not required to do any system configuration or install any third-party dependencies. The modules will run on any platform as long as a JVM 1.7+ is available. IXA pipes are just a set of processes chained by their standard streams, in a way that the output of each process feeds directly as input to the next one. The Unix pipes metaphor has been applied for NLP tools by adopting a very simple and well known data centric architecture, in which every module/pipe is interchangeable by any other tool as long as it reads and writes the required data format via the standard streams.
The data format in which both the input and output of the modules needs to be formatted to represent and pipe linguistic annotations is NAF. Our Java modules all use the kaflib library for easy NAF integration.
|
Contact
| |
Demo Invocation
| |
Service Provider
| |
Service Technology
| |
Task
| |
Language Code
| |
Language Name
| |
Resource Creator
| |
Resource Name
| |
Url
| |