repo.or.cz
/
vspell.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
softcount: tolerate zero ngrams
[vspell.git]
/
libvspell
/
distance.h
blob
fa21c6e604ff006591aef7a0dc066bac90026062
1
#define MAX_WIDTH 32
2
#define MAX_HEIGHT 32
3
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
);