SNCT.JudgeOfRelevancy.JudgeOfRelevancy C# (CSharp) Method

JudgeOfRelevancy() public method

public JudgeOfRelevancy ( SortedDictionary thesaurus_ ) : System
thesaurus_ SortedDictionary
return System
        public JudgeOfRelevancy(SortedDictionary<String, HashSet<String>> thesaurus_)
        {
            thesaurus = thesaurus_;
        }
        async public static Task<JudgeOfRelevancy> build_JoR()