Skip to content

Latest commit

 

History

History
76 lines (50 loc) · 2.61 KB

File metadata and controls

76 lines (50 loc) · 2.61 KB
title author date lang documentclass tags abstract
Experiments with CollateX
J.B. Camps
L. Ing
E. Spadini
\today
fr
article
collation
alignment
collatex
Presentation of CollateX. Use linguistic analysis for refining the output and identifying categories of variants

Experiments with CollateX

1. CollateX

1.a. Short intro to CollateX

Slides https://elespdn.github.io/talks/20190117_condorcet.html

1.b. Demo and hands-on

Try the Demo on CollateX website https://collatex.net/demo/

Or (if you have Python3 on your machine) try the Python version, following the instructions here.

Install and run CollateX (python) in Jupyter notebooks

git clone https://github.com/CondorCompPhil/Tutorial_workflow.git

Alternatively, you can download this Github repository, using the green button 'Clone or download' above. Choose 'Download ZIP'; move the zip file to a safe place in your computer where you can find it later, e.g. the 'Documents' folder; unzip it.

  • (Optional!) using a virtual environnement (virtualenv)
virtualenv env -p python3.6
source env/bin/activate
pip3 install --upgrade pip
pip3 install jupyter
pip3 install collatex python-levenshtein graphviz lxml
  • launch Jupyter notebook and go to the folder where you downloaded the repo (or navigate to the repo in command line and then launch Juypter notebook). A page will open in your default browser at 'http://localhost:8888'. Now you can navigate the files and open them using double click.
jupyter notebook
  • Open the Notebook and run it.
    • Double click on 'example1.ipynb'; it will be opened in a new tab.
    • Select the first code cell (you'll see 'In [1]' on the left) just by clicking into it. Then run the code using the 'Play' button in the bar above (8th button from left). The result will be (re)generated immediately. You can try with all the code cells below (all those having 'In' and a number on the left). The result will appear below each cell code.

2. Identifying categories of variants

Slides Approach and basic categorization of variants

Slides Categorization of variants and future perspectives