repurpose split-sentance to make sense

feed
Avril 4 years ago
parent 8996b0bb7b
commit 684a6f6aa0
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -18,11 +18,14 @@ compress-chain = ["async-compression", "bzip2-sys"]
split-newlines = []
# Feed each sentance seperately with default /get api, instead of just each line / whole body
# Maybe better without `split-newlines`?
# Kinda experimental
feed-sentance = []
#
# Note that this happens after `split-newlines`.
feed-sentance = ["split-sentance"]
# Split input by sentances as well as words.
# Split input buffer's to feed by sentance as well as word boundaries.
#
# Note that this happens after `split-newlines`.
# This feature does nothing if `feed-sentance` is enabled.
split-sentance = []
# Always aggregate incoming buffer instead of streaming them

Loading…
Cancel
Save