Datasets:
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- br
|
| 4 |
+
- nl
|
| 5 |
+
license: agpl-3.0
|
| 6 |
+
configs:
|
| 7 |
+
- config_name: phrases
|
| 8 |
+
data_files:
|
| 9 |
+
- split: train
|
| 10 |
+
path: "phrases.csv"
|
| 11 |
+
- config_name: words
|
| 12 |
+
data_files:
|
| 13 |
+
- split: train
|
| 14 |
+
path: "words.csv"
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
## Description
|
| 19 |
+
Jan Deloof: Bretons-Nederlands Woordenboek (http://www.brezhoneg.org.uk/deloof)
|
| 20 |
+
|
| 21 |
+
Copyright 2010 Jan Deloof (jan.deloof@pandora.be)
|
| 22 |
+
Web conversion: Kevin Donnelly (kevin@dotmon.com)
|
| 23 |
+
|
| 24 |
+
The accompanying words and phrases files contain part of Jan Deloof's Breton-Dutch dictionary. See the above website for further details, and a web interface.
|
| 25 |
+
Note that the conversion is a work in progress, and the files WILL therefore contain some errors. You are welcome to notify these to us.
|
| 26 |
+
|
| 27 |
+
The Bretons-Nederlands Woordenboek is free software; you can redistribute it and/or modify it
|
| 28 |
+
under the terms of the GNU General Public License as published by the Free Software Foundation;
|
| 29 |
+
either version 3 of the License, or (at your option) any later version. We would be happy to receive any additions or amendments.
|
| 30 |
+
|
| 31 |
+
The dictionary is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
| 32 |
+
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
| 33 |
+
See the GNU General Public License for more details.
|
| 34 |
+
|
| 35 |
+
A copy of the GNU General Public License is included along with the Sentence Bank in the file
|
| 36 |
+
COPYING; if this file is missing, a copy is available at http://www.gnu.org/licenses/gpl.txt, or you
|
| 37 |
+
can write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|