https://github.com/lilithhafner/wordlists.jl
Dictionaries without definitions
https://github.com/lilithhafner/wordlists.jl
Last synced: 2 months ago
JSON representation
Dictionaries without definitions
- Host: GitHub
- URL: https://github.com/lilithhafner/wordlists.jl
- Owner: LilithHafner
- License: gpl-3.0
- Created: 2022-09-25T02:00:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-31T13:42:09.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T02:06:26.884Z (4 months ago)
- Language: Julia
- Size: 13.7 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WordLists
[](https://LilithHafner.github.io/WordLists.jl/stable/)
[](https://LilithHafner.github.io/WordLists.jl/dev/)
[](https://github.com/LilithHafner/WordLists.jl/actions/workflows/CI.yml?query=branch%3Amain)
[](https://codecov.io/gh/LilithHafner/WordLists.jl)WordLists.jl provides lists of words from various languages (currently Dutch, English, French, German, Italian, Portuguese and Spanish).
```julia-repl
julia> words("English")
257874-element Vector{String}:
"Aani"
"Aaron"
"Aaronic"
"Aaronical"
"Aaronite"
"Aaronitic"
⋮
"zymotize"
"zymotoxic"
"zymurgy"
"zythem"
"zythum"
```## Help Wanted
The current set of languages is small and the lists are incomplete. If you have a higher quality list or a word list from a different language, please open a pull request or issue.