Index

A B C D E F G I J L M N P R S T U V X 
All Classes and Interfaces|All Packages|Serialized Form

A

Agenda_impl - Class in backend.speech
 
Agenda_impl(String, String, String) - Constructor for class backend.speech.Agenda_impl
 
aggregateDocuments(String, List<Bson>) - Method in class backend.database.MongoDBHandler
 
AudioTokenFeature_Impl - Class in backend.linguisticFeatures.SubClasses
 
AudioTokenFeature_Impl() - Constructor for class backend.linguisticFeatures.SubClasses.AudioTokenFeature_Impl
 
AudioTokenFeature_Impl(int, int, String, double, double) - Constructor for class backend.linguisticFeatures.SubClasses.AudioTokenFeature_Impl
 
AudioTokenFeatureExtractor - Class in backend.nlp.extractor
Extracts AudioToken features from the JCas.
AudioTokenFeatureExtractor() - Constructor for class backend.nlp.extractor.AudioTokenFeatureExtractor
 

B

backend.database - package backend.database
 
backend.export - package backend.export
 
backend.importer - package backend.importer
 
backend.linguisticFeatures - package backend.linguisticFeatures
 
backend.linguisticFeatures.Interface - package backend.linguisticFeatures.Interface
 
backend.linguisticFeatures.SubClasses - package backend.linguisticFeatures.SubClasses
 
backend.nlp - package backend.nlp
 
backend.nlp.extractor - package backend.nlp.extractor
 
backend.nlp.util - package backend.nlp.util
 
backend.plenarprotocol - package backend.plenarprotocol
 
backend.rest - package backend.rest
 
backend.speaker - package backend.speaker
 
backend.speaker.interfaces - package backend.speaker.interfaces
 
backend.speech - package backend.speech
 
backend.speech.interfaces - package backend.speech.interfaces
 
backend.speech.util - package backend.speech.util
 
backend.utility - package backend.utility
 

C

CALCULATED_TEXT - Enum constant in enum class backend.nlp.LinguisticFeaturePipeline.TypeOfImport
 
CALCULATED_TRANSCRIPT - Enum constant in enum class backend.nlp.LinguisticFeaturePipeline.TypeOfImport
 
calculateSentimentDistribution() - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
calculateStatistics() - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
calculateTopicCounts() - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
calculateTopicsSearchField() - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
close() - Method in class backend.database.MongoDBHandler
 
close() - Method in class backend.linguisticFeatures.LinguisticTranskriptDAO
 
close() - Method in class backend.linguisticFeatures.TopicDAO
 
close() - Method in class backend.utility.ComparisonService
 
ComparisonService - Class in backend.utility
 
ComparisonService() - Constructor for class backend.utility.ComparisonService
 
compile(String) - Static method in class backend.export.LatexCompiler
Kompiliert .tex-Code zu einer .pdf Datei
compileToByteArray(String) - Static method in class backend.export.LatexCompiler
 
connect() - Method in class backend.database.MongoDBHandler
 
count(Set<String>, String) - Method in class backend.speech.SpeechDAO
 
countBySpeakerId(String) - Method in class backend.speech.SpeechDAO
 
countDocuments(String, Bson) - Method in class backend.database.MongoDBHandler
 
countSpeeches(String, List<String>) - Method in class backend.speech.SpeechService
Zählt die Gesamtanzahl aller Reden, gefiltert nach einer Fraktion und/oder mehreren Topics
createAgenda(Document) - Static method in class backend.utility.Factory_impl
 
createAgenda(Document) - Static method in interface backend.utility.Factory
 
createLinguisticFeatures(LinguisticFeaturesAggregate_Impl) - Method in class backend.linguisticFeatures.LinguisticService
Erstellt ein neues LinguisticFeature und speichert es in der Datenbank.
createPlenarprotocol(Document) - Static method in class backend.utility.Factory_impl
 
createPlenarprotocol(Document) - Static method in interface backend.utility.Factory
 
createProtocol(Document) - Static method in class backend.utility.Factory_impl
 
createProtocol(Document) - Static method in interface backend.utility.Factory
 
CreateSearchCollections - Class in backend.database
 
CreateSearchCollections() - Constructor for class backend.database.CreateSearchCollections
 
createSpeaker(Document) - Static method in class backend.utility.Factory_impl
 
createSpeaker(Document) - Static method in interface backend.utility.Factory
 
createSpeech(Document) - Static method in class backend.utility.Factory_impl
 
createSpeech(Document) - Static method in interface backend.utility.Factory
 

D

dateFormat(Long) - Method in class backend.speech.Protocol_impl
 
DbSpeechImporter - Class in backend.nlp
Fetches speeches from the database and processes them with NLP pipelines.
DbSpeechImporter() - Constructor for class backend.nlp.DbSpeechImporter
Constructs a DbSpeechImporter with efficient connection pooling.
delete(String) - Method in class backend.linguisticFeatures.LinguisticDAO
 
delete(String) - Method in class backend.linguisticFeatures.LinguisticTranskriptDAO
 
delete(String) - Method in class backend.linguisticFeatures.TopicDAO
 
delete(String) - Method in class backend.speech.SpeechDAO
 
deleteDocuments(String, Bson) - Method in class backend.database.MongoDBHandler
 
deleteLinguisticFeatures(String) - Method in class backend.linguisticFeatures.LinguisticService
Löscht LinguisticFeatures anhand der documentId.
DependencyFeature_Impl - Class in backend.linguisticFeatures.SubClasses
 
DependencyFeature_Impl() - Constructor for class backend.linguisticFeatures.SubClasses.DependencyFeature_Impl
 
DependencyFeature_Impl(int, int, String, String, String, String) - Constructor for class backend.linguisticFeatures.SubClasses.DependencyFeature_Impl
 
DependencyFeatureExtractor - Class in backend.nlp.extractor
 
DependencyFeatureExtractor() - Constructor for class backend.nlp.extractor.DependencyFeatureExtractor
 

E

encodeVideoToBase64(File) - Static method in class backend.speech.util.VideoEncoder
Encodes a video file into a Base64-encoded string.
extract(JCas) - Method in class backend.nlp.extractor.AudioTokenFeatureExtractor
 
extract(JCas) - Method in class backend.nlp.extractor.DependencyFeatureExtractor
 
extract(JCas) - Method in interface backend.nlp.extractor.LinguisticFeatureExtractor
Extract linguistic features from a JCas instance.
extract(JCas) - Method in class backend.nlp.extractor.MetadataFeatureExtractor
 
extract(JCas) - Method in class backend.nlp.extractor.NamedEntityFeatureExtractor
 
extract(JCas) - Method in class backend.nlp.extractor.PosFeatureExtractor
 
extract(JCas) - Method in class backend.nlp.extractor.SentenceFeatureExtractor
 
extract(JCas) - Method in class backend.nlp.extractor.SentimentFeatureExtractor
 
extract(JCas) - Method in class backend.nlp.extractor.TokenFeatureExtractor
 
extract(JCas) - Method in class backend.nlp.extractor.TopicFeatureExtractor
 

F

Factory - Interface in backend.utility
 
Factory_impl - Class in backend.utility
Implementierung des Factory Interfaces
Factory_impl() - Constructor for class backend.utility.Factory_impl
 
findAll() - Method in class backend.speech.SpeechDAO
 
findAll(String) - Method in class backend.database.MongoDBHandler
Gibt alle Dokumente der angegebenen Collection zurück.
findAllPaginated(int, int, Set<String>, String, String) - Method in class backend.speech.SpeechDAO
 
findByDocumentId(String) - Method in class backend.linguisticFeatures.LinguisticDAO
Finds a LinguisticFeaturesAggregate_Impl object by documentId and converts lists back to maps.
findByDocumentId(String) - Method in class backend.linguisticFeatures.LinguisticTranskriptDAO
Finds a LinguisticFeaturesAggregate_Impl object by documentId and converts lists back to maps.
findById(String) - Method in class backend.speaker.SpeakerDAO
 
findById(String) - Method in class backend.speech.SpeechDAO
Findet eine Rede anhand der ID - ohne Video-Daten
findBySpeakerId(String) - Method in class backend.speech.SpeechDAO
 
findByTopic(String) - Method in class backend.linguisticFeatures.TopicDAO
Finds a document by documentId and returns it as a JSON string.
findDocuments(String, Bson) - Method in class backend.database.MongoDBHandler
 
findMissingLinguisticFeatureIds() - Method in class backend.utility.ComparisonService
 
findMissingLinguisticFeatureIds(int, boolean) - Method in class backend.utility.ComparisonService
 
findMissingLinguisticTranskriptFeatureIds() - Method in class backend.utility.ComparisonService
 
