Menu

Tree [e6ed86] master /
 History

HTTPS access


File Date Author Commit
 resources 2021-09-11 oleg oleg [e6ed86] added UI. Bug with a * in he:wip
 CorpusManager.py 2021-09-11 oleg oleg [e6ed86] added UI. Bug with a * in he:wip
 README.md 2021-09-11 oleg oleg [e6ed86] added UI. Bug with a * in he:wip
 corpus.txt 2021-09-11 oleg oleg [e6ed86] added UI. Bug with a * in he:wip
 settings.py 2021-09-11 oleg oleg [e6ed86] added UI. Bug with a * in he:wip

Read Me

CorpusSearcher

This script searches in corpus.txt by mask.
Supports corpus with Hebrew, Russian, English, and probably other languages.
With Hebrew the script needs to be launched with isHebrew = True. In that case the corpus cannot contain characters that are not Hebrew letters.

Mask example:
b.s%
. - replaces one and only one letter
% - replaces any number of letters

b%e% will find beatiful, bear...
%b%e will find abe, abwher etc.
%b.n% will find ben, laben, etc.

MongoDB Logo MongoDB