1
0
mirror of https://github.com/gsi-upm/senpy synced 2025-10-20 10:18:26 +00:00
Files
senpy/senpy/plugins/misc/split.senpy
J. Fernando Sánchez a243f68bfc WIP simpler pipeline
2017-08-23 18:17:26 +02:00

20 lines
351 B
Plaintext

---
name: split
module: senpy.plugins.misc.split
description: A sample plugin that chunks input text
author: "@militarpancho"
version: '0.2'
url: "https://github.com/gsi-upm/senpy"
requirements:
- nltk
extra_params:
delimiter:
aliases:
- type
- t
required: false
default: sentence
options:
- sentence
- paragraph