项目作者: cameronbriar

项目描述 :
Fresno Audiovisual Lexicon Tool
高级语言: JavaScript
项目地址: git://github.com/cameronbriar/FALT.git
创建时间: 2012-07-09T19:02:55Z
项目社区:https://github.com/cameronbriar/FALT

开源协议:

下载


FALT

Fresno Audiovisual Lexicon Tool

FALT is a tool to help investigate the similarities between audio-alone communication and visual-alone communication.

FALT SCREENSHOT

To install (Debian):

  1. # Install required Python modules
  2. pip install django==1.4.2
  3. pip install python-Levenshtein
  4. # Get the FALT project
  5. git clone https://github.com/cameronbriar/FALT.git
  6. cd FALT
  7. # Fix `UPDATE_ROOT_DIRECTORY` variable in `FALT/settings.py` based on project directory location (e.g. `/home/user/FALT`)
  8. # Run the server
  9. python manage.py runserver 0.0.0.0:8000
  10. # Visit http://localhost:8000 in a browser
  11. # Click "About" to learn more