-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bin/save-files iniciado; referencia ao Google Drive publico do HXL-CPLP
- Loading branch information
Showing
5 changed files
with
66 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
#!/bin/sh | ||
#=============================================================================== | ||
# | ||
# FILE: save-files | ||
# | ||
# USAGE: save-files | ||
# | ||
# DESCRIPTION: --- | ||
# | ||
# OPTIONS: --- | ||
# | ||
# REQUIREMENTS: --- | ||
# BUGS: --- | ||
# NOTES: --- | ||
# AUTHOR: Emerson Rocha <rocha[at]ieee.org> | ||
# COMPANY: Etica.AI | ||
# LICENSE: Public Domain / BSD Zero Clause License | ||
# SPDX-License-Identifier: Unlicense OR 0BSD | ||
# VERSION: v1.0 | ||
# CREATED: 2020-12-01 21:41 UTC | ||
# REVISION: --- | ||
#=============================================================================== | ||
|
||
# @see https://proxy.hxlstandard.org/data/a16d45 | ||
|
||
DATA_DIR="$(dirname $(readlink -f $0))/../data" | ||
|
||
curl https://proxy.hxlstandard.org/data/a16d45/download/Etica_AI_Hate-speech-portuguese_.csv -o "$DATA_DIR/Hate-speech-portuguese.csv" | ||
curl https://proxy.hxlstandard.org/data/a16d45/download/Etica_AI_Hate-speech-portuguese_.csv -o "$DATA_DIR/Hate-speech-portuguese.hxl" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Termo em Português,Hate speech severity,When non-hate speech,Description (English),Contexto,Is religious discrimination?,Is gender discrimination?,Se ofensa étnica? | ||
#name+x_hate+i_pt,#severity,#description+x_hate_nothate+i_en,#description+i_en,#meta+url,#indicator+hate_religious+bool,#indicator+hate_gender+bool,#indicator+hate_ethnicity+bool | ||
Bicha,50,"In Portugal is a very common word for ""line of people"". But in Brazil is ofensive",Ofense against gays,,-1,, | ||
Viado,50,,Gay (but very ofensive),https://pt.wiktionary.org/wiki/viado,-1,, | ||
Macaco,50,"""Macaco"" is also an animal (monekey). But when used against another human is very ofensive",Monkey,,-1,,1 | ||
Sapatão,50,,Lesbian (but very ofensive),,-1,1, | ||
Puta,50,,Slut,,-1,1, | ||
Preto,50,Can designate skin color; can designate color,Black (men),,-1,-1, | ||
Preta,50,Can designate skin color; can designate color,Black (women),,-1,-1, | ||
Vagabunda,50,,Slut,,-1,1, | ||
Piranha,50,,Bitch,,-1,1, | ||
Filho da puta,25,,Son of a slut,,-1,, | ||
"Filha da puta | ||
",25,,Daughter of a Slut,,-1,, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Termo em Português,Hate speech severity,When non-hate speech,Description (English),Contexto,Is religious discrimination?,Is gender discrimination?,Se ofensa étnica? | ||
#name+x_hate+i_pt,#severity,#description+x_hate_nothate+i_en,#description+i_en,#meta+url,#indicator+hate_religious+bool,#indicator+hate_gender+bool,#indicator+hate_ethnicity+bool | ||
Bicha,50,"In Portugal is a very common word for ""line of people"". But in Brazil is ofensive",Ofense against gays,,-1,, | ||
Viado,50,,Gay (but very ofensive),https://pt.wiktionary.org/wiki/viado,-1,, | ||
Macaco,50,"""Macaco"" is also an animal (monekey). But when used against another human is very ofensive",Monkey,,-1,,1 | ||
Sapatão,50,,Lesbian (but very ofensive),,-1,1, | ||
Puta,50,,Slut,,-1,1, | ||
Preto,50,Can designate skin color; can designate color,Black (men),,-1,-1, | ||
Preta,50,Can designate skin color; can designate color,Black (women),,-1,-1, | ||
Vagabunda,50,,Slut,,-1,1, | ||
Piranha,50,,Bitch,,-1,1, | ||
Filho da puta,25,,Son of a slut,,-1,, | ||
"Filha da puta | ||
",25,,Daughter of a Slut,,-1,, |