Open JKirchartz opened 6 years ago
Currently it auto-detects if lines should be the inputs (has no punctuation) or if sentences should be the inputs (has punctuation.)
This should be configurable so as to be able to better preserve the original state of the document if need be.
Ideally, this would come out to being 2 options from the CLI: autodetect (as-is), or provide your own regex
Currently it auto-detects if lines should be the inputs (has no punctuation) or if sentences should be the inputs (has punctuation.)
This should be configurable so as to be able to better preserve the original state of the document if need be.