SNCT.JudgeOfRelevancy.JudgeOfRelevancy C# (CSharp) 메소드

JudgeOfRelevancy() 공개 메소드

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