Efficient Vocabulary Selection for Foreign-Language Learning.
Project description
Infolingo – Efficient Vocabulary Selection for Foreign-Language Learning
Infolingo uses cross-entropy and probability to optimize the next best words to learn to improve understanding of a foreign language text.
Installation
Use the package manager pip to install infolingo.
pip install infolingo
Usage
from infolingo import pick_vocab
# returns ["jumps", "fox"]
pick_vocab("The quick brown fox jumps over the lazy dog", n=2)
Roadmap
- Add entropy vocabulary picking functions
- Add streamlit demo
- Add media
- Add baseline vocabulary picking functions
- Multi-language Support
- Spanish
- French
Contributing
Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Changelog
0.1.0
Initial PyPi submission.
License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file infolingo-0.0.1.tar.gz.
File metadata
- Download URL: infolingo-0.0.1.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91232334f564824f3633a6620cb2543de2b441dface02825a27b9a83af975a24
|
|
| MD5 |
f0cded98d7d0b9715f0da416827ab6a1
|
|
| BLAKE2b-256 |
3908880140aa13f7d9d9cd0a8efc094a8f1c89a166d96f374728ced94de5de97
|
File details
Details for the file infolingo-0.0.1-py3-none-any.whl.
File metadata
- Download URL: infolingo-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0ef23af6219b5eb7d169a4c0aa97fe2645301967611215a3fef9e5fa44413ea
|
|
| MD5 |
1681e4364fded819df88c774d25e41a0
|
|
| BLAKE2b-256 |
a58d448a41429879f94858369cdf758c555b2cd85fd2226397247b28bb901be3
|