Method Write
Write(String)
Write dictionary in file
Declaration
public virtual void Write(string baseDir)
Parameters
Type | Name | Description |
---|---|---|
System.String | baseDir |
Remarks
Dictionary format is: [Size of dictionary(int)], [entry:{left id(short)}{right id(short)}{word cost(short)}{length of pos info(short)}{pos info(char)}], [entry...], [entry...].....