A simple, effective sentence mining tool.
Project description
Simple Sentence Mining
Simple Sentence Mining (ssmtool
) is a program for sentence mining, in which sentences with target vocabulary words are collected and added into a spaced repetition system (SRS) for language learning.
Features
- Double-click lookups from sentences and even faster lookups from integrated applications
- Lemmatization of words on lookup
- Online and local dictionaries in multiple formats
- Frequency lists and pronunciations
- Web reader (epub, fb2, plaintext) allowing one-click lookup
- Kindle highlights to Anki sentence cards (KOReader support is planned too)
For a detailed list of features and language support data, please consult the blog post on my blog
Tutorials
Text tutorial (The text originally on this document has since been moved there.)
Video tutorial (Basic, a bit outdated)
USERS: If you want to install it, go to Releases and from the latest release, download the appropriate file for your operating system.
Linux distro packages
Development
To run from source, simply use pip3 -r requirements.txt
and then python3 ssmtool.py
.
Alternatively, you can also install a live version to your python package library with pip3 install .
API documentation
If you want to leverage ssmtool to build your own plugins, you can refer to the API Documentation
Feedback
You are welcome to report bugs, suggest features/enhancements, or ask for clarifications by opening a GitHub issue.
Credits
The definitions provided by the program by default come from English Wiktionary, without which this program would never have been created.
Support for Google Translate without the use of an API key comes from the py-googletrans project
App icon is made from icons by Freepik available on Flaticon.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.