gitextract_z6s0suvr/ ├── .gitignore ├── LICENSE.txt ├── README.md └── VaderSharp/ ├── NuGet-Pack.bat ├── VaderSharp/ │ ├── ConfigStore/ │ │ ├── ConfigStore.cs │ │ └── strings/ │ │ └── en-gb.xml │ ├── Extensions.cs │ ├── SentiText.cs │ ├── SentimentAnalysisResults.cs │ ├── SentimentIntensityAnalyzer.cs │ ├── SentimentUtils.cs │ ├── VaderSharp.csproj │ └── vader_lexicon.txt ├── VaderSharp.sln └── VaderSharpTestCore/ ├── SentimentTest.cs └── VaderSharpTestCore.csproj