Package backend.linguisticFeatures
Class LinguisticFeaturesAggregate_Impl
java.lang.Object
backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
- All Implemented Interfaces:
ILinguisticFeaturesAggregate
public class LinguisticFeaturesAggregate_Impl
extends Object
implements ILinguisticFeaturesAggregate
- Author:
- Philipp Noah Hein #6356965
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoiddoublevoidvoidsetAudioTokens(List<IAudioTokenFeature> audioTokens) voidsetDependencies(List<IDependencyFeature> dependencies) voidsetDependencyCounts(Map<String, Integer> dependencyCounts) voidsetLemmaFrequency(Map<String, Integer> lemmaFrequency) voidsetMetadata(IMetadataFeature metadata) voidsetMetadata(MetadataFeature_Impl metadata) voidsetNamedEntities(List<INamedEntityFeature> namedEntities) voidsetNamedEntityCounts(Map<String, Integer> namedEntityCounts) voidsetOverallSentiment(double overallSentiment) voidsetPosCounts(Map<String, Integer> posCounts) voidsetPosCountsCoarse(Map<String, Integer> posCountsCoarse) voidsetPosFeatures(List<IPosFeature> posFeatures) voidvoidsetSentences(List<ISentenceFeature> sentences) voidsetSentimentDistribution(Map<String, Double> sentimentDistribution) voidsetSentiments(List<ISentimentFeature> sentiments) voidsetTokens(List<ITokenFeature> tokens) voidsetTopicCounts(Map<String, Integer> topicCounts) voidsetTopics(List<ITopicFeature> topics) voidsetTopicsSearchField(String topicsSearchField)
-
Constructor Details
-
LinguisticFeaturesAggregate_Impl
public LinguisticFeaturesAggregate_Impl()
-
-
Method Details
-
getRedeId
- Specified by:
getRedeIdin interfaceILinguisticFeaturesAggregate
-
setRedeId
- Specified by:
setRedeIdin interfaceILinguisticFeaturesAggregate
-
getMetadata
- Specified by:
getMetadatain interfaceILinguisticFeaturesAggregate
-
setMetadata
- Specified by:
setMetadatain interfaceILinguisticFeaturesAggregate
-
setMetadata
- Specified by:
setMetadatain interfaceILinguisticFeaturesAggregate
-
getSentences
- Specified by:
getSentencesin interfaceILinguisticFeaturesAggregate
-
setSentences
- Specified by:
setSentencesin interfaceILinguisticFeaturesAggregate
-
getTokens
- Specified by:
getTokensin interfaceILinguisticFeaturesAggregate
-
setTokens
- Specified by:
setTokensin interfaceILinguisticFeaturesAggregate
-
getSentiments
- Specified by:
getSentimentsin interfaceILinguisticFeaturesAggregate
-
setSentiments
- Specified by:
setSentimentsin interfaceILinguisticFeaturesAggregate
-
getNamedEntities
- Specified by:
getNamedEntitiesin interfaceILinguisticFeaturesAggregate
-
setNamedEntities
- Specified by:
setNamedEntitiesin interfaceILinguisticFeaturesAggregate
-
getDependencies
- Specified by:
getDependenciesin interfaceILinguisticFeaturesAggregate
-
setDependencies
- Specified by:
setDependenciesin interfaceILinguisticFeaturesAggregate
-
getTopics
- Specified by:
getTopicsin interfaceILinguisticFeaturesAggregate
-
setTopics
- Specified by:
setTopicsin interfaceILinguisticFeaturesAggregate
-
getPosCounts
- Specified by:
getPosCountsin interfaceILinguisticFeaturesAggregate
-
setPosCounts
- Specified by:
setPosCountsin interfaceILinguisticFeaturesAggregate
-
getNamedEntityCounts
- Specified by:
getNamedEntityCountsin interfaceILinguisticFeaturesAggregate
-
setNamedEntityCounts
- Specified by:
setNamedEntityCountsin interfaceILinguisticFeaturesAggregate
-
getDependencyCounts
- Specified by:
getDependencyCountsin interfaceILinguisticFeaturesAggregate
-
setDependencyCounts
- Specified by:
setDependencyCountsin interfaceILinguisticFeaturesAggregate
-
getLemmaFrequency
- Specified by:
getLemmaFrequencyin interfaceILinguisticFeaturesAggregate
-
setLemmaFrequency
- Specified by:
setLemmaFrequencyin interfaceILinguisticFeaturesAggregate
-
getOverallSentiment
public double getOverallSentiment()- Specified by:
getOverallSentimentin interfaceILinguisticFeaturesAggregate
-
setOverallSentiment
public void setOverallSentiment(double overallSentiment) - Specified by:
setOverallSentimentin interfaceILinguisticFeaturesAggregate
-
getSentimentDistribution
- Specified by:
getSentimentDistributionin interfaceILinguisticFeaturesAggregate
-
setSentimentDistribution
- Specified by:
setSentimentDistributionin interfaceILinguisticFeaturesAggregate
-
getTopicCounts
- Specified by:
getTopicCountsin interfaceILinguisticFeaturesAggregate
-
setTopicCounts
- Specified by:
setTopicCountsin interfaceILinguisticFeaturesAggregate
-
getAudioTokens
- Specified by:
getAudioTokensin interfaceILinguisticFeaturesAggregate
-
setAudioTokens
- Specified by:
setAudioTokensin interfaceILinguisticFeaturesAggregate
-
getPosFeatures
- Specified by:
getPosFeaturesin interfaceILinguisticFeaturesAggregate
-
setPosFeatures
- Specified by:
setPosFeaturesin interfaceILinguisticFeaturesAggregate
-
getTopicsSearchField
-
setTopicsSearchField
-
removeOverallTextTopics
public void removeOverallTextTopics() -
calculateTopicsSearchField
public void calculateTopicsSearchField() -
calculateStatistics
public void calculateStatistics() -
calculateSentimentDistribution
public void calculateSentimentDistribution() -
calculateTopicCounts
public void calculateTopicCounts() -
getPosCountsCoarse
-
setPosCountsCoarse
-