Class: DeepL::Constants::SplitSentences

Inherits:
BaseConstant show all
Defined in:
lib/deepl/constants/split_sentences.rb

Constant Summary collapse

NO_SPLITTING =
'0'
SPLIT_ON_PUNCTUATION_AND_NEWLINES =
'1'
SPLIT_ON_PUNCTUATION_ONLY =
'nonewlines'

Method Summary

Methods inherited from BaseConstant

options, valid?