How Can We Help You?
- Get the latest version: Free and Paid Licenses/Downloads
- Learn how to use LingPipe: Tutorials
- Get expert help using LingPipe: Services
What is LingPipe?
LingPipe is tool kit for processing text using computational linguistics. LingPipe is used to do tasks like:
- Find the names of people, organizations or locations in news
- Automatically classify Twitter search results into categories
- Suggest correct spellings of queries
To get a better idea of the range of possible LingPipe uses, visit our tutorials and sandbox.
Architecture
LingPipe's architecture is designed to be efficient, scalable, reusable, and robust. Highlights include:
- Java API with source code and unit tests;
- multi-lingual, multi-domain, multi-genre models;
- training with new data for new tasks;
- n-best output with statistical confidence estimates;
- online training (learn-a-little, tag-a-little);
- thread-safe models and decoders for concurrent-read exclusive-write (CREW) synchronization; and
- character encoding-sensitive I/O.
Latest Release: LingPipe 4.1.2
Intermediate Release
The latest release of LingPipe is LingPipe 4.1.2, which patches some bugs and documentation. It is fully backward compatible with LingPipe version 4.1.0.
Migration from LingPipe 3 to LingPipe 4
LingPipe 4.1.2 is not backward compatible with LingPipe 3.9.3.
Programs that compile in LingPipe 3.9.3 without deprecation warnings should compile and run in Lingpipe 4.1.2.
Downloading Last 3.9 Version: LingPipe 3.9.3
The last 3.9 version of LingPipe before the major refactoring is available at: