List of Demos
Each demo page contains instructions and examples of running on the web, as a command and in a GUI.
- Echo Demo: Simply echoes input to output; transcodes character sets and normalizes HTML.
- Sentence Demo: Extract sentences from text.
- Part of Speech Demo: Assign parts of speech to words.
- Named Entity Demo: Extract entity mentions from text.
- Within-Document Coreference Demo: Resolve which entity mentions refer to the same entity.
- Chinese Word Segmentation Demo: Break Chinese text into words.
Quick Start Instructions
Ways to Run the Demos
LingPipe's demos are available on the web, as shell commands and through a graphical user interface (GUI). Each method of running the demos has its own set of detailed instructions:
Content Types: Plain, HTML, XML
The demos all support XML, HTML and plain text input. HTML is converted to XML using NekoHTML. For XML and HTML input, annotation may be restricted to specific elements. Output is always in XML.