https://github.com/kirillsimin/sentencematch
Finds a similar sentence in a text file.
https://github.com/kirillsimin/sentencematch
Last synced: 2 months ago
JSON representation
Finds a similar sentence in a text file.
- Host: GitHub
- URL: https://github.com/kirillsimin/sentencematch
- Owner: kirillsimin
- Created: 2016-01-03T19:45:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-03T21:47:54.000Z (over 9 years ago)
- Last Synced: 2025-04-12T22:16:08.953Z (2 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sentenceMatch
Finds a similar sentence in a text file.## Example
```
echo 'We had neither army nor general ready to impede his march. Match Index: 5891.666666666666' | python sentenceMatch.py
```