Code Monkey home page Code Monkey logo

illinois-cogcomp-nlp's Introduction

illinois-cogcomp-nlp

Build Status

This project collects a number of core libraries for Natural Language Processing (NLP) developed by the University of Illinois' Cognitive Computation Group.

CogComp's main NLP libraries

  • illinois-core-utilities Provides a set of NLP-friendly data structures and a number of NLP-related utilities that support writing NLP applications, running experiments, etc.
  • illinois-corpusreaders Provides classes to read documents from corpora into illinois-core-utilities data structures.
  • illinois-curator Supports use of Illinois' NLP Curator, a tool to run NLP applications as services.
  • illinois-edison A library for feature extraction from illinois-core-utilities data structures.
  • illinois-lemmatizer An application that uses WordNet and simple rules to find the root forms of words in plain text.
  • illinois-tokenizer An application that identifies sentence and word boundaries in plain text.
  • illinois-pos An application that identifies the part of speech (e.g. verb + tense, noun + number) of each word in plain text.
  • illinois-ner An application that identifies named entities in plain text according to two different sets of categories.

Using each library programmatically

To include one of the modules in your Maven project, add the following snippet with the #modulename# and #version entries replaced with the relevant module name and the version listed in this project's pom.xml file. Note that you also add to need the <repository> element for the CogComp maven repository in the <repositories> element.

    <dependencies>
         ...
        <dependency>
            <groupId>edu.illinois.cs.cogcomp</groupId>
            <artifactId>#modulename#</artifactId>
            <version>#version#</version>
        </dependency>
        ...
    </dependencies>
    ...
    <repositories>
        <repository>
            <id>CogcompSoftware</id>
            <name>CogcompSoftware</name>
            <url>http://cogcomp.cs.illinois.edu/m2repo/</url>
        </repository>
    </repositories>

illinois-cogcomp-nlp's People

Contributors

bhargav avatar christos-c avatar danyaljj avatar haowu4 avatar mayhewsw avatar mazinbokhari avatar mssammon avatar narendergupta avatar nitishgupta avatar pauljv92 avatar ryannk avatar shyamupa avatar xinbowu2 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.