findMissingLinguisticTranskriptFeatureIds(int, boolean) - Method in class backend.utility.ComparisonService
 
findOne(String, Bson) - Method in class backend.database.MongoDBHandler
Gibt das erste Dokument zurück, das dem angegebenen Filter in der Collection entspricht.

G

get_id() - Method in interface backend.speaker.interfaces.Speaker
 
get_id() - Method in class backend.speaker.Speaker_impl
 
get_id() - Method in interface backend.speech.interfaces.ISpeech
 
get_id() - Method in class backend.speech.Speech_impl
 
getAgenda() - Method in interface backend.speech.interfaces.ISpeech
 
getAgenda() - Method in class backend.speech.Speech_impl
 
getAgendaSpeechesMap() - Method in class backend.plenarprotocol.Plenarprotocol_impl
 
getAkademischertitel() - Method in interface backend.speaker.interfaces.Speaker
 
getAkademischertitel() - Method in class backend.speaker.Speaker_impl
 
getAllMissingLinguisticFeatureIds() - Method in class backend.utility.ComparisonService
 
getAllMissingLinguisticFeatureIds(int, boolean) - Method in class backend.utility.ComparisonService
 
getAllProtocols() - Method in class backend.plenarprotocol.PlenarprotocolDAO
Gibt alle Protokolle zurück
getAllSpeakers() - Method in class backend.speaker.SpeakerService
 
getAllSpeeches() - Method in class backend.speech.SpeechService
 
getAllSpeechesPaginated(int, int, String, List<String>, String) - Method in class backend.speech.SpeechService
Liefert alle Reden paginiert zurück, mit Filter nach einer Fraktion und/oder mehreren Topics
getAllTopics() - Method in class backend.linguisticFeatures.TopicDAO
Returns all topics from the collection.
getAudioTokens() - Method in interface backend.linguisticFeatures.Interface.ILinguisticFeaturesAggregate
 
getAudioTokens() - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
getBegin() - Method in interface backend.linguisticFeatures.Interface.IAudioTokenFeature
 
getBegin() - Method in interface backend.linguisticFeatures.Interface.IDependencyFeature
 
getBegin() - Method in interface backend.linguisticFeatures.Interface.INamedEntityFeature
 
getBegin() - Method in interface backend.linguisticFeatures.Interface.IPosFeature
 
getBegin() - Method in interface backend.linguisticFeatures.Interface.ISentenceFeature
 
getBegin() - Method in interface backend.linguisticFeatures.Interface.ISentimentFeature
 
getBegin() - Method in interface backend.linguisticFeatures.Interface.ITokenFeature
 
getBegin() - Method in interface backend.linguisticFeatures.Interface.ITopicFeature
 
getBegin() - Method in class backend.linguisticFeatures.SubClasses.AudioTokenFeature_Impl
 
getBegin() - Method in class backend.linguisticFeatures.SubClasses.DependencyFeature_Impl
 
getBegin() - Method in class backend.linguisticFeatures.SubClasses.NamedEntityFeature_Impl
 
getBegin() - Method in class backend.linguisticFeatures.SubClasses.PosFeature_Impl
 
getBegin() - Method in class backend.linguisticFeatures.SubClasses.SentenceFeature_Impl
 
getBegin() - Method in class backend.linguisticFeatures.SubClasses.SentimentFeature_Impl
 
getBegin() - Method in class backend.linguisticFeatures.SubClasses.TokenFeature_Impl
 
getBegin() - Method in class backend.linguisticFeatures.SubClasses.TopicFeature_Impl
 
getBeruf() - Method in interface backend.speaker.interfaces.Speaker
 
getBeruf() - Method in class backend.speaker.Speaker_impl
 
getCoarsePos() - Method in interface backend.linguisticFeatures.Interface.IPosFeature
 
getCoarsePos() - Method in class backend.linguisticFeatures.SubClasses.PosFeature_Impl
 
getCollection(String) - Method in class backend.database.MongoDBHandler
Get a collection by name
getComposer() - Method in class backend.nlp.NlpPipelineService
Expose the internal DUUIComposer for multi-document processing.
getCoveredText() - Method in interface backend.linguisticFeatures.Interface.IAudioTokenFeature
 
getCoveredText() - Method in interface backend.linguisticFeatures.Interface.IDependencyFeature
 
getCoveredText() - Method in interface backend.linguisticFeatures.Interface.INamedEntityFeature
 
getCoveredText() - Method in interface backend.linguisticFeatures.Interface.IPosFeature
 
getCoveredText() - Method in interface backend.linguisticFeatures.Interface.ISentenceFeature
 
getCoveredText() - Method in interface backend.linguisticFeatures.Interface.ISentimentFeature
 
getCoveredText() - Method in interface backend.linguisticFeatures.Interface.ITokenFeature
 
getCoveredText() - Method in interface backend.linguisticFeatures.Interface.ITopicFeature
 
getCoveredText() - Method in class backend.linguisticFeatures.SubClasses.AudioTokenFeature_Impl
 
getCoveredText() - Method in class backend.linguisticFeatures.SubClasses.DependencyFeature_Impl
 
getCoveredText() - Method in class backend.linguisticFeatures.SubClasses.NamedEntityFeature_Impl
 
getCoveredText() - Method in class backend.linguisticFeatures.SubClasses.PosFeature_Impl
 
getCoveredText() - Method in class backend.linguisticFeatures.SubClasses.SentenceFeature_Impl
 
getCoveredText() - Method in class backend.linguisticFeatures.SubClasses.SentimentFeature_Impl
 
getCoveredText() - Method in class backend.linguisticFeatures.SubClasses.TokenFeature_Impl
 
getCoveredText() - Method in class backend.linguisticFeatures.SubClasses.TopicFeature_Impl
 
getDate() - Method in interface backend.speech.interfaces.IProtocol
 
getDate() - Method in class backend.speech.Protocol_impl
 
getDependencies() - Method in interface backend.linguisticFeatures.Interface.ILinguisticFeaturesAggregate
 
getDependencies() - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
getDependencyCounts() - Method in interface backend.linguisticFeatures.Interface.ILinguisticFeaturesAggregate
 
getDependencyCounts() - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
getDependencyType() - Method in interface backend.linguisticFeatures.Interface.IDependencyFeature
 
getDependencyType() - Method in class backend.linguisticFeatures.SubClasses.DependencyFeature_Impl
 
getDependent() - Method in interface backend.linguisticFeatures.Interface.IDependencyFeature
 
getDependent() - Method in class backend.linguisticFeatures.SubClasses.DependencyFeature_Impl
 
getDocumentFromCLass(LinguisticFeaturesAggregate_Impl) - Method in class backend.linguisticFeatures.LinguisticDAO
 
getDocumentFromCLass(LinguisticFeaturesAggregate_Impl) - Method in class backend.linguisticFeatures.LinguisticTranskriptDAO
 
getDocumentId() - Method in interface backend.linguisticFeatures.Interface.IMetadataFeature
 
getDocumentId() - Method in class backend.linguisticFeatures.SubClasses.MetadataFeature_Impl
 
getDocumentTitle() - Method in interface backend.linguisticFeatures.Interface.IMetadataFeature
 
getDocumentTitle() - Method in class backend.linguisticFeatures.SubClasses.MetadataFeature_Impl
 
getEnd() - Method in interface backend.linguisticFeatures.Interface.IAudioTokenFeature
 
getEnd() - Method in interface backend.linguisticFeatures.Interface.IDependencyFeature
 
getEnd() - Method in interface backend.linguisticFeatures.Interface.INamedEntityFeature
 
getEnd() - Method in interface backend.linguisticFeatures.Interface.IPosFeature
 
getEnd() - Method in interface backend.linguisticFeatures.Interface.ISentenceFeature
 
getEnd() - Method in interface backend.linguisticFeatures.Interface.ISentimentFeature
 
getEnd() - Method in interface backend.linguisticFeatures.Interface.ITokenFeature
 
getEnd() - Method in interface backend.linguisticFeatures.Interface.ITopicFeature
 
getEnd() - Method in class backend.linguisticFeatures.SubClasses.AudioTokenFeature_Impl
 
getEnd() - Method in class backend.linguisticFeatures.SubClasses.DependencyFeature_Impl
 
getEnd() - Method in class backend.linguisticFeatures.SubClasses.NamedEntityFeature_Impl
 
getEnd() - Method in class backend.linguisticFeatures.SubClasses.PosFeature_Impl
 
getEnd() - Method in class backend.linguisticFeatures.SubClasses.SentenceFeature_Impl
 
getEnd() - Method in class backend.linguisticFeatures.SubClasses.SentimentFeature_Impl
 
getEnd() - Method in class backend.linguisticFeatures.SubClasses.TokenFeature_Impl
 
