ABB.Swum.SamuraiIdSplitter.SamuraiIdSplitter C# (CSharp) Method

SamuraiIdSplitter() public method

Creates a new IdentifierSplitter using the specified program word count file.
public SamuraiIdSplitter ( string programWordCountPath ) : System
programWordCountPath string The path to the file containing the local program word counts.
return System
        public SamuraiIdSplitter(string programWordCountPath)
        {
            Initialize(LibFileLoader.ReadWordCount(programWordCountPath, false, IncludeIdentifier));
        }

Same methods

SamuraiIdSplitter::SamuraiIdSplitter ( int>.Dictionary programWordCount ) : System