From 82f7bbf3ff22fdb3f109d2135ed19f08dd8a20b8 Mon Sep 17 00:00:00 2001 From: Mengxuan Xia Date: Wed, 22 Feb 2017 18:17:30 -0500 Subject: [PATCH] sharp to sharp --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index daf5072..1c32923 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ A curated list of Sentiment Analysis methods, implementations and misc. - [R](#r) - [Golang](#golang) - [Ruby](#ruby) - - [C](#c) + - [CSharp](#csharp) - [SaaS APIs](#saas-apis) - [Contributing](#contributing) @@ -104,7 +104,7 @@ The characteristics of each implementation are desribed. [7compass/sentimental](https://github.com/7compass/sentimental): Lexical, Dictionary-based. -### C# +### CSharp [amrish7/Dragon](https://github.com/amrish7/Dragon): Supervised Machine Learning, Naive Bayes Classifier.