Repository for the (fake) paper submitted for the "A First Two Character Input Method" assignment.
This repository contains the LaTeX file used in Overleaf to create the paper submission. All other files include data, models, and results generated by our code.
First, clone the repository:
git clone https://github.com/SantiPhys/Afitwchinkame.git
cd Afitwchinkame
Install KyTea from KyTea's official site.
Run the generate_data.py
script to generate the necessary data in the data
folder:
python generate_data.py
Run the run_kytea.sh
script to create the SVM models in the models
folder:
chmod +x run_kytea.sh
./run_kytea.sh
Finally, run the evaluate.py
script to generate the results in the results
folder:
python evaluate.py
Afitwchinkame.tex
: The LaTeX file used for the paper submission.data/
: Folder containing the generated data.models/
: Folder containing the SVM models created by KyTea.results/
: Folder containing the results generated byevaluate.py
.tex/
: Folder containing files to create a convincing paper for submission with LaTeX.generate_data.py
: Script to generate necessary data.run_kytea.sh
: Script to create SVM models using KyTea.evaluate.py
: Script to generate results.