C# 클래스 Postworthy.Tasks.LanguageAnalytics.Streaming.LanguageAnalyticsProcessingStep

상속: IProcessingStep, ITweepProcessingStep, IKeywordSuggestionStep
파일 보기 프로젝트 열기: postworthy/postworthy

Private Properties

프로퍼티 타입 설명
CleanTweets IEnumerable
ConnectWordNodes void
CreatePhrases void
DebugConsoleLog void
ExtractWordNodes void
ExtractWordRelationships void
FindKeywordsFromCurrentTweets void
SaveRuntimeSettings void
SearchForPhrases void

공개 메소드들

메소드 설명
GetKeywordSuggestions ( ) : List
HasNewKeywordSuggestions ( ) : bool
Init ( string screenname, TextWriter log ) : void
ProcessItems ( IEnumerable tweets ) : Task>
ProcessTweeps ( IEnumerable tweeps ) : Task>>
ResetHasNewKeywordSuggestions ( ) : void
SetIgnoreKeywords ( List keywords ) : void
Shutdown ( ) : void

비공개 메소드들

메소드 설명
CleanTweets ( IEnumerable tweets ) : IEnumerable
ConnectWordNodes ( IEnumerable wordCollections ) : void
CreatePhrases ( ) : void
DebugConsoleLog ( ) : void
ExtractWordNodes ( IEnumerable wordCollections ) : void
ExtractWordRelationships ( IEnumerable tweets ) : void
FindKeywordsFromCurrentTweets ( IEnumerable tweets ) : void
SaveRuntimeSettings ( ) : void
SearchForPhrases ( IEnumerable cleanedTweets ) : void

메소드 상세

GetKeywordSuggestions() 공개 메소드

public GetKeywordSuggestions ( ) : List
리턴 List

HasNewKeywordSuggestions() 공개 메소드

public HasNewKeywordSuggestions ( ) : bool
리턴 bool

Init() 공개 메소드

public Init ( string screenname, TextWriter log ) : void
screenname string
log System.IO.TextWriter
리턴 void

ProcessItems() 공개 메소드

public ProcessItems ( IEnumerable tweets ) : Task>
tweets IEnumerable
리턴 Task>

ProcessTweeps() 공개 메소드

public ProcessTweeps ( IEnumerable tweeps ) : Task>>
tweeps IEnumerable
리턴 Task>>

ResetHasNewKeywordSuggestions() 공개 메소드

public ResetHasNewKeywordSuggestions ( ) : void
리턴 void

SetIgnoreKeywords() 공개 메소드

public SetIgnoreKeywords ( List keywords ) : void
keywords List
리턴 void

Shutdown() 공개 메소드

public Shutdown ( ) : void
리턴 void