All Projects → groupdocs-classification → GroupDocs.Classification-for-.NET

groupdocs-classification / GroupDocs.Classification-for-.NET

Licence: MIT license
GroupDocs.Classification-for-.NET samples and showcase (text and documents classification and sentiment analysis)

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to GroupDocs.Classification-for-.NET

Sentiment
AFINN-based sentiment analysis for Node.js.
Stars: ✭ 2,469 (+6397.37%)
Mutual labels:  sentiment-analysis, analysis, sentiment
Pytreebank
😡😇 Stanford Sentiment Treebank loader in Python
Stars: ✭ 93 (+144.74%)
Mutual labels:  sentiment-analysis, sentiment
Text Analytics With Python
Learn how to process, classify, cluster, summarize, understand syntax, semantics and sentiment of text data with the power of Python! This repository contains code and datasets used in my book, "Text Analytics with Python" published by Apress/Springer.
Stars: ✭ 1,132 (+2878.95%)
Mutual labels:  sentiment-analysis, sentiment
sentiment-analysis-using-python
Large Data Analysis Course Project
Stars: ✭ 23 (-39.47%)
Mutual labels:  sentiment-analysis, sentiment
Sentimentr
Dictionary based sentiment analysis that considers valence shifters
Stars: ✭ 325 (+755.26%)
Mutual labels:  sentiment-analysis, sentiment
Troll
Language sentiment analysis and neural networks... for trolls.
Stars: ✭ 330 (+768.42%)
Mutual labels:  sentiment-analysis, sentiment
Twitter Sentiment Analysis
This script can tell you the sentiments of people regarding to any events happening in the world by analyzing tweets related to that event
Stars: ✭ 94 (+147.37%)
Mutual labels:  sentiment-analysis, sentiment
wink-sentiment
Accurate and fast sentiment scoring of phrases with #hashtags, emoticons :) & emojis 🎉
Stars: ✭ 51 (+34.21%)
Mutual labels:  sentiment-analysis, sentiment
Whatsapp-analytics
performing sentiment analysis on the whatsapp chats.
Stars: ✭ 20 (-47.37%)
Mutual labels:  sentiment-analysis, sentiment
stansent
No description or website provided.
Stars: ✭ 16 (-57.89%)
Mutual labels:  sentiment-analysis, sentiment
chronist
Long-term analysis of emotion, age, and sentiment using Lifeslice and text records.
Stars: ✭ 23 (-39.47%)
Mutual labels:  sentiment-analysis, sentiment
NRC-Persian-Lexicon
NRC Word-Emotion Association Lexicon
Stars: ✭ 30 (-21.05%)
Mutual labels:  sentiment-analysis, sentiment
billboard
🎤 Lyrics/associated NLP data for Billboard's Top 100, 1950-2015.
Stars: ✭ 53 (+39.47%)
Mutual labels:  sentiment-analysis, sentiment
Stocksight
Stock market analyzer and predictor using Elasticsearch, Twitter, News headlines and Python natural language processing and sentiment analysis
Stars: ✭ 1,037 (+2628.95%)
Mutual labels:  sentiment-analysis, sentiment
stock-news-sentiment-analysis
This program uses Vader SentimentIntensityAnalyzer to calculate the news headline overall sentiment for a stock
Stars: ✭ 21 (-44.74%)
Mutual labels:  sentiment-analysis, sentiment
brand-sentiment-analysis
Scripts utilizing Heartex platform to build brand sentiment analysis from the news
Stars: ✭ 21 (-44.74%)
Mutual labels:  sentiment-analysis, sentiment
semantic-document-relations
Implementation, trained models and result data for the paper "Pairwise Multi-Class Document Classification for Semantic Relations between Wikipedia Articles"
Stars: ✭ 21 (-44.74%)
Mutual labels:  document, document-classification
Emotion and Polarity SO
An emotion classifier of text containing technical content from the SE domain
Stars: ✭ 74 (+94.74%)
Mutual labels:  sentiment-analysis, sentiment
Document-Classification-using-LSA
Document classification using Latent semantic analysis in python
Stars: ✭ 16 (-57.89%)
Mutual labels:  document, document-classification
Senti4SD
An emotion-polarity classifier specifically trained on developers' communication channels
Stars: ✭ 41 (+7.89%)
Mutual labels:  sentiment-analysis, sentiment

Text & Document Classification API

GroupDocs.Classification for .NET is an on-premise library for text and document classification with the help of IAB-2, Document or Sentiment taxonomies.

Directory Description
Examples C# based examples and sample files for quick start.
Showcases An open source UI-based application demonstrating the core features.

Classification Features

Supported File Formats

Microsoft Word: DOC, DOCM, DOCX, DOT, DOTM, DOTX, RTF
OpenOffice: ODT, OTT
Fixed Layout: PDF
Other: TXT

Develop & Deploy GroupDocs.Classification Anywhere

Operating Systems: Windows 10 (x64), Windows Desktop (x64), Windows Server (x64), Windows Azure, Mac OS X x64 (10.12+), Linux
Supported Frameworks: .NET Core 2.0 or later, .NET Framework 4.7 or higher

Get Started with GroupDocs.Classification for .NET

Are you ready to give GroupDocs.Classification for .NET a try? Simply execute Install-Package GroupDocs.Classification from Package Manager Console in Visual Studio to fetch & reference GroupDocs.Classification assembly in your project. If you already have GroupDocs.Classification for .NET and want to upgrade it, please execute Update-Package GroupDocs.Classification to get the latest version.

Classify PDF with IAB-2 Taxonomy

var response = classifier.Classify("document.pdf", ".", 3, Taxonomy.Iab2);
Console.WriteLine(response.BestClassName, response.BestClassProbability);

Home | Product Page | Documentation | Demo | API Reference | Examples | Blog | Free Support | Temporary License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].