Skip to content

Arrozito/LingView

 
 

Repository files navigation

LingView

A web interface for viewing glossed ELAN and FLEx files, optionally with time-synced video and audio. Developed at Brown University as part of the A'ingae Language Documentation initiative, this fork is a generalization of the A'ingae-specific website here.

Front-end code written with ReactJS.

Update: FLEx-with-media support

LingView now supports .flextext files as source documents. (Flextext is the format used for exporting a file from ELAN to FLEx or vice versa.) The new format can include timing information and can therefore be displayed with synced audio/video. To start using .flextext files, update LingView.

Getting Started

To begin using this site, you'll need to have NPM and Node.js installed. Details can be found on the NPM website. Then, clone this repository and run the command: npm install

This will install all the node modules required by our program. After making changes to a file, you'll need to bundle the code with Webpack. To do so, simply type the command "webpack" in the repository's root directory.

To view the website in Chrome or any other browser:

  1. Run webpack.
  2. Open index.html.

Resources

For an overview of the software, its potential uses, and the circumstances and design principles of its creation, see our paper.

For how-to's and troubleshooting, check the wiki.

Using LingView? We'd love to hear from you! You can reach us at kalinda.pride@gmail.com.

Stuck? Start by reading our paper, browsing the wiki, and playing around with the software for an hour or two. If those don't solve your problem, contact us.

Contributors welcome!

Packages

No packages published

Languages

  • JavaScript 94.1%
  • CSS 3.2%
  • HTML 2.7%