An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# WordLists

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://LilithHafner.github.io/WordLists.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://LilithHafner.github.io/WordLists.jl/dev/)
[![Build Status](https://github.com/LilithHafner/WordLists.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/LilithHafner/WordLists.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/LilithHafner/WordLists.jl/branch/main/graph/badge.svg)](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.