For your information your component is crashing right at initialization:
SentimentIntensityAnalyzer analyzer = new SentimentIntensityAnalyzer();
System.TypeInitializationException: 'The type initializer for 'VaderSharp.SentimentIntensityAnalyzer' threw an exception
FormatException: Input string was not in a correct format.
For your information your component is crashing right at initialization:
SentimentIntensityAnalyzer analyzer = new SentimentIntensityAnalyzer();System.TypeInitializationException: 'The type initializer for 'VaderSharp.SentimentIntensityAnalyzer' threw an exception
FormatException: Input string was not in a correct format.