Class: PragmaticSegmenter::Languages::Common::AbbreviationReplacer

Inherits:
AbbreviationReplacer show all
Defined in:
lib/pragmatic_segmenter/languages/common.rb

Constant Summary collapse

SENTENCE_STARTERS =
%w(
  A Being Did For He How However I In It Millions More She That The
  There They We What When Where Who Why
).freeze

Instance Attribute Summary

Attributes inherited from AbbreviationReplacer

#text

Method Summary

Methods inherited from AbbreviationReplacer

#initialize, #replace

Constructor Details

This class inherits a constructor from PragmaticSegmenter::AbbreviationReplacer