getEnd() - Method in class backend.linguisticFeatures.SubClasses.TopicFeature_Impl
 
getEndtime() - Method in interface backend.speech.interfaces.IProtocol
 
getEndtime() - Method in class backend.speech.Protocol_impl
 
getFamilienstand() - Method in interface backend.speaker.interfaces.Speaker
 
getFamilienstand() - Method in class backend.speaker.Speaker_impl
 
getFirstName() - Method in interface backend.speaker.interfaces.Speaker
 
getFirstName() - Method in class backend.speaker.Speaker_impl
 
getGeburtsdatum() - Method in interface backend.speaker.interfaces.Speaker
 
getGeburtsdatum() - Method in class backend.speaker.Speaker_impl
 
getGeburtsort() - Method in interface backend.speaker.interfaces.Speaker
 
getGeburtsort() - Method in class backend.speaker.Speaker_impl
 
getGeschlecht() - Method in interface backend.speaker.interfaces.Speaker
 
getGeschlecht() - Method in class backend.speaker.Speaker_impl
 
getGovernor() - Method in interface backend.linguisticFeatures.Interface.IDependencyFeature
 
getGovernor() - Method in class backend.linguisticFeatures.SubClasses.DependencyFeature_Impl
 
getGridFSBucket() - Method in class backend.database.MongoDBHandler
 
getId() - Method in interface backend.plenarprotocol.IPlenarprotocol
 
getId() - Method in class backend.plenarprotocol.Plenarprotocol_impl
Gibt die Protokoll ID zurück.
getId() - Method in class backend.speech.Agenda_impl
 
getId() - Method in interface backend.speech.interfaces.IAgenda
 
getImageData() - Method in interface backend.speaker.interfaces.Speaker
 
getImageData() - Method in class backend.speaker.Speaker_impl
 
getImageUrl() - Method in interface backend.speaker.interfaces.Speaker
 
getImageUrl() - Method in class backend.speaker.Speaker_impl
 
getIndex() - Method in class backend.speech.Agenda_impl
 
getIndex() - Method in interface backend.speech.interfaces.IAgenda
 
getIndex() - Method in interface backend.speech.interfaces.IProtocol
 
getIndex() - Method in class backend.speech.Protocol_impl
 
getInstance() - Static method in class backend.database.MongoDBHandler
Get the singleton instance with connection pooling
getJavalinPort() - Method in class backend.rest.JavalinConfig
 
getLanguage() - Method in interface backend.linguisticFeatures.Interface.IMetadataFeature
 
getLanguage() - Method in class backend.linguisticFeatures.SubClasses.MetadataFeature_Impl
 
getLemma() - Method in interface backend.linguisticFeatures.Interface.ITokenFeature
 
getLemma() - Method in class backend.linguisticFeatures.SubClasses.TokenFeature_Impl
 
getLemmaFrequency() - Method in interface backend.linguisticFeatures.Interface.ILinguisticFeaturesAggregate
 
getLemmaFrequency() - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
getLinguisticFeatures(String) - Method in class backend.linguisticFeatures.LinguisticService
Ruft ein LinguisticFeature anhand der documentId ab.
getLinguisticFeaturesCollection() - Method in class backend.database.MongoDBHandler
 
getLinguisticFeaturesTranskriptCollection() - Method in class backend.database.MongoDBHandler
 
getMaxProtocolIndex() - Method in class backend.plenarprotocol.PlenarprotocolDAO
Simple implementation using find().sort().limit(1) with projection This is more efficient for large collections as it only retrieves the needed field
getMemberships() - Method in interface backend.speaker.interfaces.Speaker
 
getMemberships() - Method in class backend.speaker.Speaker_impl
 
getMetadata() - Method in interface backend.linguisticFeatures.Interface.ILinguisticFeaturesAggregate
 
getMetadata() - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
getName() - Method in interface backend.speaker.interfaces.Speaker
 
getName() - Method in class backend.speaker.Speaker_impl
 
getNamedEntities() - Method in interface backend.linguisticFeatures.Interface.ILinguisticFeaturesAggregate
 
getNamedEntities() - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
getNamedEntityCounts() - Method in interface backend.linguisticFeatures.Interface.ILinguisticFeaturesAggregate
 
getNamedEntityCounts() - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
getNegScore() - Method in interface backend.linguisticFeatures.Interface.ISentimentFeature
 
getNegScore() - Method in class backend.linguisticFeatures.SubClasses.SentimentFeature_Impl
 
getNeuScore() - Method in interface backend.linguisticFeatures.Interface.ISentimentFeature
 
getNeuScore() - Method in class backend.linguisticFeatures.SubClasses.SentimentFeature_Impl
 
getOverallSentiment() - Method in interface backend.linguisticFeatures.Interface.ILinguisticFeaturesAggregate
 
getOverallSentiment() - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
getParty() - Method in interface backend.speaker.interfaces.Speaker
 
getParty() - Method in class backend.speaker.Speaker_impl
 
getPlace() - Method in interface backend.speech.interfaces.IProtocol
 
getPlace() - Method in class backend.speech.Protocol_impl
 
getPlenarprotocolsCollection() - Method in class backend.database.MongoDBHandler
 
getPos() - Method in interface backend.linguisticFeatures.Interface.IPosFeature
 
getPos() - Method in interface backend.linguisticFeatures.Interface.ITokenFeature
 
getPos() - Method in class backend.linguisticFeatures.SubClasses.PosFeature_Impl
 
getPos() - Method in class backend.linguisticFeatures.SubClasses.TokenFeature_Impl
 
getPosCounts() - Method in interface backend.linguisticFeatures.Interface.ILinguisticFeaturesAggregate
 
getPosCounts() - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
getPosCountsCoarse() - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
getPosFeatures() - Method in interface backend.linguisticFeatures.Interface.ILinguisticFeaturesAggregate
 
getPosFeatures() - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
getPosScore() - Method in interface backend.linguisticFeatures.Interface.ISentimentFeature
 
getPosScore() - Method in class backend.linguisticFeatures.SubClasses.SentimentFeature_Impl
 
getProtocol() - Method in interface backend.plenarprotocol.IPlenarprotocol
 
getProtocol() - Method in class backend.plenarprotocol.Plenarprotocol_impl
Gibt die Protokolldaten zurück.
getProtocol() - Method in interface backend.speech.interfaces.ISpeech
 
getProtocol() - Method in class backend.speech.Speech_impl
 
getProtocolById(String) - Method in class backend.plenarprotocol.PlenarprotocolDAO
Gibt das Protokoll anhand der ID zurück
getProtocolsAmount() - Method in class backend.plenarprotocol.PlenarprotocolDAO
Gibt Anzahl der Protokolle zurück
getRedeId() - Method in interface backend.linguisticFeatures.Interface.ILinguisticFeaturesAggregate
 
getRedeId() - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
getReligion() - Method in interface backend.speaker.interfaces.Speaker
 
getReligion() - Method in class backend.speaker.Speaker_impl
 
getSafeCoveredText(Annotation, String) - Static method in class backend.nlp.util.SafeCoveredTextExtractor
 
getSafeEnd(Annotation, String) - Static method in class backend.nlp.util.SafeCoveredTextExtractor
 
getScore() - Method in interface backend.linguisticFeatures.Interface.ITopicFeature
 
getScore() - Method in class backend.linguisticFeatures.SubClasses.TopicFeature_Impl
 
getSentences() - Method in interface backend.linguisticFeatures.Interface.ILinguisticFeaturesAggregate
 
getSentences() - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
getSentiment() - Method in interface backend.linguisticFeatures.Interface.ISentimentFeature
 
getSentiment() - Method in class backend.linguisticFeatures.SubClasses.SentimentFeature_Impl
 
getSentimentDistribution() - Method in interface backend.linguisticFeatures.Interface.ILinguisticFeaturesAggregate
 
getSentimentDistribution() - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
getSentiments() - Method in interface backend.linguisticFeatures.Interface.ILinguisticFeaturesAggregate
 
getSentiments() - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
getSpeaker() - Method in interface backend.speech.interfaces.ISpeech
 
getSpeaker() - Method in class backend.speech.Speech_impl
 
getSpeakerByID(String) - Method in class backend.speaker.SpeakerService
 
getSpeakerCollection() - Method in class backend.database.MongoDBHandler
 
getSpeakerObject() - Method in interface backend.speech.interfaces.ISpeech
 
getSpeakerObject() - Method in class backend.speech.Speech_impl
 
getSpeechById(String) - Method in class backend.speech.SpeechService
 
getSpeechCollection() - Method in class backend.database.MongoDBHandler
 
getSpeechCountBySpeakerId(String) - Method in class backend.speaker.SpeakerService
 
