Method | Description | |
---|---|---|
AnalysisService ( SpanFactory |
||
Compare ( |
||
CompareAll ( object ownerViewModel ) : void | ||
GetStemProcessors ( StemmingMethod method ) : IEnumerable |
||
Segment ( |
||
SegmentAll ( ) : void | ||
Stem ( StemmingMethod method, |
||
StemAll ( object ownerViewModel, StemmingMethod method ) : void |
Method | Description | |
---|---|---|
GetCompareProcessors ( ) : IEnumerable |
||
GetSegmentProcessors ( ) : IEnumerable |
public AnalysisService ( SpanFactory |
||
spanFactory | SpanFactory |
|
segmentPool | SIL.Cog.Domain.SegmentPool | |
projectService | IProjectService | |
dialogService | IDialogService | |
busyService | IBusyService | |
return | System.Collections.Generic |
public Compare ( |
||
varietyPair | ||
return | void |
public CompareAll ( object ownerViewModel ) : void | ||
ownerViewModel | object | |
return | void |
public GetStemProcessors ( StemmingMethod method ) : IEnumerable |
||
method | StemmingMethod | |
return | IEnumerable |
public Segment ( |
||
variety | ||
return | void |
public Stem ( StemmingMethod method, |
||
method | StemmingMethod | |
variety | ||
return | void |
public StemAll ( object ownerViewModel, StemmingMethod method ) : void | ||
ownerViewModel | object | |
method | StemmingMethod | |
return | void |