Skip to content

A small command line tool to compute edit distances on datasets

License

Notifications You must be signed in to change notification settings

stanford-oval/all-pairs-edit-distance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

All Pairs Edit Distance

This repository contains a command line tool that takes a Genie-formatted dataset (id, sentence, program, tab-separated), and computes a file of edit distances.

I am uploading this not because it's particularly useful, but because a friend was curious.

Building

meson _build --buildtype=debugoptimized
ninja -C _build
sudo ninja -C _build install

Usage

all-pairs-edit-distance <input file> <output file>

License

GPLv3 or later.

About

A small command line tool to compute edit distances on datasets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published