All Projects → Hypertopic → TraduXio

Hypertopic / TraduXio

Licence: other
A participative platform for cultural texts translators

Programming Languages

javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language
CSS
56736 projects
HTML
75241 projects
Gherkin
971 projects
shell
77523 projects

Projects that are alternatives of or similar to TraduXio

lima
The Libre Multilingual Analyzer, a Natural Language Processing (NLP) C++ toolkit.
Stars: ✭ 75 (+294.74%)
Mutual labels:  multilingual
workshops
Scholarly Communications Workshops
Stars: ✭ 13 (-31.58%)
Mutual labels:  digital-humanities
cccatalog-frontend
[PROJECT TRANSFERRED] CC Search is a search tool for CC-licensed and public domain content across the internet.
Stars: ✭ 160 (+742.11%)
Mutual labels:  creative-commons
awesome-dhtools
Software for humanities scholars using quantitative or computational methods.
Stars: ✭ 72 (+278.95%)
Mutual labels:  digital-humanities
cloudcannon-jekyll-ecommerce
Multilingual e-commerce static website using Snipcart, CloudCannon, and Jekyll
Stars: ✭ 19 (+0%)
Mutual labels:  multilingual
monk
Monk is an elegant and lightweight WordPress translation plugin to make your content reach the world.
Stars: ✭ 15 (-21.05%)
Mutual labels:  multilingual
tei-publisher-app
The main TEI Publisher app
Stars: ✭ 50 (+163.16%)
Mutual labels:  digital-humanities
ccsearch-browser-extension
[PROJECT TRANSFERRED] Cross-Browser extension to search, filter and use images in the public domain and under Creative Commons licenses.
Stars: ✭ 115 (+505.26%)
Mutual labels:  creative-commons
evt-viewer
Edition Visualization Technology 2 - development
Stars: ✭ 66 (+247.37%)
Mutual labels:  digital-humanities
hugo-notice
A Hugo theme component to display nice notices
Stars: ✭ 138 (+626.32%)
Mutual labels:  multilingual
sketch-crowdin
Connect your Sketch and Crowdin projects together
Stars: ✭ 35 (+84.21%)
Mutual labels:  multilingual
AgentOCR
一个多语言支持、易使用的 OCR 项目。An easy-to-use OCR project with multilingual support.
Stars: ✭ 98 (+415.79%)
Mutual labels:  multilingual
bechdel-test
Does your favorite film pass the test?
Stars: ✭ 25 (+31.58%)
Mutual labels:  digital-humanities
2018-2019
The GitHub repository containing all the material related to the Computational Thinking and Programming course of the Digital Humanities and Digital Knowledge degree at the University of Bologna (a.a. 2018/2019).
Stars: ✭ 29 (+52.63%)
Mutual labels:  digital-humanities
ham4corpus
Data from "Hamilton: An American Musical", formatted for reuse. See below for some interesting text analysis basic findings! I am not throwing away my stopword?
Stars: ✭ 53 (+178.95%)
Mutual labels:  digital-humanities
mok-project
Multilingual Onscreen Keyboard Project
Stars: ✭ 27 (+42.11%)
Mutual labels:  multilingual
integreat-cms
Simplified content management back end for the Integreat App - a multilingual information platform for newcomers
Stars: ✭ 46 (+142.11%)
Mutual labels:  multilingual
textbox
Text collections made available by the CLiGS group.
Stars: ✭ 19 (+0%)
Mutual labels:  digital-humanities
TopicsExplorer
Explore your own text collection with a topic model – without prior knowledge.
Stars: ✭ 53 (+178.95%)
Mutual labels:  digital-humanities
exams-qa
A Multi-subject High School Examinations Dataset for Cross-lingual and Multilingual Question Answering
Stars: ✭ 25 (+31.58%)
Mutual labels:  multilingual

TraduXio – A participative platform for cultural texts translators

License: GNU Affero General Public License Contact: [email protected]

Installation requirements

Installation procedure

  • Create a database named traduxio at http://127.0.0.1:5984/_utils.

  • In any folder:

      git clone https://github.com/benel/TraduXio.git
      cd TraduXio
      couchapp push --browse couchdb http://127.0.0.1:5984/traduxio
    

Tests requirements

  • Ruby

Note: If you're on MacOS X, change your PATH so that gem refers to brew's gem rather than to system's.

Tests installation procedure

  • In any folder:

      sudo gem install capybara poltergeist rspec
    

Tests running

  • In the application folder:

      rspec spec/features/* [--order random]
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].