signdict / website

A sign language dictionary
https://signdict.org
Mozilla Public License 2.0
83 stars 19 forks source link

Import wikisign data #11

Closed bitboxer closed 7 years ago

bitboxer commented 7 years ago

I have a complete copy of the wikisign wiki on my disk, those need to be added to the site

bitboxer commented 7 years ago

The copy consists of a .flv and a .json with the same name. Here is an example of such an json file:

{
  "word": "Zufall",
  "word_link": "http://dgs.wikisign.org/Zufall",
  "author": "Philipps",
  "author_link": "http://dgs.wikisign.org/Benutzer:Philipps",
  "tags": [],
  "filename": "Zufall.flv"
}

Here is a zip containing the file to play around with: zufall.zip

bitboxer commented 7 years ago

The videos are under the by-sa-3.0-de as seen in the footer of the page

bitboxer commented 7 years ago

Ah and here is a nice hint on how to write such an importer that is accessible on production.

bitboxer commented 7 years ago

I now have added another source : http://gebaerdenlernen.de/ . Already downloaded the files to my computer, they are under a by-nc-sa/3.0/de license

bitboxer commented 7 years ago

This is done now.

gulp21 commented 4 years ago

I now have added another source : http://gebaerdenlernen.de/ . Already downloaded the files to my computer, they are under a by-nc-sa/3.0/de license

Is there a reason why the videos from "DGS für Mediziner" (e.g. infektion) and the example sentences have not been imported?

bitboxer commented 4 years ago

I only did one big import a couple of years ago. Could be that those have been added after that. I should dig out that old script and try to modify it to add those missing files.