Skip to Content.
Sympa Menu

illinois-ml-nlp-users - [Illinois-ml-nlp-users] Illinois NLP tools release

illinois-ml-nlp-users AT lists.cs.illinois.edu

Subject: Support for users of CCG software closed 7-27-20

List archive

[Illinois-ml-nlp-users] Illinois NLP tools release


Chronological Thread 
  • From: "Sammons, Mark" <mssammon AT illinois.edu>
  • To: "illinois-ml-nlp-users AT cs.uiuc.edu" <illinois-ml-nlp-users AT cs.uiuc.edu>
  • Subject: [Illinois-ml-nlp-users] Illinois NLP tools release
  • Date: Thu, 27 Sep 2012 12:52:55 +0000
  • Accept-language: en-US
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/illinois-ml-nlp-users/>
  • List-id: Support for users of CCG software <illinois-ml-nlp-users.cs.uiuc.edu>

We are pleased to announce the release of the Illinois Natural Language Processing suite of tools together with the Curator, an NLP pipeline management system, available from the Cognitive Computation Group website: http://cogcomp.cs.illinois.edu/page/software_view/Curator

 

The release includes our new Wikifier, new versions of our Named Entity Recognizer and Semantic Role Labeler, and a number of other Illinois NLP tools. It also includes Curator-wrapped versions of the Charniak, Stanford, and Berkeley parsers.

 

The Curator allows the user to configure and access a distributed set of NLP resources using a single interface and common data structures, while caching the results. The Curator runs as a service that connects to multiple natural language processing (NLP) components: users' programs request annotations from the Curator, which then accesses the required components, caches their outputs, and returns them to the user. If a requested text has already been annotated with the requested resources, Curator returns the cached version. Outputs of the various tools are represented in terms of character offsets over the original text input. The NLP tools are wrapped as Curator components, and can be run on different machines to spread the memory and processing loads.

 

Demos of all our NLP tools are available at:

http://cogcomp.cs.illinois.edu/page/demos

 

More information about the Curator, including instructions for (free) download and an integrated demo, is available at:

http://cogcomp.cs.illinois.edu/page/software_view/Curator

 

The Curator package comes bundled with annotators capable of performing the following annotations:

 

- Tokenization and Sentence Splitting (via Illinois NLP tools)

 

- Part-of-speech tags (via Illinois POS Tagger)

 

- Chunk (shallow parse) analysis (via Illinois Chunker)

 

- Named Entities with standard and extended entity types (via Illinois Named Entity Recognizer) (NEW)

 

- Coreference (via Illinois Coreference package)

 

- Parse trees (via Stanford Parser, Charniak Parser, and Berkeley Parser)

 

- Dependency trees (via Stanford Parser)

 

- Semantic Role Labels for verbs and nouns (via Illinois SRL) (NEW)

 

- Wikified Concepts and Entities (via Illinois Wikifier) (NEW)

 

A web demo of the Curator is available at:

http://cogcomp.cs.illinois.edu/curator/demo/

 

The Curator was created by the Cognitive Computation Group at the University of Illinois at Urbana-Champaign: http://cogcomp.cs.illinois.edu/

 

The Curator and the Illinois NLP components are available free for academic use.

 

 



  • [Illinois-ml-nlp-users] Illinois NLP tools release, Sammons, Mark, 09/27/2012

Archive powered by MHonArc 2.6.16.

Top of Page