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

https://github.com/omarsar/nlp_functions

Some of the most used Natural Language Processing (NLP) functions for information retrieval
https://github.com/omarsar/nlp_functions

Last synced: 7 months ago
JSON representation

Some of the most used Natural Language Processing (NLP) functions for information retrieval

Awesome Lists containing this project

README

          

# Concepts-Crawler
A set of functions that are useful when dealing with Natural Language Processing (NLP) Projects. It also includes some rules that are used to extract some concepts from pieces of text.

This crawler could be used in many ways. I used it for my keyword extraction research.

For instance, if I wanted to extract the concept or keyword or even subject / object of the text below:

"I really like the cover of GQ Magazine"

The extractor is able to extract "GQ Magazine" as the concept in this piece of text.

In the code you will find a bunch of rules to extract concepts based on the following research publication:

[Mining various semantic relationships from unstructured user-generated web data](http://www.sciencedirect.com/science/article/pii/S1570826814001073)