getSpeechDAO() - Method in class backend.speech.LoadVideoFromGridFS
Get the speech DAO instance.
getSpeeches() - Method in interface backend.plenarprotocol.IPlenarprotocol
 
getSpeeches() - Method in class backend.plenarprotocol.Plenarprotocol_impl
Gibt die Liste der Reden zurück
getSpeechesBySpeaker(String) - Method in class backend.speaker.SpeakerService
 
getSpeechesByTopic(String) - Method in class backend.linguisticFeatures.TopicDAO
Returns a list of speeches by topic.
getSpeechesByTopics(List<String>) - Method in class backend.linguisticFeatures.TopicDAO
 
getSpeechIdsByTopics(List<String>) - Method in class backend.linguisticFeatures.TopicDAO
Findet alle Reden-IDs für mehrere Topics.
getStarttime() - Method in interface backend.speech.interfaces.IProtocol
 
getStarttime() - Method in class backend.speech.Protocol_impl
 
getSterbedatum() - Method in interface backend.speaker.interfaces.Speaker
 
getSterbedatum() - Method in class backend.speaker.Speaker_impl
 
getSubjectivity() - Method in interface backend.linguisticFeatures.Interface.ISentimentFeature
 
getSubjectivity() - Method in class backend.linguisticFeatures.SubClasses.SentimentFeature_Impl
 
getText() - Method in interface backend.speech.interfaces.ISpeech
 
getText() - Method in class backend.speech.Speech_impl
 
getTextContent() - Method in interface backend.speech.interfaces.ISpeech
 
getTextContent() - Method in class backend.speech.Speech_impl
 
getTimeEnd() - Method in interface backend.linguisticFeatures.Interface.IAudioTokenFeature
 
getTimeEnd() - Method in class backend.linguisticFeatures.SubClasses.AudioTokenFeature_Impl
 
getTimeStart() - Method in interface backend.linguisticFeatures.Interface.IAudioTokenFeature
 
getTimeStart() - Method in class backend.linguisticFeatures.SubClasses.AudioTokenFeature_Impl
 
getTitle() - Method in interface backend.speaker.interfaces.Speaker
 
getTitle() - Method in class backend.speaker.Speaker_impl
 
getTitle() - Method in class backend.speech.Agenda_impl
 
getTitle() - Method in interface backend.speech.interfaces.IAgenda
 
getTitle() - Method in interface backend.speech.interfaces.IProtocol
 
getTitle() - Method in class backend.speech.Protocol_impl
 
getTokens() - Method in interface backend.linguisticFeatures.Interface.ILinguisticFeaturesAggregate
 
getTokens() - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
getTopicCounts() - Method in interface backend.linguisticFeatures.Interface.ILinguisticFeaturesAggregate
 
getTopicCounts() - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
getTopics() - Method in interface backend.linguisticFeatures.Interface.ILinguisticFeaturesAggregate
 
getTopics() - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
getTopicsCollection() - Method in class backend.database.MongoDBHandler
 
getTopicsSearchField() - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
getType() - Method in interface backend.linguisticFeatures.Interface.INamedEntityFeature
 
getType() - Method in class backend.linguisticFeatures.SubClasses.NamedEntityFeature_Impl
 
getValue() - Method in interface backend.linguisticFeatures.Interface.ITopicFeature
 
getValue() - Method in class backend.linguisticFeatures.SubClasses.TopicFeature_Impl
 
getVideoBase64(Speech_impl) - Method in class backend.speech.LoadVideoFromGridFS
Retrieves a video from GridFS and returns it as a Base64-encoded string with its MIME type.
getVideoFileId() - Method in class backend.speech.Speech_impl
Gibt die Video ID zurück.
getVideoId() - Method in class backend.speech.Speech_impl
Gibt die Video-ID zurück.
getVideoUrl() - Method in class backend.speech.Speech_impl
Gibt die Video-URL zurück.
getVita() - Method in interface backend.speaker.interfaces.Speaker
 
getVita() - Method in class backend.speaker.Speaker_impl
 
getWp() - Method in interface backend.speech.interfaces.IProtocol
 
getWp() - Method in class backend.speech.Protocol_impl
 

I

IAgenda - Interface in backend.speech.interfaces
Interface für Agenda.
IAudioTokenFeature - Interface in backend.linguisticFeatures.Interface
 
IDependencyFeature - Interface in backend.linguisticFeatures.Interface
 
ILinguisticFeaturesAggregate - Interface in backend.linguisticFeatures.Interface
 
IMetadataFeature - Interface in backend.linguisticFeatures.Interface
 
importAllProtocols() - Method in class backend.importer.ImportHandler
 
importAnnotations(String) - Method in class backend.nlp.XmiAnnotationImporter
Reads all XMI files from the external folder and loads these annotations into a JCas object.
ImporterPlenarprotocol - Class in backend.importer
PlenarprotocolImporter – Dieses Skript erstellt eine neue Collection "plenarprotocol".
ImporterPlenarprotocol() - Constructor for class backend.importer.ImporterPlenarprotocol
 
ImportHandler - Class in backend.importer
 
ImportHandler(int) - Constructor for class backend.importer.ImportHandler
 
ImportPictures - Class in backend.importer
 
ImportPictures() - Constructor for class backend.importer.ImportPictures
 
ImportSpeaker - Class in backend.importer
ImportSpeaker – Importiert Abgeordneten-Stammdaten aus der MDB_STAMMDATEN.XML in eine MongoDB-Datenbank.
ImportSpeaker() - Constructor for class backend.importer.ImportSpeaker
 
importSpeeches(List<String>, boolean) - Method in class backend.nlp.DbSpeechImporter
Fetches speeches concurrently by provided speech IDs and processes them.
ImportVideos - Class in backend.importer
Import-Tool zum Extrahieren von Video-Links aus den Bundestag-Protokollen und Verlinken mit den entsprechenden Reden in der Speech-Collection.
ImportVideos() - Constructor for class backend.importer.ImportVideos
 
INamedEntityFeature - Interface in backend.linguisticFeatures.Interface
 
insertDocument(String, Document) - Method in class backend.database.MongoDBHandler
 
IPlenarprotocol - Interface in backend.plenarprotocol
Interface Plenarprotokoll.
IPosFeature - Interface in backend.linguisticFeatures.Interface
 
IProtocol - Interface in backend.speech.interfaces
Interface für Protocol.
ISentenceFeature - Interface in backend.linguisticFeatures.Interface
 
ISentimentFeature - Interface in backend.linguisticFeatures.Interface
 
ISpeech - Interface in backend.speech.interfaces
Interface für Speech
ITokenFeature - Interface in backend.linguisticFeatures.Interface
 
ITopicFeature - Interface in backend.linguisticFeatures.Interface
 

J

JavalinConfig - Class in backend.rest
 
JavalinConfig(String) - Constructor for class backend.rest.JavalinConfig
 
JCasAnnotationPrinter - Class in backend.nlp.util
 
JCasAnnotationPrinter() - Constructor for class backend.nlp.util.JCasAnnotationPrinter
 

L

LatexCompiler - Class in backend.export
Kompiliert .tex-Code zu .pdf Dateien
LatexCompiler() - Constructor for class backend.export.LatexCompiler
 
LinguisticDAO - Class in backend.linguisticFeatures
 
LinguisticDAO() - Constructor for class backend.linguisticFeatures.LinguisticDAO
Default constructor that uses the pooled connection.
LinguisticFeatureExtractor<T> - Interface in backend.nlp.extractor
Interface for extracting linguistic features from a JCas instance.
LinguisticFeaturePipeline - Class in backend.nlp
Pipeline zur Verarbeitung und Speicherung linguistischer Features.
LinguisticFeaturePipeline(LinguisticDAO, LinguisticTranskriptDAO) - Constructor for class backend.nlp.LinguisticFeaturePipeline
 
LinguisticFeaturePipeline.TypeOfImport - Enum Class in backend.nlp
 
LinguisticFeaturesAggregate_Impl - Class in backend.linguisticFeatures
 
LinguisticFeaturesAggregate_Impl() - Constructor for class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
LinguisticService - Class in backend.linguisticFeatures
 
LinguisticService() - Constructor for class backend.linguisticFeatures.LinguisticService
Initialisiert den Service und setzt die DAO.
LinguisticTranskriptDAO - Class in backend.linguisticFeatures
 
LinguisticTranskriptDAO() - Constructor for class backend.linguisticFeatures.LinguisticTranskriptDAO
Default constructor that uses the pooled connection.
loadAll() - Method in class backend.speaker.SpeakerDAO
 
