softcount: tolerate zero ngrams
[vspell.git] / libvspell / distance.h
blobfa21c6e604ff006591aef7a0dc066bac90026062
1 #define MAX_WIDTH 32
2 #define MAX_HEIGHT 32
4 int ed(const char *s1,int n1,const char *s2,int n2);
5 int ed_thresold(const char *s1,int n1,const char *s2,int n2,int thresold);
6 void ed_init();
7 void ed_dump(int w,int h);