Skip to content

ra77767/Mygrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

# Обучение модели на моем корпусе
python train_model.py corpus.txt my_model.bin

# Поиск с использованием обученной модели
python mygrep.py data.txt "привет" --model=my_model.bin

# Только точный поиск
python mygrep.py data.txt "привет" --exact

# С более высоким порогом схожести
python mygrep.py data.txt "привет" --model=my_model.bin --threshold=0.7

# С учетом регистра
python mygrep.py data.txt "Привет" --case-sensitive

About

study 1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages