JKirchartz / pos2tracery

Convert corpus to tracery grammar with a POS tagger
GNU General Public License v3.0
9 stars 1 forks source link

Make paragraph/sentence/line splitting configurable #2

Open JKirchartz opened 6 years ago

JKirchartz commented 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.

JKirchartz commented 5 years ago

Ideally, this would come out to being 2 options from the CLI: autodetect (as-is), or provide your own regex