Class: PragmaticSegmenter::Languages::Deutsch::BetweenPunctuation
- Inherits:
-
BetweenPunctuation
- Object
- BetweenPunctuation
- PragmaticSegmenter::Languages::Deutsch::BetweenPunctuation
- Defined in:
- lib/pragmatic_segmenter/languages/deutsch.rb
Constant Summary collapse
- BETWEEN_UNCONVENTIONAL_DOUBLE_QUOTE_DE_REGEX =
Rubular: rubular.com/r/OdcXBsub0w
/,,(?>[^“\\]+|\\{2}|\\.)*“/- SPLIT_DOUBLE_QUOTES_DE_REGEX =
Rubular: rubular.com/r/2UskIupGgP
/\A„(?>[^“\\]+|\\{2}|\\.)*“/- BETWEEN_DOUBLE_QUOTES_DE_REGEX =
Rubular: rubular.com/r/TkZomF9tTM
/„(?>[^“\\]+|\\{2}|\\.)*“/
Constants inherited from BetweenPunctuation
BetweenPunctuation::BETWEEN_DOUBLE_QUOTES_REGEX, BetweenPunctuation::BETWEEN_PARENS_REGEX, BetweenPunctuation::BETWEEN_QUOTE_ARROW_REGEX, BetweenPunctuation::BETWEEN_QUOTE_SLANTED_REGEX, BetweenPunctuation::BETWEEN_SINGLE_QUOTES_REGEX, BetweenPunctuation::BETWEEN_SQUARE_BRACKETS_REGEX
Instance Attribute Summary
Attributes inherited from BetweenPunctuation
Method Summary
Methods inherited from BetweenPunctuation
Constructor Details
This class inherits a constructor from PragmaticSegmenter::BetweenPunctuation