HebrewCorpusSearcher Code
Brought to you by:
jacksonlake
| File | Date | Author | Commit |
|---|---|---|---|
| resources | 2021-09-11 |
|
[e6ed86] added UI. Bug with a * in he:wip |
| CorpusManager.py | 2021-09-11 |
|
[e6ed86] added UI. Bug with a * in he:wip |
| README.md | 2021-09-11 |
|
[e6ed86] added UI. Bug with a * in he:wip |
| corpus.txt | 2021-09-11 |
|
[e6ed86] added UI. Bug with a * in he:wip |
| settings.py | 2021-09-11 |
|
[e6ed86] added UI. Bug with a * in he:wip |
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.