C# Класс Ada.Actions.PostChecker

A class to check questions against the target dupe.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
IsDupe ( Question q, MatcherAlgo matcherAlgo ) : MatchResults

Checks whether the supplied question is a duplicate of another post.

PostChecker ( ) : System

Описание методов

IsDupe() публичный Метод

Checks whether the supplied question is a duplicate of another post.
public IsDupe ( Question q, MatcherAlgo matcherAlgo ) : MatchResults
q Ada.Questions.Question The questions to check.
matcherAlgo MatcherAlgo The matching algorithm to use.
Результат Ada.Matchers.MatchResults

PostChecker() публичный Метод

public PostChecker ( ) : System
Результат System