Finds i+1 sentences from Jisho.org, all of which include a word. The term "i+1" is described as explained in this wikipedia article.
- User creates "words.txt" next to the .py file.
- User adds words to "words.txt", one word per line.
- Load "words.txt".
- Search sentences for each word in Jisho.org
- Divide sentences to words using ja_ginza and take important words (nouns, adjectives, verbs and so on).
- Compare words of each sentence to words in known words set.
- Count unknown words found in step 4.
- If there are exactly 1 unknown word in a sentence, it's an i+1 sentence.
- Save results in "results.txt".
- Made using Python 3.10.0
- Access to Jisho.org