C# Class Ada.Actions.PostChecker

A class to check questions against the target dupe.
Datei anzeigen Open project: yvettec/Dupes Class Usage Examples

Public Methods

Method Description
IsDupe ( Question q, MatcherAlgo matcherAlgo ) : MatchResults

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

PostChecker ( ) : System

Method Details

IsDupe() public method

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.
return Ada.Matchers.MatchResults

PostChecker() public method

public PostChecker ( ) : System
return System