loadVideo(ObjectId) - Method in class backend.speech.LoadVideoFromGridFS
Loads a video file by its GridFS ID and returns it as a byte array.
LoadVideoFromGridFS - Class in backend.speech
Class for loading video files from MongoDB GridFS.
LoadVideoFromGridFS() - Constructor for class backend.speech.LoadVideoFromGridFS
Default constructor that uses the pooled connection
LoadVideoFromGridFS(MongoDBHandler) - Constructor for class backend.speech.LoadVideoFromGridFS
Constructor that takes a specific MongoDB handler

M

main(String[]) - Static method in class backend.database.CreateSearchCollections
 
main(String[]) - Static method in class backend.importer.ImporterPlenarprotocol
 
main(String[]) - Static method in class backend.importer.ImportHandler
 
main(String[]) - Static method in class backend.importer.ImportPictures
 
main(String[]) - Static method in class backend.importer.ImportSpeaker
 
main(String[]) - Static method in class backend.importer.ImportVideos
 
main(String[]) - Static method in class backend.importer.MergeSpeakerInfo
 
main(String[]) - Static method in class backend.nlp.DbSpeechImporter
Main method for testing the importer
main(String[]) - Static method in class backend.nlp.util.ResourceExtractor
 
main(String[]) - Static method in class backend.nlp.XmiAnnotationImporter
 
main(String[]) - Static method in class backend.speech.LoadVideoFromGridFS
Example usage of this class.
main(String[]) - Static method in class backend.speech.util.VideoEncoder
Main method for testing the functionality.
main(String[]) - Static method in class Main
 
Main - Class in Unnamed Package
 
Main() - Constructor for class Main
 
MergeSpeakerInfo - Class in backend.importer
 
MergeSpeakerInfo() - Constructor for class backend.importer.MergeSpeakerInfo
 
MetadataFeature_Impl - Class in backend.linguisticFeatures.SubClasses
 
MetadataFeature_Impl() - Constructor for class backend.linguisticFeatures.SubClasses.MetadataFeature_Impl
 
MetadataFeature_Impl(String, String, String) - Constructor for class backend.linguisticFeatures.SubClasses.MetadataFeature_Impl
 
MetadataFeatureExtractor - Class in backend.nlp.extractor
 
MetadataFeatureExtractor() - Constructor for class backend.nlp.extractor.MetadataFeatureExtractor
 
MongoDBHandler - Class in backend.database
 
MongoDBHandler() - Constructor for class backend.database.MongoDBHandler
Standardkonstruktor
MultiplePlenarprotocolsExporter - Class in backend.export
 
MultiplePlenarprotocolsExporter() - Constructor for class backend.export.MultiplePlenarprotocolsExporter
 

N

NamedEntityFeature_Impl - Class in backend.linguisticFeatures.SubClasses
 
NamedEntityFeature_Impl() - Constructor for class backend.linguisticFeatures.SubClasses.NamedEntityFeature_Impl
 
NamedEntityFeature_Impl(int, int, String, String) - Constructor for class backend.linguisticFeatures.SubClasses.NamedEntityFeature_Impl
 
NamedEntityFeatureExtractor - Class in backend.nlp.extractor
 
NamedEntityFeatureExtractor() - Constructor for class backend.nlp.extractor.NamedEntityFeatureExtractor
 
NlpPipelineService - Class in backend.nlp
 
NlpPipelineService(NlpPipelineService.DocumentType) - Constructor for class backend.nlp.NlpPipelineService
 
NlpPipelineService.DocumentType - Enum Class in backend.nlp
 

P

parseDocument(Document) - Method in class backend.linguisticFeatures.LinguisticDAO
 
parseDocument(Document) - Method in class backend.linguisticFeatures.LinguisticTranskriptDAO
 
PeriodicTask - Class in backend.utility
 
PeriodicTask() - Constructor for class backend.utility.PeriodicTask
 
Plenarprotocol_impl - Class in backend.plenarprotocol
 
Plenarprotocol_impl(String, IProtocol, List<ISpeech>) - Constructor for class backend.plenarprotocol.Plenarprotocol_impl
 
PlenarprotocolDAO - Class in backend.plenarprotocol
DAO für Plenarprotokolle
PlenarprotocolDAO() - Constructor for class backend.plenarprotocol.PlenarprotocolDAO
Alternative Konstruktor.
PlenarprotocolDAO(MongoDBHandler) - Constructor for class backend.plenarprotocol.PlenarprotocolDAO
Standardkonstruktor.
PosFeature_Impl - Class in backend.linguisticFeatures.SubClasses
 
PosFeature_Impl() - Constructor for class backend.linguisticFeatures.SubClasses.PosFeature_Impl
 
PosFeature_Impl(int, int, String, String, String) - Constructor for class backend.linguisticFeatures.SubClasses.PosFeature_Impl
 
PosFeatureExtractor - Class in backend.nlp.extractor
 
PosFeatureExtractor() - Constructor for class backend.nlp.extractor.PosFeatureExtractor
 
printAnnotationsFromAllViews(JCas, boolean) - Static method in class backend.nlp.util.JCasAnnotationPrinter
Durchläuft alle Views im übergebenen JCas, gibt den Namen (Sofa-Name) des Views und alle darin enthaltenen Annotationen (Typ und abgedeckter Text) aus.
processCas(JCas) - Method in class backend.nlp.NlpPipelineService
 
processProtocol(String) - Method in class backend.importer.ImportHandler
 
Protocol_impl - Class in backend.speech
 
Protocol_impl(Long, Long, Long, Integer, String, String, Integer) - Constructor for class backend.speech.Protocol_impl
 
PROVIDED - Enum constant in enum class backend.nlp.LinguisticFeaturePipeline.TypeOfImport
 

R

registerRoutes(Javalin) - Static method in class backend.rest.RESTHandler
Registriert die REST-Routen
removeOverallTextTopics() - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
ResourceExtractor - Class in backend.nlp.util
 
ResourceExtractor() - Constructor for class backend.nlp.util.ResourceExtractor
 
RESTHandler - Class in backend.rest
Definition der REST-Endpunkte
RESTHandler() - Constructor for class backend.rest.RESTHandler
 

S

SafeCoveredTextExtractor - Class in backend.nlp.util
 
SafeCoveredTextExtractor() - Constructor for class backend.nlp.util.SafeCoveredTextExtractor
 
save(LinguisticFeaturesAggregate_Impl) - Method in class backend.linguisticFeatures.LinguisticDAO
Saves a LinguisticFeaturesAggregate_Impl object to MongoDB, ensuring problematic maps are converted to list structures.
save(LinguisticFeaturesAggregate_Impl) - Method in class backend.linguisticFeatures.LinguisticTranskriptDAO
Saves a LinguisticFeaturesAggregate_Impl object to MongoDB, ensuring problematic maps are converted to list structures.
save(String) - Method in class backend.linguisticFeatures.TopicDAO
Saves a JSON string to MongoDB.
SentenceFeature_Impl - Class in backend.linguisticFeatures.SubClasses
 
SentenceFeature_Impl() - Constructor for class backend.linguisticFeatures.SubClasses.SentenceFeature_Impl
 
SentenceFeature_Impl(int, int, String) - Constructor for class backend.linguisticFeatures.SubClasses.SentenceFeature_Impl
 
SentenceFeatureExtractor - Class in backend.nlp.extractor
 
SentenceFeatureExtractor() - Constructor for class backend.nlp.extractor.SentenceFeatureExtractor
 
SentimentFeature_Impl - Class in backend.linguisticFeatures.SubClasses
 
SentimentFeature_Impl() - Constructor for class backend.linguisticFeatures.SubClasses.SentimentFeature_Impl
 
SentimentFeature_Impl(int, int, String, double, double, double, double, double) - Constructor for class backend.linguisticFeatures.SubClasses.SentimentFeature_Impl
 
SentimentFeatureExtractor - Class in backend.nlp.extractor
 
SentimentFeatureExtractor() - Constructor for class backend.nlp.extractor.SentimentFeatureExtractor
 
set_id(String) - Method in interface backend.speaker.interfaces.Speaker
 
set_id(String) - Method in class backend.speaker.Speaker_impl
 
set_id(String) - Method in interface backend.speech.interfaces.ISpeech
Setzt ID Speech
set_id(String) - Method in class backend.speech.Speech_impl
 
setAgenda(IAgenda) - Method in interface backend.speech.interfaces.ISpeech
Setzt Agenda Speech
setAgenda(IAgenda) - Method in class backend.speech.Speech_impl
 
setAkademischertitel(String) - Method in interface backend.speaker.interfaces.Speaker
 
setAkademischertitel(String) - Method in class backend.speaker.Speaker_impl
 
setAudioTokens(List<IAudioTokenFeature>) - Method in interface backend.linguisticFeatures.Interface.ILinguisticFeaturesAggregate
 
