srvCodes / mt-dma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi-Task Deep Morphological Analyzer

This repo contains the code for our paper entitled Multi Task Deep Morphological Analyzer : Context Aware Neural Joint Morphological Tagging and Lemma Prediction. The Web API service is accessible here.

A sample analysis:

sample

Experiements

Both the directories follow the organization:

  1. preProcessing contains the code for dataset parsing. Datasets can be downloaded from the website of Universal Dependencies.

  2. dataInfo contains details on data set statistics.

  3. Models for all experiments:

  1. Code for MOO based GA feature selection.

  2. Code for post processing, visualization, BLEU, Levenshtein and word accuracy calculation can be found in postProcessingAndVisualization.

  3. Outputs on the HDTB and UDTB datasets.

  4. Outputs for t-SNE plots, GA graphs, and Precision-Recall curves.

MOO optimization

Cubic-spline interpolations for validation accuracies of population:

images

About


Languages

Language:Python 100.0%