Visko (Visual-kopasu) is a web-based software suite for Computational Linguistic Analysis based on deep parsing with construction grammars and ontologies (HPSG, SBCG, xMRS, Wordnet, texttaglib).
visko
is available on PyPI and can be installed with pip
pip install visko
- Visko requires coolisf library in order to function. Please follow installation instructions at https://pypi.org/project/coolisf/
- Visko is a Django site. To run Visko locally, please download the pre-packaged
visko_site.tar.gz
from a compatible release here and unzip it to a local folder. To start the development server use:and Visko should be ready at http://localhost:8000python manage.py runserver
- Open Science Framework project page: https://osf.io/9udjk/
- Visko documentation: https://visko.readthedocs.io/
- Source code: https://github.com/letuananh/visualkopasu
- PyPI: https://pypi.org/project/visko/