C# Class WikipediaAvsAnTrieExtractor.SimplifyExtension

显示文件 Open project: EamonNerbonne/a-vs-an

Public Methods

Method Description
Simplify ( this node, int scaleFactor ) : Node
UnmarkUnsure ( this node, int scaleFactor ) : Node

Private Methods

Method Description
Annotation ( Node node ) : bool

Method Details

Simplify() public static method

public static Simplify ( this node, int scaleFactor ) : Node
node this
scaleFactor int
return Node

UnmarkUnsure() public static method

public static UnmarkUnsure ( this node, int scaleFactor ) : Node
node this
scaleFactor int
return Node