CoolFace
Datasetpublic

VanessaSchenkel/pt-inflections

Dataset Card for Dicionário Português It is a list of 53138 portuguese words with its inflections. How to use it: from datasets import load_dataset remote_dataset = load_dataset("VanessaSchenkel/pt-inflections", field="data") remote_dataset Output: DatasetDict({ train: Dataset({ features: ['word', 'pos', 'forms'], num_rows: 53138 }) }) Exemple: remote_dataset["train"][42] Output: {'word': 'numeral', 'pos': 'noun', 'forms': [{'form': 'numerais'… See the full description on the dataset page: https://huggingface.co/datasets/VanessaSchenkel/pt-inflections.

sourceHugging Faceupdated 4y agoView on Hugging Face
1likes15downloads
10 commits on main
1eeb1fb4y ago

Upload pt-inflections-ordered.csv

VanessaSchenkel
d41e3fc4y ago

Update README.md

VanessaSchenkel
54fb6e24y ago

Update README.md

VanessaSchenkel
97e79dd4y ago

Upload dict-variacoes.json

VanessaSchenkel
e7e66964y ago

Delete dicionario.json

VanessaSchenkel
75d60f54y ago

Upload dicionario.json

VanessaSchenkel
35cf0b94y ago

Delete dicionario.json

VanessaSchenkel
95681124y ago

Create README.md

VanessaSchenkel
ccda7e74y ago

Upload dicionario.json

VanessaSchenkel
089bc384y ago

initial commit

VanessaSchenkel