setAudioTokens(List<IAudioTokenFeature>) - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
setBegin(int) - Method in interface backend.linguisticFeatures.Interface.IAudioTokenFeature
 
setBegin(int) - Method in interface backend.linguisticFeatures.Interface.IDependencyFeature
 
setBegin(int) - Method in interface backend.linguisticFeatures.Interface.INamedEntityFeature
 
setBegin(int) - Method in interface backend.linguisticFeatures.Interface.IPosFeature
 
setBegin(int) - Method in interface backend.linguisticFeatures.Interface.ISentenceFeature
 
setBegin(int) - Method in interface backend.linguisticFeatures.Interface.ISentimentFeature
 
setBegin(int) - Method in interface backend.linguisticFeatures.Interface.ITokenFeature
 
setBegin(int) - Method in interface backend.linguisticFeatures.Interface.ITopicFeature
 
setBegin(int) - Method in class backend.linguisticFeatures.SubClasses.AudioTokenFeature_Impl
 
setBegin(int) - Method in class backend.linguisticFeatures.SubClasses.DependencyFeature_Impl
 
setBegin(int) - Method in class backend.linguisticFeatures.SubClasses.NamedEntityFeature_Impl
 
setBegin(int) - Method in class backend.linguisticFeatures.SubClasses.PosFeature_Impl
 
setBegin(int) - Method in class backend.linguisticFeatures.SubClasses.SentenceFeature_Impl
 
setBegin(int) - Method in class backend.linguisticFeatures.SubClasses.SentimentFeature_Impl
 
setBegin(int) - Method in class backend.linguisticFeatures.SubClasses.TokenFeature_Impl
 
setBegin(int) - Method in class backend.linguisticFeatures.SubClasses.TopicFeature_Impl
 
setBeruf(String) - Method in interface backend.speaker.interfaces.Speaker
 
setBeruf(String) - Method in class backend.speaker.Speaker_impl
 
setCoarsePos(String) - Method in interface backend.linguisticFeatures.Interface.IPosFeature
 
setCoarsePos(String) - Method in class backend.linguisticFeatures.SubClasses.PosFeature_Impl
 
setCoveredText(String) - Method in interface backend.linguisticFeatures.Interface.IAudioTokenFeature
 
setCoveredText(String) - Method in interface backend.linguisticFeatures.Interface.IDependencyFeature
 
setCoveredText(String) - Method in interface backend.linguisticFeatures.Interface.INamedEntityFeature
 
setCoveredText(String) - Method in interface backend.linguisticFeatures.Interface.IPosFeature
 
setCoveredText(String) - Method in interface backend.linguisticFeatures.Interface.ISentenceFeature
 
setCoveredText(String) - Method in interface backend.linguisticFeatures.Interface.ISentimentFeature
 
setCoveredText(String) - Method in interface backend.linguisticFeatures.Interface.ITokenFeature
 
setCoveredText(String) - Method in interface backend.linguisticFeatures.Interface.ITopicFeature
 
setCoveredText(String) - Method in class backend.linguisticFeatures.SubClasses.AudioTokenFeature_Impl
 
setCoveredText(String) - Method in class backend.linguisticFeatures.SubClasses.DependencyFeature_Impl
 
setCoveredText(String) - Method in class backend.linguisticFeatures.SubClasses.NamedEntityFeature_Impl
 
setCoveredText(String) - Method in class backend.linguisticFeatures.SubClasses.PosFeature_Impl
 
setCoveredText(String) - Method in class backend.linguisticFeatures.SubClasses.SentenceFeature_Impl
 
setCoveredText(String) - Method in class backend.linguisticFeatures.SubClasses.SentimentFeature_Impl
 
setCoveredText(String) - Method in class backend.linguisticFeatures.SubClasses.TokenFeature_Impl
 
setCoveredText(String) - Method in class backend.linguisticFeatures.SubClasses.TopicFeature_Impl
 
setDate(Long) - Method in interface backend.speech.interfaces.IProtocol
Setzt Datum Protocol.
setDate(Long) - Method in class backend.speech.Protocol_impl
 
setDependencies(List<IDependencyFeature>) - Method in interface backend.linguisticFeatures.Interface.ILinguisticFeaturesAggregate
 
setDependencies(List<IDependencyFeature>) - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
setDependencyCounts(Map<String, Integer>) - Method in interface backend.linguisticFeatures.Interface.ILinguisticFeaturesAggregate
 
setDependencyCounts(Map<String, Integer>) - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
setDependencyType(String) - Method in interface backend.linguisticFeatures.Interface.IDependencyFeature
 
setDependencyType(String) - Method in class backend.linguisticFeatures.SubClasses.DependencyFeature_Impl
 
setDependent(String) - Method in interface backend.linguisticFeatures.Interface.IDependencyFeature
 
setDependent(String) - Method in class backend.linguisticFeatures.SubClasses.DependencyFeature_Impl
 
setDocumentId(String) - Method in interface backend.linguisticFeatures.Interface.IMetadataFeature
 
setDocumentId(String) - Method in class backend.linguisticFeatures.SubClasses.MetadataFeature_Impl
 
setDocumentTitle(String) - Method in interface backend.linguisticFeatures.Interface.IMetadataFeature
 
setDocumentTitle(String) - Method in class backend.linguisticFeatures.SubClasses.MetadataFeature_Impl
 
setEnd(int) - Method in interface backend.linguisticFeatures.Interface.IAudioTokenFeature
 
setEnd(int) - Method in interface backend.linguisticFeatures.Interface.IDependencyFeature
 
setEnd(int) - Method in interface backend.linguisticFeatures.Interface.INamedEntityFeature
 
setEnd(int) - Method in interface backend.linguisticFeatures.Interface.IPosFeature
 
setEnd(int) - Method in interface backend.linguisticFeatures.Interface.ISentenceFeature
 
setEnd(int) - Method in interface backend.linguisticFeatures.Interface.ISentimentFeature
 
setEnd(int) - Method in interface backend.linguisticFeatures.Interface.ITokenFeature
 
setEnd(int) - Method in interface backend.linguisticFeatures.Interface.ITopicFeature
 
setEnd(int) - Method in class backend.linguisticFeatures.SubClasses.AudioTokenFeature_Impl
 
setEnd(int) - Method in class backend.linguisticFeatures.SubClasses.DependencyFeature_Impl
 
setEnd(int) - Method in class backend.linguisticFeatures.SubClasses.NamedEntityFeature_Impl
 
setEnd(int) - Method in class backend.linguisticFeatures.SubClasses.PosFeature_Impl
 
setEnd(int) - Method in class backend.linguisticFeatures.SubClasses.SentenceFeature_Impl
 
setEnd(int) - Method in class backend.linguisticFeatures.SubClasses.SentimentFeature_Impl
 
setEnd(int) - Method in class backend.linguisticFeatures.SubClasses.TokenFeature_Impl
 
setEnd(int) - Method in class backend.linguisticFeatures.SubClasses.TopicFeature_Impl
 
setEndtime(Long) - Method in interface backend.speech.interfaces.IProtocol
Setzt Endzeit Protocol.
setEndtime(Long) - Method in class backend.speech.Protocol_impl
 
setFamilienstand(String) - Method in interface backend.speaker.interfaces.Speaker
 
setFamilienstand(String) - Method in class backend.speaker.Speaker_impl
 
setFirstName(String) - Method in interface backend.speaker.interfaces.Speaker
 
setFirstName(String) - Method in class backend.speaker.Speaker_impl
 
setGeburtsdatum(LocalDate) - Method in interface backend.speaker.interfaces.Speaker
 
setGeburtsdatum(LocalDate) - Method in class backend.speaker.Speaker_impl
 
setGeburtsort(String) - Method in interface backend.speaker.interfaces.Speaker
 
setGeburtsort(String) - Method in class backend.speaker.Speaker_impl
 
setGeschlecht(String) - Method in interface backend.speaker.interfaces.Speaker
 
setGeschlecht(String) - Method in class backend.speaker.Speaker_impl
 
setGovernor(String) - Method in interface backend.linguisticFeatures.Interface.IDependencyFeature
 
setGovernor(String) - Method in class backend.linguisticFeatures.SubClasses.DependencyFeature_Impl
 
setId(String) - Method in interface backend.plenarprotocol.IPlenarprotocol
 
setId(String) - Method in class backend.plenarprotocol.Plenarprotocol_impl
Setzt die Protokoll ID.
setId(String) - Method in class backend.speech.Agenda_impl
 
setId(String) - Method in interface backend.speech.interfaces.IAgenda
Setzt ID Agenda.
setImageData(String) - Method in interface backend.speaker.interfaces.Speaker
 
setImageData(String) - Method in class backend.speaker.Speaker_impl
 
