Tools: Difference between revisions

From HLT@INESC-ID

No edit summary
No edit summary
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The following are tools made available by the L²F.
{{TOCright}}
{| align="center" style="border-style: solid; border-width: 1px; border-color: gray80;"
|[[Image:tools1.jpg|197px]]
|[[Image:tools2.jpg|197px]]
|[[Image:tools3.jpg|197px]]
|}
Language processing uses tools such as syntactic and semantic analyzers. In order to perform their tasks, some of these  tools use linguistic information (for instance, dictionaries and grammars), making natural language processing by computers closer to the human process.


(to be provided)
We are using natural language processing  tools in many of our applications, namely in dialog management, automatic summarization, information retrieval, question answering, discourse analysis, term and emotion extraction.
Besides applying these tools to text we are applying them to automatic transcriptions of spoken documents, leading to new challenges.
 
== Morphology ==
 
* [[MARv]] - a morphossyntactic disambiguation tool;
* [[monge]] - a word form generator;
* [[PAsMo]] - a rule-based morphology processor, tag converter, and sentence splitter;
* [[RuDriCo]] - a rule-based morphology processor;
* [[SMorph]] - a morphological analyser;
* [[XA]] - a morphological analyser similar to ispell and jspell;
* [[YAH]] - yet another hyphenator.
* [[VerbForms]] - a verbal form generator;
 
== Syntax ==
 
* [[Algas]] -- establishes dependency relations between chunks and words
* [[ParVO]] -- a C++ implementation of Earley's algorithm with attribute unification (as in an attribute grammar).
* [[SuSAna]] -- susrface syntactic analyser and chunker
* [[TiraTeimas]] -- verifies if a set of chunks satisfies a set of constraints
 
== Syntax/Semantics Interface ==
 
* [[AsDeCopas]] -- applies contextual rules (possibly hierarchically organized) to a graph
* [[Ogre]] -- transforms a structure where both chunks and words are connected into a dependency structure
 
== Semantics ==
 
* [[ATA (system)|ATA]] - automatic term extraction (semantics-like processing)
 
== Discourse Analysis ==
 
* [[DID]] - a discourse indentifier.
 
== Multi-purpose ==
 
* [[Galinha]] - a portal for building and running applications.
* [[Language Resources Database|LRDB]] - a language resources database and access framework.
* [[fstk|FSTk]] - a finite-state transducer library.
* [[ShReP]] - A Framework for constructing NLP systems.
 
== Speech Annotation ==
 
* [[L2F_PhoneAlign]] - A DTW-based phonetic aligner.
* [[L2F_MuLA]] - A tool to synchronize annotation of speech at various levels of granularity.
 
== Speech Recognition ==
 
* [[AUDIMUS]] - Automatic Large Vocabulary Continuous Speech Recognition for the European Portuguese language
 
== Speech Search ==
 
* [[DTW]] - DTW system developed for the Mediaeval 2013 Spoken Web Search challenge
* [[STDfusion]] - Tools for discriminative calibration/fusion of heterogeneous spoken term detection systems
 
[[category:Tools]]

Latest revision as of 12:22, 2 October 2013

Language processing uses tools such as syntactic and semantic analyzers. In order to perform their tasks, some of these tools use linguistic information (for instance, dictionaries and grammars), making natural language processing by computers closer to the human process.

We are using natural language processing tools in many of our applications, namely in dialog management, automatic summarization, information retrieval, question answering, discourse analysis, term and emotion extraction. Besides applying these tools to text we are applying them to automatic transcriptions of spoken documents, leading to new challenges.

Morphology

  • MARv - a morphossyntactic disambiguation tool;
  • monge - a word form generator;
  • PAsMo - a rule-based morphology processor, tag converter, and sentence splitter;
  • RuDriCo - a rule-based morphology processor;
  • SMorph - a morphological analyser;
  • XA - a morphological analyser similar to ispell and jspell;
  • YAH - yet another hyphenator.
  • VerbForms - a verbal form generator;

Syntax

  • Algas -- establishes dependency relations between chunks and words
  • ParVO -- a C++ implementation of Earley's algorithm with attribute unification (as in an attribute grammar).
  • SuSAna -- susrface syntactic analyser and chunker
  • TiraTeimas -- verifies if a set of chunks satisfies a set of constraints

Syntax/Semantics Interface

  • AsDeCopas -- applies contextual rules (possibly hierarchically organized) to a graph
  • Ogre -- transforms a structure where both chunks and words are connected into a dependency structure

Semantics

  • ATA - automatic term extraction (semantics-like processing)

Discourse Analysis

  • DID - a discourse indentifier.

Multi-purpose

  • Galinha - a portal for building and running applications.
  • LRDB - a language resources database and access framework.
  • FSTk - a finite-state transducer library.
  • ShReP - A Framework for constructing NLP systems.

Speech Annotation

  • L2F_PhoneAlign - A DTW-based phonetic aligner.
  • L2F_MuLA - A tool to synchronize annotation of speech at various levels of granularity.

Speech Recognition

  • AUDIMUS - Automatic Large Vocabulary Continuous Speech Recognition for the European Portuguese language

Speech Search

  • DTW - DTW system developed for the Mediaeval 2013 Spoken Web Search challenge
  • STDfusion - Tools for discriminative calibration/fusion of heterogeneous spoken term detection systems