Examples - gsi-upm/SAGA GitHub Wiki
These are a few examples of use of each module for better understanding of the platform and the code.
Dictionary Based Spanish Financial Sentiment Analysis
Located in /gate.sa.modules/src/examples/DictionaryBasedFinancialSentimentAnalysis.java, it uses the Dictionary Based Sentiment Analysis module set with Paradigma's financial dictionaries.
Dictionary Based Emoticon Sentiment Analysis
Located in /gate.sa.modules/src/examples/DictionaryBasedEmoticonSentimentAnalysis.java, it uses the Dictionary Based Sentiment Analysis module set with emoticon dictionaries.
Dictionary Based Emoticon And Financial Sentiment Analysis
Located in /gate.sa.modules/src/examples/DictionaryBasedEmoticonAndFinancialSentimentAnalysis.java, it uses the Dictionary Based Sentiment Analysis module set with Paradigma's financial and emoticon dictionaries.
Machine Learning Based Review Analyzer
Located in /gate.sa.modules/src/examples/MachineLearningBasedReviewAnalyzer.java, it uses the Machine Learning Based Analyzer module set with the content provided by GATE for its Module 11 Training course.