setImageUrl(String) - Method in interface backend.speaker.interfaces.Speaker
 
setImageUrl(String) - Method in class backend.speaker.Speaker_impl
 
setIndex(Integer) - Method in interface backend.speech.interfaces.IProtocol
Setzt Index Protocol.
setIndex(Integer) - Method in class backend.speech.Protocol_impl
 
setIndex(String) - Method in class backend.speech.Agenda_impl
 
setIndex(String) - Method in interface backend.speech.interfaces.IAgenda
Setzt Index
setLanguage(String) - Method in interface backend.linguisticFeatures.Interface.IMetadataFeature
 
setLanguage(String) - Method in class backend.linguisticFeatures.SubClasses.MetadataFeature_Impl
 
setLemma(double) - Method in interface backend.linguisticFeatures.Interface.IAudioTokenFeature
 
setLemma(double) - Method in class backend.linguisticFeatures.SubClasses.AudioTokenFeature_Impl
 
setLemma(String) - Method in interface backend.linguisticFeatures.Interface.ITokenFeature
 
setLemma(String) - Method in class backend.linguisticFeatures.SubClasses.TokenFeature_Impl
 
setLemmaFrequency(Map<String, Integer>) - Method in interface backend.linguisticFeatures.Interface.ILinguisticFeaturesAggregate
 
setLemmaFrequency(Map<String, Integer>) - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
setMemberships(Object) - Method in interface backend.speaker.interfaces.Speaker
 
setMemberships(Object) - Method in class backend.speaker.Speaker_impl
 
setMemberships(Set<Object>) - Method in interface backend.speaker.interfaces.Speaker
 
setMemberships(Set<Object>) - Method in class backend.speaker.Speaker_impl
 
setMetadata(IMetadataFeature) - Method in interface backend.linguisticFeatures.Interface.ILinguisticFeaturesAggregate
 
setMetadata(IMetadataFeature) - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
setMetadata(MetadataFeature_Impl) - Method in interface backend.linguisticFeatures.Interface.ILinguisticFeaturesAggregate
 
setMetadata(MetadataFeature_Impl) - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
setName(String) - Method in interface backend.speaker.interfaces.Speaker
 
setName(String) - Method in class backend.speaker.Speaker_impl
 
setNamedEntities(List<INamedEntityFeature>) - Method in interface backend.linguisticFeatures.Interface.ILinguisticFeaturesAggregate
 
setNamedEntities(List<INamedEntityFeature>) - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
setNamedEntityCounts(Map<String, Integer>) - Method in interface backend.linguisticFeatures.Interface.ILinguisticFeaturesAggregate
 
setNamedEntityCounts(Map<String, Integer>) - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
setNegScore(double) - Method in interface backend.linguisticFeatures.Interface.ISentimentFeature
 
setNegScore(double) - Method in class backend.linguisticFeatures.SubClasses.SentimentFeature_Impl
 
setNeuScore(double) - Method in interface backend.linguisticFeatures.Interface.ISentimentFeature
 
setNeuScore(double) - Method in class backend.linguisticFeatures.SubClasses.SentimentFeature_Impl
 
setOverallSentiment(double) - Method in interface backend.linguisticFeatures.Interface.ILinguisticFeaturesAggregate
 
setOverallSentiment(double) - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
setParty(String) - Method in interface backend.speaker.interfaces.Speaker
 
setParty(String) - Method in class backend.speaker.Speaker_impl
 
setPlace(String) - Method in interface backend.speech.interfaces.IProtocol
Setzt Ort Protocol.
setPlace(String) - Method in class backend.speech.Protocol_impl
 
setPos(double) - Method in interface backend.linguisticFeatures.Interface.IAudioTokenFeature
 
setPos(double) - Method in class backend.linguisticFeatures.SubClasses.AudioTokenFeature_Impl
 
setPos(String) - Method in interface backend.linguisticFeatures.Interface.IPosFeature
 
setPos(String) - Method in interface backend.linguisticFeatures.Interface.ITokenFeature
 
setPos(String) - Method in class backend.linguisticFeatures.SubClasses.PosFeature_Impl
 
setPos(String) - Method in class backend.linguisticFeatures.SubClasses.TokenFeature_Impl
 
setPosCounts(Map<String, Integer>) - Method in interface backend.linguisticFeatures.Interface.ILinguisticFeaturesAggregate
 
setPosCounts(Map<String, Integer>) - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
setPosCountsCoarse(Map<String, Integer>) - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
setPosFeatures(List<IPosFeature>) - Method in interface backend.linguisticFeatures.Interface.ILinguisticFeaturesAggregate
 
setPosFeatures(List<IPosFeature>) - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
setPosScore(double) - Method in interface backend.linguisticFeatures.Interface.ISentimentFeature
 
setPosScore(double) - Method in class backend.linguisticFeatures.SubClasses.SentimentFeature_Impl
 
setProtocol(IProtocol) - Method in interface backend.plenarprotocol.IPlenarprotocol
 
setProtocol(IProtocol) - Method in class backend.plenarprotocol.Plenarprotocol_impl
Setzt die Protokolldaten.
setProtocol(IProtocol) - Method in interface backend.speech.interfaces.ISpeech
Setzt Protocol Speech
setProtocol(IProtocol) - Method in class backend.speech.Speech_impl
 
setRedeId(String) - Method in interface backend.linguisticFeatures.Interface.ILinguisticFeaturesAggregate
 
setRedeId(String) - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
setReligion(String) - Method in interface backend.speaker.interfaces.Speaker
 
setReligion(String) - Method in class backend.speaker.Speaker_impl
 
setScore(double) - Method in interface backend.linguisticFeatures.Interface.ITopicFeature
 
setScore(double) - Method in class backend.linguisticFeatures.SubClasses.TopicFeature_Impl
 
setSentences(List<ISentenceFeature>) - Method in interface backend.linguisticFeatures.Interface.ILinguisticFeaturesAggregate
 
setSentences(List<ISentenceFeature>) - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
setSentiment(double) - Method in interface backend.linguisticFeatures.Interface.ISentimentFeature
 
setSentiment(double) - Method in class backend.linguisticFeatures.SubClasses.SentimentFeature_Impl
 
setSentimentDistribution(Map<String, Double>) - Method in interface backend.linguisticFeatures.Interface.ILinguisticFeaturesAggregate
 
setSentimentDistribution(Map<String, Double>) - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
setSentiments(List<ISentimentFeature>) - Method in interface backend.linguisticFeatures.Interface.ILinguisticFeaturesAggregate
 
setSentiments(List<ISentimentFeature>) - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
setSpeaker(String) - Method in interface backend.speech.interfaces.ISpeech
Setzt Speaker ID
setSpeaker(String) - Method in class backend.speech.Speech_impl
 
setSpeakerObject(Speaker) - Method in interface backend.speech.interfaces.ISpeech
Setzt Speaker Objekt
setSpeakerObject(Speaker) - Method in class backend.speech.Speech_impl
 
setSpeeches(List<ISpeech>) - Method in interface backend.plenarprotocol.IPlenarprotocol
 
setSpeeches(List<ISpeech>) - Method in class backend.plenarprotocol.Plenarprotocol_impl
Setzt die Liste der Reden
setStarttime(Long) - Method in interface backend.speech.interfaces.IProtocol
Setzt Startzeit Protocol.
setStarttime(Long) - Method in class backend.speech.Protocol_impl
 
setSterbedatum(LocalDate) - Method in interface backend.speaker.interfaces.Speaker
 
setSterbedatum(LocalDate) - Method in class backend.speaker.Speaker_impl
 
setSubjectivity(double) - Method in interface backend.linguisticFeatures.Interface.ISentimentFeature
 
setSubjectivity(double) - Method in class backend.linguisticFeatures.SubClasses.SentimentFeature_Impl
 
setText(String) - Method in interface backend.speech.interfaces.ISpeech
Setzt Text Speech
setText(String) - Method in class backend.speech.Speech_impl
 
setTextContent(ArrayList<Object>) - Method in interface backend.speech.interfaces.ISpeech
Setzt Textinhalt Speech
setTextContent(ArrayList<Object>) - Method in class backend.speech.Speech_impl
 
setTitle(String) - Method in interface backend.speaker.interfaces.Speaker
 
setTitle(String) - Method in class backend.speaker.Speaker_impl
 
setTitle(String) - Method in class backend.speech.Agenda_impl
 
setTitle(String) - Method in interface backend.speech.interfaces.IAgenda
Setzt Titel Agenda.
setTitle(String) - Method in interface backend.speech.interfaces.IProtocol
Setzt Titel Protocol.
setTitle(String) - Method in class backend.speech.Protocol_impl
 
