Tag: Text Analysis

Custom Text Analysis Using TextRazor’s Prolog Engine

Written by on July 21, 2019 in LISP, Natural Language Processing, Programming, Prolog with 0 Comments
Custom Text Analysis Using TextRazor’s Prolog Engine

This is the third part in the series on information extraction from unstructured text. In the first part, we saw how MeaningCloud allows us to specify complex rules to identify custom categories through their Deep Categorization API. The second part covered spaCy’s pattern matcher. Today, I would like to discuss how we can use TextRazor’s “Prolog Engine” to perform […]

Continue Reading

Text Summarization APIs

Written by on March 3, 2019 in Natural Language Processing with 0 Comments

I talked about detecting Emotion from text in the last two articles. Another popular text analysis service is Text Summarization.  There are two approaches for summarization: Extractive summarization Abstractive summarization In the first approach, “Extractive Summarization”, the system extracts key sentences from the given text and puts them together to form a summary. There are no new […]

Continue Reading

Top