Dataset Viewer
text
stringlengths 1
68
|
---|
{
|
"1": ["!", "2", "\"", "q", "w"],
|
"2": ["\"", "1", "!", "3", "§", "q", "w", "e"],
|
"3": ["§", "2", "\"", "4", "$", "w", "e"],
|
"4": ["$", "3", "§", "5", "%", "e", "r"],
|
"5": ["%", "4", "$", "6", "&", "r", "t", "z"],
|
"6": ["&", "5", "%", "7", "/", "t", "z", "u"],
|
"7": ["/", "6", "&", "8", "(", "z", "u", "i"],
|
"8": ["(", "7", "/", "9", ")", "u", "i", "o"],
|
"9": [")", "8", "(", "0", "=", "i", "o", "p"],
|
"q": ["1", "!", "2", "\"", "w", "a", "s"],
|
"w": ["1", "!", "2", "\"", "3", "§", "q", "e", "a", "s", "d"],
|
"e": ["2", "\"", "3", "§", "4", "$", "w", "r", "s", "d", "f"],
|
"r": ["3", "§", "4", "$", "5", "%", "e", "t", "d", "f", "g"],
|
"t": ["4", "$", "5", "%", "6", "&", "r", "z", "f", "g", "h"],
|
"z": ["5", "%", "6", "&", "7", "/", "t", "u", "g", "h", "j"],
|
"u": ["6", "&", "7", "/", "8", "(", "i", "h", "j", "k"],
|
"i": ["7", "/", "8", "(", "9", ")", "u", "o", "j", "k", "l"],
|
"o": ["8", "(", "9", ")", "0", "=", "i", "p", "k", "l"],
|
"p": ["9", ")", "0", "=", "o", "l"],
|
"a": ["q", "w", "a", "s", "y", "x"],
|
"s": ["q", "w", "e", "a", "d", "y", "x", "c"],
|
"d": ["w", "e", "r", "s", "f", "x", "c", "v"],
|
"f": ["e", "r", "t", "d", "g", "c", "v", "b"],
|
"g": ["r", "t", "z", "f", "h", "v", "b", "n"],
|
"h": ["t", "z", "u", "g", "j", "b", "n", "m"],
|
"j": ["z", "u", "i", "h", "k", "n", "m", ",", ";"],
|
"k": ["u", "i", "o", "j", "l", "m", ",", ";", ".", ":"],
|
"l": ["i", "o", "p", "k", "ö", "Ö", ",", ";", ".", ":", "-", "_"],
|
"y": ["a", "s", "x"],
|
"x": ["a", "s", "d", "y", "c"],
|
"c": ["s", "d", "f", "x", "v"],
|
"v": ["d", "f", "g", "c", "b"],
|
"b": ["f", "g", "h", "v", "n"],
|
"n": ["g", "h", "j", "b", "m"],
|
"m": ["h", "j", "k", "n", ",", ";"],
|
"!": ["\"", "q"],
|
"\"": ["!", "§", "q", "w"],
|
"§": ["\"", "$", "w", "e"],
|
"$": ["§", "%", "e", "r"],
|
"%": ["$"]
|
}
|
Description
https://github.com/makcedward/nlpaug/tree/master/nlpaug/res/char/keyboard
Citation
@misc{ma2019nlpaug,
title={NLP Augmentation},
author={Edward Ma},
howpublished={https://github.com/makcedward/nlpaug},
year={2019}
}
- Downloads last month
- 30