Difference between revisions of "Pairviewer"

From Apertium
Jump to navigation Jump to search
m
Line 1: Line 1:
 
'''Pairviewer''' is an html/javascript/jquery/d3 application developed originally during GCI 2012 that displays available language pairs in apertium as a graph.
 
'''Pairviewer''' is an html/javascript/jquery/d3 application developed originally during GCI 2012 that displays available language pairs in apertium as a graph.
   
  +
== Location ==
 
The code lives in svn at [https://svn.code.sf.net/p/apertium/svn/trunk/apertium-tools/pairviewer https://svn.code.sf.net/p/apertium/svn/trunk/apertium-tools/pairviewer].
 
The code lives in svn at [https://svn.code.sf.net/p/apertium/svn/trunk/apertium-tools/pairviewer https://svn.code.sf.net/p/apertium/svn/trunk/apertium-tools/pairviewer].
   
 
A test installation is available at [http://apertium.vm.bytemark.co.uk/~firespeaker/apertium-tools/pairviewer/apertium.html http://apertium.vm.bytemark.co.uk/~firespeaker/apertium-tools/pairviewer/apertium.html].
 
A test installation is available at [http://apertium.vm.bytemark.co.uk/~firespeaker/apertium-tools/pairviewer/apertium.html http://apertium.vm.bytemark.co.uk/~firespeaker/apertium-tools/pairviewer/apertium.html].
  +
  +
== Workings ==
  +
Pairview loads a pairs.json.txt file from the same dir. This file is generated by the pairsOut.py script (and supporting get_all_language_pairs.py script) in apertium-tools.
  +
  +
[[Category:Visual tools]]

Revision as of 15:59, 5 November 2013

Pairviewer is an html/javascript/jquery/d3 application developed originally during GCI 2012 that displays available language pairs in apertium as a graph.

Location

The code lives in svn at https://svn.code.sf.net/p/apertium/svn/trunk/apertium-tools/pairviewer.

A test installation is available at http://apertium.vm.bytemark.co.uk/~firespeaker/apertium-tools/pairviewer/apertium.html.

Workings

Pairview loads a pairs.json.txt file from the same dir. This file is generated by the pairsOut.py script (and supporting get_all_language_pairs.py script) in apertium-tools.