C# Class Nuve.Reader.RootLexiconReader

Show file Open project: hrzafer/nuve Class Usage Examples

Public Methods

Method Description
AddEntries ( DataSet ds, string tableName, Root>.Dictionary rootsById, MorphemeSurfaceDictionary rootsBySurface ) : void
RootLexiconReader ( Orthography orthography ) : System

Private Methods

Method Description
AddRoots ( RootLine entry, Root>.Dictionary rootsById, MorphemeSurfaceDictionary rootsBySurface ) : void

Method Details

AddEntries() public method

public AddEntries ( DataSet ds, string tableName, Root>.Dictionary rootsById, MorphemeSurfaceDictionary rootsBySurface ) : void
ds System.Data.DataSet
tableName string
rootsById Root>.Dictionary
rootsBySurface MorphemeSurfaceDictionary
return void

RootLexiconReader() public method

public RootLexiconReader ( Orthography orthography ) : System
orthography Nuve.Orthographic.Orthography
return System