[][src]Module huncomma::detector

Structs

NaiveDetector

Detects if there isn't a comma before the given words. These words are generally preceded by a comma, however for most of them there are exceptions.

NaiveForwardDetector

Detects if there isn't a comma after the given words. These words are generally followed by a comma, however for most of them there are exceptions.

PairDetector

Detects pairs of words which usually require a comma between them, these words don't have to be right next to each other! Each pair is given a probability, just like in the NaiveDetector.

TypicalDetector

This detects if there isn't a comma in the sentence which contains word that is tipically introduces clauses.