C# 클래스 SIL.Cog.Application.Services.AnalysisService

상속: IAnalysisService
파일 보기 프로젝트 열기: sillsdev/cog 1 사용 예제들

공개 메소드들

메소드 설명
AnalysisService ( SpanFactory spanFactory, SIL.Cog.Domain.SegmentPool segmentPool, IProjectService projectService, IDialogService dialogService, IBusyService busyService ) : System.Collections.Generic
Compare ( VarietyPair varietyPair ) : void
CompareAll ( object ownerViewModel ) : void
GetStemProcessors ( StemmingMethod method ) : IEnumerable>
Segment ( Variety variety ) : void
SegmentAll ( ) : void
Stem ( StemmingMethod method, Variety variety ) : void
StemAll ( object ownerViewModel, StemmingMethod method ) : void

비공개 메소드들

메소드 설명
GetCompareProcessors ( ) : IEnumerable>
GetSegmentProcessors ( ) : IEnumerable>

메소드 상세

AnalysisService() 공개 메소드

public AnalysisService ( SpanFactory spanFactory, SIL.Cog.Domain.SegmentPool segmentPool, IProjectService projectService, IDialogService dialogService, IBusyService busyService ) : System.Collections.Generic
spanFactory SpanFactory
segmentPool SIL.Cog.Domain.SegmentPool
projectService IProjectService
dialogService IDialogService
busyService IBusyService
리턴 System.Collections.Generic

Compare() 공개 메소드

public Compare ( VarietyPair varietyPair ) : void
varietyPair SIL.Cog.Domain.VarietyPair
리턴 void

CompareAll() 공개 메소드

public CompareAll ( object ownerViewModel ) : void
ownerViewModel object
리턴 void

GetStemProcessors() 공개 메소드

public GetStemProcessors ( StemmingMethod method ) : IEnumerable>
method StemmingMethod
리턴 IEnumerable>

Segment() 공개 메소드

public Segment ( Variety variety ) : void
variety SIL.Cog.Domain.Variety
리턴 void

SegmentAll() 공개 메소드

public SegmentAll ( ) : void
리턴 void

Stem() 공개 메소드

public Stem ( StemmingMethod method, Variety variety ) : void
method StemmingMethod
variety SIL.Cog.Domain.Variety
리턴 void

StemAll() 공개 메소드

public StemAll ( object ownerViewModel, StemmingMethod method ) : void
ownerViewModel object
method StemmingMethod
리턴 void