From 2df6d43e44bb9852aa31764f998e28ea89a45267 Mon Sep 17 00:00:00 2001 From: pommicket Date: Fri, 5 Sep 2025 18:09:53 -0400 Subject: Add web page --- .gitignore | 2 +- index.html | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 index.html diff --git a/.gitignore b/.gitignore index ec0fb71..811af54 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ /target enwiktionary-*.xml-p* -definitions.txt +*definitions.txt* .*.tmp *~ .vscode diff --git a/index.html b/index.html new file mode 100644 index 0000000..3bd880c --- /dev/null +++ b/index.html @@ -0,0 +1,39 @@ + + + + + Wiktionary word lists + + + + + + + + + +

pommicket's Wiktionary-based word lists

+

+ These are various lists of words extracted from Wiktionary data dumps. Some of the code + used to produce them is available here.
+ You can do whatever you like with them, subject to + Wiktionary's licensing, where applicable. +

+ +

¹ Derived from enwiktionary-20250701 dump.

+ + -- cgit v1.2.3