Freeling

From Apertium
Revision as of 13:13, 26 December 2008 by Francis Tyers (talk | contribs) (New page: '''Freeling''' is a suite of language processing tools, including a tokeniser, sentence splitter, morphological analyser, chunker and dependency parser. Much of this is also done in [[ltto...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Freeling is a suite of language processing tools, including a tokeniser, sentence splitter, morphological analyser, chunker and dependency parser. Much of this is also done in lttoolbox and apertium, but in some cases data or tools from Freeling could be useful.

Tools

There are some scripts in apertium SVN (module apertium-tools/freeling) for converting between apertium formats and Freeling formats.

  • dix-to-maco.py -- Convert between an lttoolbox expanded dictionary and a Freeling 'maco' format full-form list.
  • tagger-to-parole.py -- Convert between the output of apertium-tagger to Freeling style tagged output.

Both scripts require a file with correspondences between apertium tags and PAROLE style tags.

External links