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
- Host: GitHub
- URL: https://github.com/techprimers/core-nlp-example
- Owner: TechPrimers
- License: mit
- Created: 2017-07-11T16:17:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-14T17:07:56.000Z (about 7 years ago)
- Last Synced: 2025-03-28T22:51:12.311Z (over 1 year ago)
- Topics: core-nlp, machine-learning, natural-language-processing
- Language: Java
- Homepage:
- Size: 14.6 KB
- Stars: 32
- Watchers: 4
- Forks: 31
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
# Natural Language Processing Using *Standford Core Nlp*
[](https://travis-ci.com/TechPrimers/core-nlp-example)
[](https://opensource.org/licenses/MIT)
[](https://github.com/techprimers/core-nlp-example/stargazers)
[](https://github.com/techprimers/core-nlp-example/issues)
[]()
[](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