Giter VIP home page Giter VIP logo

viscats's Introduction

viscats

Visualises human translation processes in recorded translation sessions as identified by segcats.

Basic Usage

All you need is to open viscats.html in any reasonably up-to-date web browser, such as a recent release of Mozilla Firefox or Google Chrome. Drag and drop a segmented translation session in CSV format (see below) into the dashed dropdown area or use the Browse button to select a local file to be visualised.

Note that viscats requires no web server architecture. You can simply open viscats.html locally from the directory you downloaded it into.

File Format

viscats is designed to visualise CSV files as created by segcats, but you can use it to visualise any CSV encoded time series data. Make sure that your CSV file has the following three rows:

  • start: the POSIX timestamp denoting the start of an event/phase (see http://en.wikipedia.org/wiki/Unix_time)
  • end: the POSIX timestamp denoting the end of an event/phase
  • state: the name/label of an event/phase

The CSV file can contain any number of other columnts, which viscats will simply ignore.

Sample CSV File

start,end,state
1402483122015,1402483122515,H1
1402483122515,1402483123015,H3
1402483123015,1402483123515,H2
1402483123515,1402483124015,H2
...

Please feel free to use the two sample files that ship with viscats for testing: sample_short.csv and sample_long.csv.

viscats's People

Contributors

laeubli avatar

Stargazers

 avatar

Watchers

 avatar  avatar

viscats's Issues

Enable zoom-in for timeline visualisation

Atm, the state events in long translation sessions are very compressed, especially on small screens. It would be convenient to enable zooming for the timeline element, so as to focus on subsections of the translation session.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.