mirror of
https://github.com/gsi-upm/senpy
synced 2025-04-10 23:19:14 +00:00
* Added conversion plugins (API might change!) * Added conversion to the analysis pipeline * Changed behaviour of --default-plugins (it adds conversion plugins regardless) * Added emotionModel [sic] and emotionConversion models //TODO add conversion tests //TODO add conversion to docs
21 lines
423 B
Plaintext
21 lines
423 B
Plaintext
---
|
|
name: sentiment140
|
|
module: sentiment140
|
|
description: "Connects to the sentiment140 free API: http://sentiment140.com"
|
|
author: "@balkian"
|
|
version: '0.2'
|
|
url: "https://github.com/gsi-upm/senpy-plugins-community"
|
|
extra_params:
|
|
language:
|
|
"@id": lang_sentiment140
|
|
aliases:
|
|
- language
|
|
- l
|
|
required: false
|
|
options:
|
|
- es
|
|
- en
|
|
- auto
|
|
requirements: {}
|
|
maxPolarityValue: 1
|
|
minPolarityValue: 0 |