FreeLing: Natural language analysis libraries

The FreeLing package consists of a library providing language analysis services (such as morfological analysis, date recognition, PoS tagging, etc.)

The current version (2.0) of the package provides tokenizing, sentence splitting, morphological analysis, NE detection and classification, recognition of dates/numbers/physical magnitudes/currency/ratios, PoS tagging, shallow parsing, dependency parsing, and WN-based sense annotation. Future versions are expected to improve performance in existing functionalities, as well as incorporate new features, such as word sense disambiguation, document classification, anaphora resolution, etc.

FreeLing is designed to be used as an external library from any application requiring this kind of services. Nevertheless, a simple main program is also provided as a basic interface to the library, which enables the user to analyze text files from the command line.



Subsections

2008-01-24