Reimplemented LogPtoProb (which is just an exp10 call)
[vspell.git] / scripts / list-entity.pl
blobaf522b3aaf2c269f816818e118e1101be7a16e2d
1 #!/usr/bin/perl
3 while (<>) {
4 while (m/(&[^;]*;)/g) {
5 print $1."\n";