Skip to content

Repository for the (fake) paper submitted for the "A first two character input method" assignment

Notifications You must be signed in to change notification settings

SantiPhys/Afitwchinkame

Repository files navigation

Afitwchinkame

Repository for the (fake) paper submitted for the "A First Two Character Input Method" assignment.

Overview

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.

Instructions

Clone the Repository

First, clone the repository:

git clone https://github.com/SantiPhys/Afitwchinkame.git
cd Afitwchinkame

Install KyTea

Install KyTea from KyTea's official site.

Generate Data

Run the generate_data.py script to generate the necessary data in the data folder:

python generate_data.py

Create Models with KyTea

Run the run_kytea.sh script to create the SVM models in the models folder:

chmod +x run_kytea.sh
./run_kytea.sh

Generate Results

Finally, run the evaluate.py script to generate the results in the results folder:

python evaluate.py

Repository Structure

  • 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 by evaluate.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.

About

Repository for the (fake) paper submitted for the "A first two character input method" assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published