SYMBOL INDEX (38 symbols across 7 files) FILE: VaderSharp/VaderSharp/ConfigStore/ConfigStore.cs class ConfigStore (line 14) | public class ConfigStore method ConfigStore (line 25) | private ConfigStore(string languageCode) method CreateConfig (line 35) | public static ConfigStore CreateConfig(string languageCode = "en-gb") method LoadConfig (line 45) | private void LoadConfig(string languageCode) method LoadNegations (line 62) | private void LoadNegations(XElement root) method LoadIdioms (line 77) | private void LoadIdioms(XElement root) method LoadBooster (line 93) | private void LoadBooster(XElement root) FILE: VaderSharp/VaderSharp/Extensions.cs class Extensions (line 5) | internal static class Extensions method IsUpper (line 12) | public static bool IsUpper(this string word) method RemovePunctuation (line 22) | public static string RemovePunctuation(this string word) FILE: VaderSharp/VaderSharp/SentiText.cs class SentiText (line 6) | internal class SentiText method SentiText (line 12) | public SentiText(string text) method WordsPlusPunc (line 25) | private Dictionary WordsPlusPunc() method GetWordsAndEmoticons (line 52) | private IList GetWordsAndEmoticons() FILE: VaderSharp/VaderSharp/SentimentAnalysisResults.cs class SentimentAnalysisResults (line 6) | public class SentimentAnalysisResults FILE: VaderSharp/VaderSharp/SentimentIntensityAnalyzer.cs class SentimentIntensityAnalyzer (line 13) | public class SentimentIntensityAnalyzer method SentimentIntensityAnalyzer (line 22) | static SentimentIntensityAnalyzer() method MakeLexDic (line 38) | private static Dictionary MakeLexDic() method PolarityScores (line 54) | public SentimentAnalysisResults PolarityScores(string input) method SentimentValence (line 78) | private IList SentimentValence(double valence, SentiText senti... method ButCheck (line 127) | private IList ButCheck(IList wordsAndEmoticons, IList<... method LeastCheck (line 155) | private double LeastCheck(double valence, IList wordsAndEmotic... method NeverCheck (line 174) | private double NeverCheck(double valence, IList wordsAndEmotic... method IdiomsCheck (line 210) | private double IdiomsCheck(double valence, IList wordsAndEmoti... method PunctuationEmphasis (line 252) | private double PunctuationEmphasis(string text) method AmplifyExclamation (line 257) | private double AmplifyExclamation(string text) method AmplifyQuestion (line 267) | private static double AmplifyQuestion(string text) method SiftSentimentScores (line 280) | private static SiftSentiments SiftSentimentScores(IList sentim... method ScoreValence (line 298) | private SentimentAnalysisResults ScoreValence(IList sentiments... class SiftSentiments (line 330) | private class SiftSentiments FILE: VaderSharp/VaderSharp/SentimentUtils.cs class SentimentUtils (line 6) | internal static class SentimentUtils method Negated (line 123) | public static bool Negated(IList inputWords, bool includenT = ... method Normalize (line 156) | public static double Normalize(double score, double alpha = 15) method AllCapDifferential (line 174) | public static bool AllCapDifferential(IList words) method ScalarIncDec (line 195) | public static double ScalarIncDec(string word, double valence, bool is... FILE: VaderSharp/VaderSharpTestCore/SentimentTest.cs class SentimentTest (line 8) | [TestClass] method MatchPythonTest (line 11) | [TestMethod] method TestConfigStore (line 38) | [TestMethod]