Ejemplo n.º 1
0
 public LanguageIdentificationPage()
 {
     InitializeComponent();
     this.SamplePhrases = SamplePhrase.GetSamplePhrases(Helpers.Sentiment.Positive);
 }
Ejemplo n.º 2
0
 public SentimentAnalysisPage()
 {
     InitializeComponent();
     this.SamplePhrases = SamplePhrase.GetSamplePhrases();
 }