SNCT.JudgeOfRelevancy.JudgeOfRelevancy C# (CSharp) Méthode

JudgeOfRelevancy() public méthode

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