Module: Cotoha::Endpoint::RemoveFiller
- Included in:
- Cotoha::Endpoint
- Defined in:
- lib/cotoha/endpoint/remove_filler.rb
Instance Method Summary collapse
Instance Method Details
#remove_filler(text:, do_segment: false) ⇒ Object
4 5 6 |
# File 'lib/cotoha/endpoint/remove_filler.rb', line 4 def remove_filler(text:, do_segment: false) post('/api/dev/nlp/beta/remove_filler', text: text, do_segment: do_segment) end |