C# Class Ada.Actions.PostChecker

A class to check questions against the target dupe.
Afficher le fichier Open project: yvettec/Dupes Class Usage Examples

Méthodes publiques

Méthode Description
IsDupe ( Question q, MatcherAlgo matcherAlgo ) : MatchResults

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

PostChecker ( ) : System

Method Details

IsDupe() public méthode

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.
Résultat Ada.Matchers.MatchResults

PostChecker() public méthode

public PostChecker ( ) : System
Résultat System