An open API service indexing awesome lists of open source software.

https://github.com/techprimers/core-nlp-example

Natural Language Processing Example using Stanford's Core NLP Java Library
https://github.com/techprimers/core-nlp-example

core-nlp machine-learning natural-language-processing

Last synced: about 1 year ago
JSON representation

Natural Language Processing Example using Stanford's Core NLP Java Library

Awesome Lists containing this project

README

          

# Natural Language Processing Using *Standford Core Nlp*

[![Build Status](https://travis-ci.com/TechPrimers/core-nlp-example.svg?branch=master)](https://travis-ci.com/TechPrimers/core-nlp-example)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![GitHub stars](https://img.shields.io/github/stars/techprimers/core-nlp-example.svg)](https://github.com/techprimers/core-nlp-example/stargazers)
[![GitHub issues](https://img.shields.io/github/issues/techprimers/core-nlp-example.svg)](https://github.com/techprimers/core-nlp-example/issues)
[![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/techprimers/core-nlp-example.svg?maxAge=2592000)]()
[![GitHub forks](https://img.shields.io/github/forks/techprimers/core-nlp-example.svg)](https://github.com/techprimers/core-nlp-example/network)

## Source Contains

- LemmaExample
- Named Entity Recognition
- Parts of speech
- Pipeline
- Sentence Recognizer
- Sentence Analysis
- Token Generation.

## Setup
1. Need of java-8 to be installed in required system.
2. Direct Download zip or via svn.
3. POM Dependencies.

## Build and Run
1. Install maven or Use IDE Build and Clean feature.
2. Run via CMD/IDE.

For More detailed information read this Dive in Nlp