KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
sdg-metadata
★ 10
Open GitHub ↗
SDG Metadata Translation Pilot
Download README (.md)
Explore Similar Repositories
iOSClearAppLaunchScreenCacheDemo
:
No description available.
tornfarm
:
A python script that scraps the TORN Text-Based MMORPG Player Database and indexes it, and a front and backoffice in PHP / MySQL to use that information
add-polylang-support-for-customizer
:
This plugin adds Polylang support for WordPress Customizer
plot
:
Plot equations using JavaScript canvas
PaintSHOP_resources
:
A collection of downloadable resources accompanying the PaintSHOP application.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
sdg-metadata
?
Download (.md)
# SDG Metadata Translation Pilot Evaluating machine translation of indicator metadata for the Sustainable Development Goals. [Find more information on this project](https://worldbank.github.io/sdg-metadata/). ## Requirements Node.js and Ruby 2.x. ## Local installation To try it out locally, run: ``` make install make serve ``` ## Harvesting the latest English source material ``` git checkout master git pull origin master make install make harvest git add translations-metadata git commit -m "HARVEST: YYYY-MM-DD" git push origin master ``` Note that - if the `make harvest` gives any warnings or outputs, consult with UNSD to resolve them. You may need to tweak the [list of hardcoded indicator IDs](https://github.com/worldbank/sdg-metadata/blob/master/scripts/harvest-indicators.js#L75).