setTokens(List<ITokenFeature>) - Method in interface backend.linguisticFeatures.Interface.ILinguisticFeaturesAggregate
 
setTokens(List<ITokenFeature>) - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
setTopicCounts(Map<String, Integer>) - Method in interface backend.linguisticFeatures.Interface.ILinguisticFeaturesAggregate
 
setTopicCounts(Map<String, Integer>) - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
setTopics(List<ITopicFeature>) - Method in interface backend.linguisticFeatures.Interface.ILinguisticFeaturesAggregate
 
setTopics(List<ITopicFeature>) - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
setTopicsSearchField(String) - Method in class backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
 
setType(String) - Method in interface backend.linguisticFeatures.Interface.INamedEntityFeature
 
setType(String) - Method in class backend.linguisticFeatures.SubClasses.NamedEntityFeature_Impl
 
setValue(String) - Method in interface backend.linguisticFeatures.Interface.ITopicFeature
 
setValue(String) - Method in class backend.linguisticFeatures.SubClasses.TopicFeature_Impl
 
setVideoFileId(ObjectId) - Method in class backend.speech.Speech_impl
 
setVideoId(String) - Method in class backend.speech.Speech_impl
Setzt die Video-ID.
setVideoUrl(String) - Method in class backend.speech.Speech_impl
Setzt die Video URL.
setVita(String) - Method in interface backend.speaker.interfaces.Speaker
 
setVita(String) - Method in class backend.speaker.Speaker_impl
 
setWp(Integer) - Method in interface backend.speech.interfaces.IProtocol
Setzt WP Protocol.
setWp(Integer) - Method in class backend.speech.Protocol_impl
 
showBanner() - Method in class backend.rest.JavalinConfig
 
shutdown() - Static method in class backend.database.MongoDBHandler
Shutdown the connection pool when application exits
speaker(String, String, String) - Method in class backend.speaker.Speaker_impl
 
speaker(String, String, String, String, String, String, String, String, String, String, String, String, String, String, Set<Object>, String, String) - Method in class backend.speaker.Speaker_impl
 
Speaker - Interface in backend.speaker.interfaces
 
Speaker_impl - Class in backend.speaker
 
Speaker_impl() - Constructor for class backend.speaker.Speaker_impl
 
SpeakerDAO - Class in backend.speaker
Data Access Object (DAO) für Speaker Bietet Methoden für CRUD Operationen in MongoDB
SpeakerDAO(MongoCollection<Document>) - Constructor for class backend.speaker.SpeakerDAO
Konstruktor für SpeakerDAO Klasse.
speakers(String, String, String, String, LocalDate, String, LocalDate, String, String, String, String, String, String, String, Set<Object>, String, String) - Method in class backend.speaker.Speaker_impl
 
SpeakerService - Class in backend.speaker
Service Klasse für Verarbeitung vom Speaker
SpeakerService(SpeakerDAO, SpeechDAO) - Constructor for class backend.speaker.SpeakerService
 
Speech_impl - Class in backend.speech
Implementierung des ISpeech-Interfaces.
Speech_impl(String, String, String, IProtocol, ArrayList<Object>, IAgenda, Speaker, String) - Constructor for class backend.speech.Speech_impl
 
SpeechDAO - Class in backend.speech
Data Access Object (DAO) für Speech Dokumente
SpeechDAO() - Constructor for class backend.speech.SpeechDAO
Default constructor that uses the pooled connection.
SpeechDAO(MongoCollection<Document>) - Constructor for class backend.speech.SpeechDAO
Konstruktor
SpeechService - Class in backend.speech
 
SpeechService(SpeechDAO) - Constructor for class backend.speech.SpeechService
 
startScheduledTask() - Static method in class backend.utility.PeriodicTask
 

T

TEXT - Enum constant in enum class backend.nlp.NlpPipelineService.DocumentType
 
toCAS(LoadVideoFromGridFS, boolean) - Method in class backend.speech.Speech_impl
 
toDocument() - Method in class backend.speech.Speech_impl
 
TokenFeature_Impl - Class in backend.linguisticFeatures.SubClasses
 
TokenFeature_Impl() - Constructor for class backend.linguisticFeatures.SubClasses.TokenFeature_Impl
 
TokenFeature_Impl(int, int, String, String, String) - Constructor for class backend.linguisticFeatures.SubClasses.TokenFeature_Impl
 
TokenFeatureExtractor - Class in backend.nlp.extractor
 
TokenFeatureExtractor() - Constructor for class backend.nlp.extractor.TokenFeatureExtractor
 
toPDF(boolean) - Method in class backend.plenarprotocol.Plenarprotocol_impl
 
toPDF(boolean) - Method in class backend.speaker.Speaker_impl
 
toPDF(boolean) - Method in class backend.speech.Speech_impl
 
toPDF(String, boolean) - Static method in class backend.export.TopicExporter
 
toPDF(List<String>, boolean) - Static method in class backend.export.MultiplePlenarprotocolsExporter
 
TopicDAO - Class in backend.linguisticFeatures
 
TopicDAO() - Constructor for class backend.linguisticFeatures.TopicDAO
 
TopicExporter - Class in backend.export
 
TopicExporter() - Constructor for class backend.export.TopicExporter
 
TopicFeature_Impl - Class in backend.linguisticFeatures.SubClasses
 
TopicFeature_Impl() - Constructor for class backend.linguisticFeatures.SubClasses.TopicFeature_Impl
 
TopicFeature_Impl(int, int, String, String, double) - Constructor for class backend.linguisticFeatures.SubClasses.TopicFeature_Impl
 
TopicFeatureExtractor - Class in backend.nlp.extractor
 
TopicFeatureExtractor() - Constructor for class backend.nlp.extractor.TopicFeatureExtractor
 
toTex(boolean) - Method in interface backend.plenarprotocol.IPlenarprotocol
 
toTex(boolean) - Method in class backend.plenarprotocol.Plenarprotocol_impl
 
toTex(boolean) - Method in interface backend.speaker.interfaces.Speaker
 
toTex(boolean) - Method in class backend.speaker.Speaker_impl
 
toTex(boolean) - Method in interface backend.speech.interfaces.ISpeech
 
toTex(boolean) - Method in class backend.speech.Speech_impl
 
toTex(String, boolean) - Static method in class backend.export.TopicExporter
 
toTex(List<String>, boolean) - Static method in class backend.export.MultiplePlenarprotocolsExporter
 
toXML() - Method in class backend.plenarprotocol.Plenarprotocol_impl
 
toXML() - Method in class backend.speaker.Speaker_impl
 
toXML() - Method in class backend.speech.Speech_impl
 
toXML(String) - Static method in class backend.export.TopicExporter
 
toXML(List<String>) - Static method in class backend.export.MultiplePlenarprotocolsExporter
 
TRANSCRIPT - Enum constant in enum class backend.nlp.NlpPipelineService.DocumentType
 

U

update(LinguisticFeaturesAggregate_Impl) - Method in class backend.linguisticFeatures.LinguisticDAO
Updates a LinguisticFeaturesAggregate_Impl object, converting maps to lists before saving.
update(LinguisticFeaturesAggregate_Impl) - Method in class backend.linguisticFeatures.LinguisticTranskriptDAO
Updates a LinguisticFeaturesAggregate_Impl object, converting maps to lists before saving.
update(String) - Method in class backend.linguisticFeatures.TopicDAO
Updates a document using a JSON string.
update(String, Speech_impl) - Method in class backend.speech.SpeechDAO
 
updateDocuments(String, Bson, Bson) - Method in class backend.database.MongoDBHandler
 
updateLinguisticFeatures(String, LinguisticFeaturesAggregate_Impl) - Method in class backend.linguisticFeatures.LinguisticService
Aktualisiert vorhandenes LinguisticFeature.

V

valueOf(String) - Static method in enum class backend.nlp.LinguisticFeaturePipeline.TypeOfImport
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class backend.nlp.NlpPipelineService.DocumentType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class backend.nlp.LinguisticFeaturePipeline.TypeOfImport
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class backend.nlp.NlpPipelineService.DocumentType
Returns an array containing the constants of this enum class, in the order they are declared.
VIDEO - Enum constant in enum class backend.nlp.NlpPipelineService.DocumentType
 
VideoEncoder - Class in backend.speech.util
VideoEncoder utility for encoding a video file into a Base64 string.
VideoEncoder() - Constructor for class backend.speech.util.VideoEncoder
 

X

XmiAnnotationImporter - Class in backend.nlp
This class imports XMI annotations from the folder "src/main/resources/import/xmiAnnotations".
XmiAnnotationImporter() - Constructor for class backend.nlp.XmiAnnotationImporter
 
A B C D E F G I J L M N P R S T U V X 
All Classes and Interfaces|All Packages|Serialized Form