Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tatterdemalion/worder
Calculate possible words and corresponding points in Scrabble for given letters.
https://github.com/tatterdemalion/worder
Last synced: about 1 month ago
JSON representation
Calculate possible words and corresponding points in Scrabble for given letters.
- Host: GitHub
- URL: https://github.com/tatterdemalion/worder
- Owner: tatterdemalion
- License: gpl-3.0
- Created: 2015-02-28T12:28:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-01T14:57:32.000Z (over 5 years ago)
- Last Synced: 2023-03-17T23:10:32.256Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 3.49 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Worder
Calculate possible words and corresponding points in *Scrabble* for given letters.```
$ python worder.py
Enter letters: abcdef* # "*" for blank character
Enter language (en):
Enter regex (optional):^m.*$ # Apparently there is an "m" on the board and we want to use it.
mazed - 17 points
madefy - 15 points
maze - 15 points
max - 12 points
maybe - 12 points
mack - 12 points
mafic - 12 points
malfed - 12 points
macled - 11 points
medoc - 10 points
mobed - 10 points
madoc - 10 points
make - 10 points
meak - 10 points
medic - 10 points
madge - 9 points
macle - 9 points
mabel - 9 points
macer - 9 points
mwa - 8 points
mew - 8 points
...```
# Word Sources
* English: /usr/share/dict/words :) (lowercased)
* Turkish: [zemberek](https://code.google.com/p/zemberek/downloads/detail?name=full.txt.tr.tar.gz&can=2&q=)