├── .gitignore
├── Eclipse-userdict.txt
├── README.md
└── wikt2xmlfull
├── .classpath
├── .gitignore
├── .metadata
├── .lock
├── .plugins
│ ├── org.eclipse.core.resources
│ │ ├── .root
│ │ │ └── .indexes
│ │ │ │ ├── history.version
│ │ │ │ ├── properties.index
│ │ │ │ └── properties.version
│ │ └── .safetable
│ │ │ └── org.eclipse.core.resources
│ ├── org.eclipse.core.runtime
│ │ └── .settings
│ │ │ ├── org.eclipse.core.resources.prefs
│ │ │ ├── org.eclipse.jdt.ui.prefs
│ │ │ ├── org.eclipse.jst.j2ee.webservice.ui.prefs
│ │ │ ├── org.eclipse.m2e.discovery.prefs
│ │ │ ├── org.eclipse.ui.ide.prefs
│ │ │ ├── org.eclipse.ui.prefs
│ │ │ └── org.eclipse.ui.workbench.prefs
│ ├── org.eclipse.e4.workbench
│ │ └── workbench.xmi
│ ├── org.eclipse.jdt.core
│ │ ├── nonChainingJarsCache
│ │ └── variablesAndContainers.dat
│ ├── org.eclipse.jdt.ui
│ │ ├── OpenTypeHistory.xml
│ │ └── QualifiedTypeNameHistory.xml
│ ├── org.eclipse.ui.ide
│ │ └── dialog_settings.xml
│ └── org.eclipse.ui.workbench
│ │ └── dialog_settings.xml
└── version.ini
├── .project
├── .settings
├── org.eclipse.core.resources.prefs
├── org.eclipse.jdt.core.prefs
└── org.eclipse.m2e.core.prefs
├── Building.txt
├── English lang headword-line templates.txt
├── InsertLangs.sql
├── Pronunciation.txt
├── Running-building-stardict-tools-not-needed.txt
├── Running.txt
├── Schema.mwb
├── Schema.pdf
├── Scripts
├── ParseLangs
│ ├── ParseLangs MAIN.cmd
│ ├── ParseLangs enwiktionary-combine.cmd
│ ├── ParseLangs enwiktionary.cmd
│ ├── ParseLangs enwiktionary.py
│ ├── ParseLangs fiwiktionary.cmd
│ ├── dlEnglLangs.py
│ └── wiktionary.to.xml.full.ParseLangsFi.log
├── ReadStripped
│ ├── .gitignore
│ ├── ReadStripped SD ALL.cmd
│ ├── ReadStripped SD MAIN.cmd
│ ├── ReadStripped SD el-ALL.cmd
│ ├── ReadStripped SD el-el.cmd
│ ├── ReadStripped SD en-ALL.cmd
│ ├── ReadStripped SD en-Western.cmd
│ ├── ReadStripped SD en-Western_Greek_Slavonic.cmd
│ ├── ReadStripped SD en-en.cmd
│ ├── ReadStripped SD fi-ALL.cmd
│ ├── ReadStripped SD fi-fi.cmd
│ ├── ReadStripped SD nb-ALL.cmd
│ ├── ReadStripped SD nb-nb.cmd
│ ├── ReadStripped SD nn-ALL.cmd
│ ├── ReadStripped SD nn-nn.cmd
│ ├── ReadStripped SD no-ALL.cmd
│ ├── ReadStripped SD no-no.cmd
│ ├── ReadStripped SD sq-ALL.cmd
│ ├── ReadStripped SD sv-ALL.cmd
│ ├── ReadStripped SD sv-sv.cmd
│ └── Tests
│ │ ├── .gitignore
│ │ └── ReadStripped SD test small.cmd
├── StripNamespaces
│ ├── .gitignore
│ ├── StripNamespaces ALL.cmd
│ ├── StripNamespaces MAIN.cmd
│ ├── StripNamespaces elwiktionary.cmd
│ ├── StripNamespaces enwiktionary.cmd
│ ├── StripNamespaces fiwiktionary.cmd
│ ├── StripNamespaces hewiktionary.cmd
│ ├── StripNamespaces nnwiktionary.cmd
│ ├── StripNamespaces nowiktionary.cmd
│ ├── StripNamespaces sqwiktionary.cmd
│ ├── StripNamespaces svwiktionary.cmd
│ └── old-StripNamespaces GiveLangAsParam.cmd
├── conv2unix
│ ├── conv2unix-el-ALL.sh
│ ├── conv2unix-el-el.sh
│ ├── conv2unix-en-ALL.sh
│ ├── conv2unix-en-Western.sh
│ ├── conv2unix-en-Western_Greek_Slavonic.sh
│ ├── conv2unix-en-en.sh
│ ├── conv2unix-fi-ALL.sh
│ ├── conv2unix-fi-fi.sh
│ ├── conv2unix-nn-ALL.sh
│ ├── conv2unix-nn-nn.sh
│ ├── conv2unix-no-ALL.sh
│ ├── conv2unix-no-no.sh
│ ├── conv2unix-sv-ALL.sh
│ └── conv2unix-sv-sv.sh
├── cp-StarDict-files-to-subdirs-and-compress.sh
├── dictfmt
│ ├── el
│ │ ├── dictfmt-el-ALL.sh
│ │ └── dictfmt-el-el.sh
│ ├── en
│ │ ├── dictfmt-en-ALL.sh
│ │ ├── dictfmt-en-Western.sh
│ │ ├── dictfmt-en-Western_Greek_Slavonic.sh
│ │ └── dictfmt-en-en.sh
│ ├── fi
│ │ ├── dictfmt-fi-ALL.sh
│ │ └── dictfmt-fi-fi.sh
│ ├── nn
│ │ ├── dictfmt-nn-ALL.sh
│ │ └── dictfmt-nn-nn.sh
│ ├── no
│ │ ├── dictfmt-no-ALL.sh
│ │ └── dictfmt-no-no.sh
│ ├── old-scripts
│ │ ├── dictfmt-Western.sh
│ │ ├── dictfmt-Western_Greek_Slavonic.sh
│ │ ├── dictfmt-el-ALL.sh
│ │ ├── dictfmt-el-el.sh
│ │ ├── dictfmt-en-ALL.sh
│ │ ├── dictfmt-en-Western.sh
│ │ ├── dictfmt-en-Western_Greek_Slavonic.sh
│ │ ├── dictfmt-en-en.sh
│ │ ├── dictfmt-fi-ALL.sh
│ │ ├── dictfmt-fi-fi.sh
│ │ ├── dictfmt-nn-ALL.sh
│ │ ├── dictfmt-no-ALL.sh
│ │ ├── dictfmt-sq-ALL.sh
│ │ ├── dictfmt-sv-ALL.sh
│ │ └── dictfmt-sv-sv.sh
│ └── sv
│ │ ├── dictfmt-sv-ALL.sh
│ │ └── dictfmt-sv-sv.sh
├── dlWiktionaries
│ ├── dlAllWiktionaries.cmd
│ └── dlWiktionary.py
├── dupls-test-el-el.cmd
├── join-dupls-dictfmt
│ ├── .gitignore
│ ├── Unsupported
│ │ ├── join-dupls-dictfmt-nb-ALL.cmd
│ │ ├── join-dupls-dictfmt-nb-nb.cmd
│ │ └── join-dupls-dictfmt-sq.cmd
│ ├── join-dupls-dictfmt-ALL.cmd
│ ├── join-dupls-dictfmt-el-ALL.cmd
│ ├── join-dupls-dictfmt-el-el.cmd
│ ├── join-dupls-dictfmt-en-ALL.cmd
│ ├── join-dupls-dictfmt-en-Western.cmd
│ ├── join-dupls-dictfmt-en-Western_Greek_Slavonic.cmd
│ ├── join-dupls-dictfmt-en-en.cmd
│ ├── join-dupls-dictfmt-fi-ALL.cmd
│ ├── join-dupls-dictfmt-fi-fi.cmd
│ ├── join-dupls-dictfmt-nn-ALL.cmd
│ ├── join-dupls-dictfmt-nn-nn.cmd
│ ├── join-dupls-dictfmt-no-ALL.cmd
│ ├── join-dupls-dictfmt-no-no.cmd
│ ├── join-dupls-dictfmt-sv-ALL.cmd
│ └── join-dupls-dictfmt-sv-sv.cmd
└── sort
│ ├── sort-el-ALL.sh
│ ├── sort-el-el.sh
│ ├── sort-en-ALL.sh
│ ├── sort-en-Western.sh
│ ├── sort-en-Western_Greek_Slavonic.sh
│ ├── sort-en-en.sh
│ ├── sort-fi-ALL.sh
│ ├── sort-fi-fi.sh
│ ├── sort-nn-ALL.sh
│ ├── sort-no-ALL.sh
│ ├── sort-no-no.sh
│ ├── sort-sv-ALL.sh
│ └── sort-sv-sv.sh
├── TODO Western-Greek-Slavonic-warnings-in-Stardict-editor-20230219.txt
├── TODO-fix-to-add-linefeeds-to-etymologies.txt
├── dictd creation.txt
├── dupls-test-el-el-out.txt
├── dupls-test-el-el.txt
├── examples
├── abnodate.txt
├── aimiez.txt
├── bake.txt
├── book.txt
├── cmn-test1.txt
├── com.txt
├── de.txt
├── dictionary.txt
├── el-Psafis.txt
├── el-Wiktionary.txt
├── el-andras.txt
├── el-autokineeto.txt
├── el-car.txt
├── el-chronia.txt
├── el-lexee.txt
├── el-oudeteros.txt
├── en-apples.txt
├── en-cageling.txt
├── en-cum.txt
├── en-en-free.txt
├── en-encyclopedia.txt
├── en-multiple-free.txt
├── en-time-short.txt
├── en-time.txt
├── eng+oe.txt
├── etymtest.txt
├── fi-askelmittaus-tag-error.txt
├── fi-haarukka.txt
├── fi-kissa.txt
├── ipa.txt
├── livre.txt
├── oe-word.txt
├── out
│ ├── NPE-20230218-out.txt
│ ├── cmn-test1-out.txt
│ ├── el-ALL-Wiktionary-out.txt
│ ├── el-el-Wiktionary-out.txt
│ ├── el-el-chronia-out.txt
│ ├── el-el_for_en-apples-out.txt
│ ├── en-ALL-apples-out.txt
│ ├── en-cum-out.txt
│ ├── en-en-apples-out.txt
│ ├── en-en-cageling-out.txt
│ ├── en-en-free-out.txt
│ ├── en-en-trill-out.txt
│ ├── en-time-out.txt
│ ├── en-time-short-out.txt
│ ├── eng+oe-out.txt
│ ├── fi-haarukka-out.txt
│ ├── gr-out.txt
│ ├── sq-out.txt
│ ├── zh-test1-out.txt
│ └── zh-test2-out.txt
├── proverb.txt
├── senjen.txt
├── sq-examples.txt
├── sv-besserwisser.txt
├── sv-förmiddan.txt
├── trill.txt
├── zh-test1.txt
└── zh-test2.txt
├── langs
├── el
│ ├── dl link.txt
│ └── el-language_codes.html
├── en
│ ├── dl
│ │ ├── a-short-complex.html
│ │ ├── a-short.html
│ │ ├── a.html
│ │ ├── b.html
│ │ ├── c.html
│ │ ├── d.html
│ │ ├── data2.htm
│ │ ├── datax.htm
│ │ ├── dl link.txt
│ │ ├── e.html
│ │ ├── f.html
│ │ ├── g.html
│ │ ├── h.html
│ │ ├── i.html
│ │ ├── j.html
│ │ ├── k.html
│ │ ├── l.html
│ │ ├── m.html
│ │ ├── n.html
│ │ ├── o.html
│ │ ├── p.html
│ │ ├── q.html
│ │ ├── r.html
│ │ ├── s.html
│ │ ├── t.html
│ │ ├── u.html
│ │ ├── v.html
│ │ ├── w.html
│ │ ├── x.html
│ │ ├── y.html
│ │ └── z.html
│ ├── en-2_letter-language codes.csv
│ ├── en-extra_non_generated-language codes.csv
│ ├── old-en-ALL-language codes.csv
│ ├── old-en-language codes-by-parseEnglLangs.csv
│ ├── older-en-language codes.csv
│ └── out
│ │ ├── 3ltr.csv
│ │ ├── a.csv
│ │ ├── abcd.csv
│ │ ├── b.csv
│ │ ├── c.csv
│ │ ├── combined-2_and_3.csv
│ │ ├── combined.csv
│ │ ├── d.csv
│ │ ├── e.csv
│ │ ├── efgh.csv
│ │ ├── en-ALL-language codes.csv
│ │ ├── f.csv
│ │ ├── g.csv
│ │ ├── gen-sorted-added.txt
│ │ ├── h.csv
│ │ ├── header.csv
│ │ ├── i.csv
│ │ ├── ijkl.csv
│ │ ├── j.csv
│ │ ├── k.csv
│ │ ├── l.csv
│ │ ├── m.csv
│ │ ├── mnop.csv
│ │ ├── n.csv
│ │ ├── o.csv
│ │ ├── p.csv
│ │ ├── q.csv
│ │ ├── qrst.csv
│ │ ├── qrsv.csv
│ │ ├── r.csv
│ │ ├── s.csv
│ │ ├── sorted-2_and_3.csv
│ │ ├── sorted.csv
│ │ ├── t.csv
│ │ ├── u.csv
│ │ ├── uvwx.csv
│ │ ├── v.csv
│ │ ├── w.csv
│ │ ├── wxyz.csv
│ │ ├── x.csv
│ │ ├── y.csv
│ │ ├── yz.csv
│ │ └── z.csv
└── fi
│ ├── dl link.txt
│ ├── fi-language_codes.csv
│ ├── langs-in.html
│ ├── new fi language codes.csv
│ └── parselangs-fi-ALL-language_codes.csv
├── new language codes.csv
├── pd-header.txt
├── pom.xml
├── schema.txt
└── src
├── langs
├── el-ALL-language codes.csv
├── el-el-language codes.csv
├── en-ALL-language codes.csv
├── en-Western-language codes.csv
├── en-Western_Greek_Slavonic-language codes.csv
├── en-en-language codes.csv
├── fi-ALL-language codes.csv
├── fi-fi-language codes.csv
├── fi
│ └── langs-in.html
├── nb-ALL-language codes.csv
├── nb-nb-language codes.csv
├── nn-ALL-language codes.csv
├── nn-nn-language codes.csv
├── no-ALL-language codes.csv
├── no-no-language codes.csv
├── sv-ALL-language codes.csv
└── sv-sv-language codes.csv
└── wiktionary
└── to
└── xml
└── full
├── JoinDefinitions.java
├── ParseLangs.java
├── ParseLangsEl.java
├── ParseLangsFi.java
├── ParseLangsSv.txt
├── ReadStripped.java
├── StripNamespaces.java
├── data
├── Etym.java
├── Example.java
├── Lang.java
├── OutputTypes.java
├── POSType.java
├── POSType_fi.java
├── Pronunciation.java
├── Sense.java
├── TokenWithPos.java
├── Word.java
├── WordEntry.java
├── WordEtym.java
└── WordLang.java
├── storer
├── StardictStorer.java
└── Storer.java
└── util
├── DeepCopy.java
├── FastByteArrayInputStream.java
├── FastByteArrayOutputStream.java
└── StringUtils.java
/.gitignore:
--------------------------------------------------------------------------------
1 | /.metadata/
2 |
--------------------------------------------------------------------------------
/Eclipse-userdict.txt:
--------------------------------------------------------------------------------
1 | etymology
2 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/README.md
--------------------------------------------------------------------------------
/wikt2xmlfull/.classpath:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/.classpath
--------------------------------------------------------------------------------
/wikt2xmlfull/.gitignore:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/.gitignore
--------------------------------------------------------------------------------
/wikt2xmlfull/.metadata/.lock:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/wikt2xmlfull/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/history.version:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/wikt2xmlfull/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index
--------------------------------------------------------------------------------
/wikt2xmlfull/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.version:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/wikt2xmlfull/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources
--------------------------------------------------------------------------------
/wikt2xmlfull/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.core.resources.prefs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.core.resources.prefs
--------------------------------------------------------------------------------
/wikt2xmlfull/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs
--------------------------------------------------------------------------------
/wikt2xmlfull/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jst.j2ee.webservice.ui.prefs:
--------------------------------------------------------------------------------
1 | areThereWebServices=false
2 | eclipse.preferences.version=1
3 |
--------------------------------------------------------------------------------
/wikt2xmlfull/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.m2e.discovery.prefs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.m2e.discovery.prefs
--------------------------------------------------------------------------------
/wikt2xmlfull/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.ide.prefs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.ide.prefs
--------------------------------------------------------------------------------
/wikt2xmlfull/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | showIntro=false
3 |
--------------------------------------------------------------------------------
/wikt2xmlfull/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.workbench.prefs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.workbench.prefs
--------------------------------------------------------------------------------
/wikt2xmlfull/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi
--------------------------------------------------------------------------------
/wikt2xmlfull/.metadata/.plugins/org.eclipse.jdt.core/nonChainingJarsCache:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/wikt2xmlfull/.metadata/.plugins/org.eclipse.jdt.core/variablesAndContainers.dat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/.metadata/.plugins/org.eclipse.jdt.core/variablesAndContainers.dat
--------------------------------------------------------------------------------
/wikt2xmlfull/.metadata/.plugins/org.eclipse.jdt.ui/OpenTypeHistory.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/wikt2xmlfull/.metadata/.plugins/org.eclipse.jdt.ui/QualifiedTypeNameHistory.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/wikt2xmlfull/.metadata/.plugins/org.eclipse.ui.ide/dialog_settings.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/.metadata/.plugins/org.eclipse.ui.ide/dialog_settings.xml
--------------------------------------------------------------------------------
/wikt2xmlfull/.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings.xml
--------------------------------------------------------------------------------
/wikt2xmlfull/.metadata/version.ini:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/.metadata/version.ini
--------------------------------------------------------------------------------
/wikt2xmlfull/.project:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/.project
--------------------------------------------------------------------------------
/wikt2xmlfull/.settings/org.eclipse.core.resources.prefs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/.settings/org.eclipse.core.resources.prefs
--------------------------------------------------------------------------------
/wikt2xmlfull/.settings/org.eclipse.jdt.core.prefs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/.settings/org.eclipse.jdt.core.prefs
--------------------------------------------------------------------------------
/wikt2xmlfull/.settings/org.eclipse.m2e.core.prefs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/.settings/org.eclipse.m2e.core.prefs
--------------------------------------------------------------------------------
/wikt2xmlfull/Building.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Building.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/English lang headword-line templates.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/English lang headword-line templates.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/InsertLangs.sql:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/InsertLangs.sql
--------------------------------------------------------------------------------
/wikt2xmlfull/Pronunciation.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Pronunciation.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/Running-building-stardict-tools-not-needed.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Running-building-stardict-tools-not-needed.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/Running.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Running.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/Schema.mwb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Schema.mwb
--------------------------------------------------------------------------------
/wikt2xmlfull/Schema.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Schema.pdf
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/ParseLangs/ParseLangs MAIN.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/ParseLangs/ParseLangs MAIN.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/ParseLangs/ParseLangs enwiktionary-combine.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/ParseLangs/ParseLangs enwiktionary-combine.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/ParseLangs/ParseLangs enwiktionary.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/ParseLangs/ParseLangs enwiktionary.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/ParseLangs/ParseLangs enwiktionary.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/ParseLangs/ParseLangs enwiktionary.py
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/ParseLangs/ParseLangs fiwiktionary.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/ParseLangs/ParseLangs fiwiktionary.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/ParseLangs/dlEnglLangs.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/ParseLangs/dlEnglLangs.py
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/ParseLangs/wiktionary.to.xml.full.ParseLangsFi.log:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/ParseLangs/wiktionary.to.xml.full.ParseLangsFi.log
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/ReadStripped/.gitignore:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/ReadStripped/.gitignore
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/ReadStripped/ReadStripped SD ALL.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/ReadStripped/ReadStripped SD ALL.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/ReadStripped/ReadStripped SD MAIN.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/ReadStripped/ReadStripped SD MAIN.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/ReadStripped/ReadStripped SD el-ALL.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/ReadStripped/ReadStripped SD el-ALL.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/ReadStripped/ReadStripped SD el-el.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/ReadStripped/ReadStripped SD el-el.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/ReadStripped/ReadStripped SD en-ALL.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/ReadStripped/ReadStripped SD en-ALL.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/ReadStripped/ReadStripped SD en-Western.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/ReadStripped/ReadStripped SD en-Western.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/ReadStripped/ReadStripped SD en-Western_Greek_Slavonic.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/ReadStripped/ReadStripped SD en-Western_Greek_Slavonic.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/ReadStripped/ReadStripped SD en-en.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/ReadStripped/ReadStripped SD en-en.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/ReadStripped/ReadStripped SD fi-ALL.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/ReadStripped/ReadStripped SD fi-ALL.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/ReadStripped/ReadStripped SD fi-fi.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/ReadStripped/ReadStripped SD fi-fi.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/ReadStripped/ReadStripped SD nb-ALL.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/ReadStripped/ReadStripped SD nb-ALL.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/ReadStripped/ReadStripped SD nb-nb.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/ReadStripped/ReadStripped SD nb-nb.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/ReadStripped/ReadStripped SD nn-ALL.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/ReadStripped/ReadStripped SD nn-ALL.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/ReadStripped/ReadStripped SD nn-nn.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/ReadStripped/ReadStripped SD nn-nn.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/ReadStripped/ReadStripped SD no-ALL.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/ReadStripped/ReadStripped SD no-ALL.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/ReadStripped/ReadStripped SD no-no.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/ReadStripped/ReadStripped SD no-no.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/ReadStripped/ReadStripped SD sq-ALL.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/ReadStripped/ReadStripped SD sq-ALL.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/ReadStripped/ReadStripped SD sv-ALL.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/ReadStripped/ReadStripped SD sv-ALL.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/ReadStripped/ReadStripped SD sv-sv.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/ReadStripped/ReadStripped SD sv-sv.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/ReadStripped/Tests/.gitignore:
--------------------------------------------------------------------------------
1 | /wiktionary.to.xml.full.ReadStripped.log
2 |
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/ReadStripped/Tests/ReadStripped SD test small.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/ReadStripped/Tests/ReadStripped SD test small.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/StripNamespaces/.gitignore:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/StripNamespaces/.gitignore
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/StripNamespaces/StripNamespaces ALL.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/StripNamespaces/StripNamespaces ALL.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/StripNamespaces/StripNamespaces MAIN.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/StripNamespaces/StripNamespaces MAIN.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/StripNamespaces/StripNamespaces elwiktionary.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/StripNamespaces/StripNamespaces elwiktionary.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/StripNamespaces/StripNamespaces enwiktionary.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/StripNamespaces/StripNamespaces enwiktionary.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/StripNamespaces/StripNamespaces fiwiktionary.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/StripNamespaces/StripNamespaces fiwiktionary.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/StripNamespaces/StripNamespaces hewiktionary.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/StripNamespaces/StripNamespaces hewiktionary.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/StripNamespaces/StripNamespaces nnwiktionary.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/StripNamespaces/StripNamespaces nnwiktionary.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/StripNamespaces/StripNamespaces nowiktionary.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/StripNamespaces/StripNamespaces nowiktionary.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/StripNamespaces/StripNamespaces sqwiktionary.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/StripNamespaces/StripNamespaces sqwiktionary.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/StripNamespaces/StripNamespaces svwiktionary.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/StripNamespaces/StripNamespaces svwiktionary.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/StripNamespaces/old-StripNamespaces GiveLangAsParam.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/StripNamespaces/old-StripNamespaces GiveLangAsParam.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/conv2unix/conv2unix-el-ALL.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/conv2unix/conv2unix-el-ALL.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/conv2unix/conv2unix-el-el.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/conv2unix/conv2unix-el-el.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/conv2unix/conv2unix-en-ALL.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/conv2unix/conv2unix-en-ALL.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/conv2unix/conv2unix-en-Western.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/conv2unix/conv2unix-en-Western.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/conv2unix/conv2unix-en-Western_Greek_Slavonic.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/conv2unix/conv2unix-en-Western_Greek_Slavonic.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/conv2unix/conv2unix-en-en.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/conv2unix/conv2unix-en-en.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/conv2unix/conv2unix-fi-ALL.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/conv2unix/conv2unix-fi-ALL.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/conv2unix/conv2unix-fi-fi.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/conv2unix/conv2unix-fi-fi.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/conv2unix/conv2unix-nn-ALL.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/conv2unix/conv2unix-nn-ALL.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/conv2unix/conv2unix-nn-nn.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/conv2unix/conv2unix-nn-nn.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/conv2unix/conv2unix-no-ALL.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/conv2unix/conv2unix-no-ALL.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/conv2unix/conv2unix-no-no.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/conv2unix/conv2unix-no-no.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/conv2unix/conv2unix-sv-ALL.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/conv2unix/conv2unix-sv-ALL.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/conv2unix/conv2unix-sv-sv.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/conv2unix/conv2unix-sv-sv.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/cp-StarDict-files-to-subdirs-and-compress.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/cp-StarDict-files-to-subdirs-and-compress.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/dictfmt/el/dictfmt-el-ALL.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/dictfmt/el/dictfmt-el-ALL.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/dictfmt/el/dictfmt-el-el.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/dictfmt/el/dictfmt-el-el.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/dictfmt/en/dictfmt-en-ALL.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/dictfmt/en/dictfmt-en-ALL.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/dictfmt/en/dictfmt-en-Western.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/dictfmt/en/dictfmt-en-Western.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/dictfmt/en/dictfmt-en-Western_Greek_Slavonic.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/dictfmt/en/dictfmt-en-Western_Greek_Slavonic.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/dictfmt/en/dictfmt-en-en.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/dictfmt/en/dictfmt-en-en.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/dictfmt/fi/dictfmt-fi-ALL.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/dictfmt/fi/dictfmt-fi-ALL.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/dictfmt/fi/dictfmt-fi-fi.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/dictfmt/fi/dictfmt-fi-fi.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/dictfmt/nn/dictfmt-nn-ALL.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/dictfmt/nn/dictfmt-nn-ALL.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/dictfmt/nn/dictfmt-nn-nn.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/dictfmt/nn/dictfmt-nn-nn.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/dictfmt/no/dictfmt-no-ALL.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/dictfmt/no/dictfmt-no-ALL.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/dictfmt/no/dictfmt-no-no.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/dictfmt/no/dictfmt-no-no.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/dictfmt/old-scripts/dictfmt-Western.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/dictfmt/old-scripts/dictfmt-Western.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/dictfmt/old-scripts/dictfmt-Western_Greek_Slavonic.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/dictfmt/old-scripts/dictfmt-Western_Greek_Slavonic.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/dictfmt/old-scripts/dictfmt-el-ALL.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/dictfmt/old-scripts/dictfmt-el-ALL.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/dictfmt/old-scripts/dictfmt-el-el.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/dictfmt/old-scripts/dictfmt-el-el.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/dictfmt/old-scripts/dictfmt-en-ALL.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/dictfmt/old-scripts/dictfmt-en-ALL.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/dictfmt/old-scripts/dictfmt-en-Western.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/dictfmt/old-scripts/dictfmt-en-Western.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/dictfmt/old-scripts/dictfmt-en-Western_Greek_Slavonic.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/dictfmt/old-scripts/dictfmt-en-Western_Greek_Slavonic.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/dictfmt/old-scripts/dictfmt-en-en.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/dictfmt/old-scripts/dictfmt-en-en.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/dictfmt/old-scripts/dictfmt-fi-ALL.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/dictfmt/old-scripts/dictfmt-fi-ALL.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/dictfmt/old-scripts/dictfmt-fi-fi.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/dictfmt/old-scripts/dictfmt-fi-fi.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/dictfmt/old-scripts/dictfmt-nn-ALL.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/dictfmt/old-scripts/dictfmt-nn-ALL.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/dictfmt/old-scripts/dictfmt-no-ALL.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/dictfmt/old-scripts/dictfmt-no-ALL.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/dictfmt/old-scripts/dictfmt-sq-ALL.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/dictfmt/old-scripts/dictfmt-sq-ALL.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/dictfmt/old-scripts/dictfmt-sv-ALL.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/dictfmt/old-scripts/dictfmt-sv-ALL.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/dictfmt/old-scripts/dictfmt-sv-sv.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/dictfmt/old-scripts/dictfmt-sv-sv.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/dictfmt/sv/dictfmt-sv-ALL.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/dictfmt/sv/dictfmt-sv-ALL.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/dictfmt/sv/dictfmt-sv-sv.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/dictfmt/sv/dictfmt-sv-sv.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/dlWiktionaries/dlAllWiktionaries.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/dlWiktionaries/dlAllWiktionaries.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/dlWiktionaries/dlWiktionary.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/dlWiktionaries/dlWiktionary.py
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/dupls-test-el-el.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/dupls-test-el-el.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/join-dupls-dictfmt/.gitignore:
--------------------------------------------------------------------------------
1 | /wiktionary.to.xml.full.JoinDefinitions.log
2 |
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/join-dupls-dictfmt/Unsupported/join-dupls-dictfmt-nb-ALL.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/join-dupls-dictfmt/Unsupported/join-dupls-dictfmt-nb-ALL.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/join-dupls-dictfmt/Unsupported/join-dupls-dictfmt-nb-nb.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/join-dupls-dictfmt/Unsupported/join-dupls-dictfmt-nb-nb.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/join-dupls-dictfmt/Unsupported/join-dupls-dictfmt-sq.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/join-dupls-dictfmt/Unsupported/join-dupls-dictfmt-sq.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/join-dupls-dictfmt/join-dupls-dictfmt-ALL.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/join-dupls-dictfmt/join-dupls-dictfmt-ALL.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/join-dupls-dictfmt/join-dupls-dictfmt-el-ALL.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/join-dupls-dictfmt/join-dupls-dictfmt-el-ALL.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/join-dupls-dictfmt/join-dupls-dictfmt-el-el.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/join-dupls-dictfmt/join-dupls-dictfmt-el-el.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/join-dupls-dictfmt/join-dupls-dictfmt-en-ALL.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/join-dupls-dictfmt/join-dupls-dictfmt-en-ALL.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/join-dupls-dictfmt/join-dupls-dictfmt-en-Western.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/join-dupls-dictfmt/join-dupls-dictfmt-en-Western.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/join-dupls-dictfmt/join-dupls-dictfmt-en-Western_Greek_Slavonic.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/join-dupls-dictfmt/join-dupls-dictfmt-en-Western_Greek_Slavonic.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/join-dupls-dictfmt/join-dupls-dictfmt-en-en.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/join-dupls-dictfmt/join-dupls-dictfmt-en-en.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/join-dupls-dictfmt/join-dupls-dictfmt-fi-ALL.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/join-dupls-dictfmt/join-dupls-dictfmt-fi-ALL.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/join-dupls-dictfmt/join-dupls-dictfmt-fi-fi.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/join-dupls-dictfmt/join-dupls-dictfmt-fi-fi.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/join-dupls-dictfmt/join-dupls-dictfmt-nn-ALL.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/join-dupls-dictfmt/join-dupls-dictfmt-nn-ALL.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/join-dupls-dictfmt/join-dupls-dictfmt-nn-nn.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/join-dupls-dictfmt/join-dupls-dictfmt-nn-nn.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/join-dupls-dictfmt/join-dupls-dictfmt-no-ALL.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/join-dupls-dictfmt/join-dupls-dictfmt-no-ALL.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/join-dupls-dictfmt/join-dupls-dictfmt-no-no.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/join-dupls-dictfmt/join-dupls-dictfmt-no-no.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/join-dupls-dictfmt/join-dupls-dictfmt-sv-ALL.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/join-dupls-dictfmt/join-dupls-dictfmt-sv-ALL.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/join-dupls-dictfmt/join-dupls-dictfmt-sv-sv.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/join-dupls-dictfmt/join-dupls-dictfmt-sv-sv.cmd
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/sort/sort-el-ALL.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/sort/sort-el-ALL.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/sort/sort-el-el.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/sort/sort-el-el.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/sort/sort-en-ALL.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/sort/sort-en-ALL.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/sort/sort-en-Western.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/sort/sort-en-Western.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/sort/sort-en-Western_Greek_Slavonic.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/sort/sort-en-Western_Greek_Slavonic.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/sort/sort-en-en.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/sort/sort-en-en.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/sort/sort-fi-ALL.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/sort/sort-fi-ALL.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/sort/sort-fi-fi.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/sort/sort-fi-fi.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/sort/sort-nn-ALL.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/sort/sort-nn-ALL.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/sort/sort-no-ALL.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/sort/sort-no-ALL.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/sort/sort-no-no.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/sort/sort-no-no.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/sort/sort-sv-ALL.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/sort/sort-sv-ALL.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/Scripts/sort/sort-sv-sv.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/Scripts/sort/sort-sv-sv.sh
--------------------------------------------------------------------------------
/wikt2xmlfull/TODO Western-Greek-Slavonic-warnings-in-Stardict-editor-20230219.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/TODO Western-Greek-Slavonic-warnings-in-Stardict-editor-20230219.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/TODO-fix-to-add-linefeeds-to-etymologies.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/TODO-fix-to-add-linefeeds-to-etymologies.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/dictd creation.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/dictd creation.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/dupls-test-el-el-out.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/dupls-test-el-el-out.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/dupls-test-el-el.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/dupls-test-el-el.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/abnodate.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/abnodate.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/aimiez.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/aimiez.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/bake.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/bake.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/book.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/book.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/cmn-test1.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/cmn-test1.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/com.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/com.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/de.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/de.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/dictionary.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/dictionary.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/el-Psafis.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/el-Psafis.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/el-Wiktionary.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/el-Wiktionary.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/el-andras.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/el-andras.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/el-autokineeto.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/el-autokineeto.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/el-car.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/el-car.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/el-chronia.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/el-chronia.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/el-lexee.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/el-lexee.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/el-oudeteros.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/el-oudeteros.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/en-apples.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/en-apples.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/en-cageling.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/en-cageling.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/en-cum.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/en-cum.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/en-en-free.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/en-en-free.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/en-encyclopedia.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/en-encyclopedia.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/en-multiple-free.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/en-multiple-free.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/en-time-short.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/en-time-short.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/en-time.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/en-time.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/eng+oe.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/eng+oe.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/etymtest.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/etymtest.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/fi-askelmittaus-tag-error.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/fi-askelmittaus-tag-error.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/fi-haarukka.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/fi-haarukka.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/fi-kissa.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/fi-kissa.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/ipa.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/ipa.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/livre.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/livre.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/oe-word.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/oe-word.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/out/NPE-20230218-out.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/out/NPE-20230218-out.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/out/cmn-test1-out.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/out/cmn-test1-out.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/out/el-ALL-Wiktionary-out.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/out/el-ALL-Wiktionary-out.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/out/el-el-Wiktionary-out.txt:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/out/el-el-chronia-out.txt:
--------------------------------------------------------------------------------
1 | χρόνια n.\n(η) το έτος
2 |
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/out/el-el_for_en-apples-out.txt:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/out/en-ALL-apples-out.txt:
--------------------------------------------------------------------------------
1 | apples and pears n.\n(context Cockney rhyming slang English) stairs
2 |
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/out/en-cum-out.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/out/en-cum-out.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/out/en-en-apples-out.txt:
--------------------------------------------------------------------------------
1 | apples and pears n.\n(context Cockney rhyming slang English) stairs
2 |
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/out/en-en-cageling-out.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/out/en-en-cageling-out.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/out/en-en-free-out.txt:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/out/en-en-trill-out.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/out/en-en-trill-out.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/out/en-time-out.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/out/en-time-out.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/out/en-time-short-out.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/out/en-time-short-out.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/out/eng+oe-out.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/out/eng+oe-out.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/out/fi-haarukka-out.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/out/fi-haarukka-out.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/out/gr-out.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/out/gr-out.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/out/sq-out.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/out/sq-out.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/out/zh-test1-out.txt:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/out/zh-test2-out.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/out/zh-test2-out.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/proverb.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/proverb.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/senjen.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/senjen.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/sq-examples.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/sq-examples.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/sv-besserwisser.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/sv-besserwisser.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/sv-förmiddan.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/sv-förmiddan.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/trill.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/trill.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/zh-test1.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/zh-test1.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/examples/zh-test2.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/examples/zh-test2.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/el/dl link.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/el/dl link.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/el/el-language_codes.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/el/el-language_codes.html
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/dl/a-short-complex.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/dl/a-short-complex.html
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/dl/a-short.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/dl/a-short.html
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/dl/a.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/dl/a.html
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/dl/b.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/dl/b.html
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/dl/c.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/dl/c.html
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/dl/d.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/dl/d.html
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/dl/data2.htm:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/dl/data2.htm
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/dl/datax.htm:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/dl/datax.htm
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/dl/dl link.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/dl/dl link.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/dl/e.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/dl/e.html
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/dl/f.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/dl/f.html
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/dl/g.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/dl/g.html
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/dl/h.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/dl/h.html
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/dl/i.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/dl/i.html
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/dl/j.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/dl/j.html
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/dl/k.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/dl/k.html
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/dl/l.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/dl/l.html
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/dl/m.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/dl/m.html
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/dl/n.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/dl/n.html
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/dl/o.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/dl/o.html
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/dl/p.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/dl/p.html
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/dl/q.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/dl/q.html
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/dl/r.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/dl/r.html
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/dl/s.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/dl/s.html
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/dl/t.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/dl/t.html
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/dl/u.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/dl/u.html
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/dl/v.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/dl/v.html
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/dl/w.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/dl/w.html
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/dl/x.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/dl/x.html
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/dl/y.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/dl/y.html
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/dl/z.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/dl/z.html
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/en-2_letter-language codes.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/en-2_letter-language codes.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/en-extra_non_generated-language codes.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/en-extra_non_generated-language codes.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/old-en-ALL-language codes.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/old-en-ALL-language codes.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/old-en-language codes-by-parseEnglLangs.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/old-en-language codes-by-parseEnglLangs.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/older-en-language codes.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/older-en-language codes.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/3ltr.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/3ltr.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/a.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/a.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/abcd.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/abcd.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/b.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/b.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/c.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/c.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/combined-2_and_3.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/combined-2_and_3.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/combined.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/combined.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/d.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/d.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/e.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/e.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/efgh.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/efgh.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/en-ALL-language codes.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/en-ALL-language codes.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/f.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/f.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/g.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/g.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/gen-sorted-added.txt:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/h.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/h.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/header.csv:
--------------------------------------------------------------------------------
1 | name;abr
2 |
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/i.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/i.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/ijkl.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/ijkl.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/j.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/j.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/k.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/k.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/l.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/l.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/m.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/m.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/mnop.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/mnop.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/n.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/n.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/o.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/o.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/p.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/p.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/q.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/q.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/qrst.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/qrst.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/qrsv.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/qrsv.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/r.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/r.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/s.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/s.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/sorted-2_and_3.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/sorted-2_and_3.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/sorted.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/sorted.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/t.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/t.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/u.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/u.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/uvwx.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/uvwx.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/v.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/v.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/w.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/w.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/wxyz.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/wxyz.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/x.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/x.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/y.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/y.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/yz.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/yz.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/en/out/z.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/en/out/z.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/fi/dl link.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/fi/dl link.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/fi/fi-language_codes.csv:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/fi/langs-in.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/fi/langs-in.html
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/fi/new fi language codes.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/fi/new fi language codes.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/langs/fi/parselangs-fi-ALL-language_codes.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/langs/fi/parselangs-fi-ALL-language_codes.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/new language codes.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/new language codes.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/pd-header.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/pd-header.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/pom.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/pom.xml
--------------------------------------------------------------------------------
/wikt2xmlfull/schema.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/schema.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/src/langs/el-ALL-language codes.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/langs/el-ALL-language codes.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/src/langs/el-el-language codes.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/langs/el-el-language codes.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/src/langs/en-ALL-language codes.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/langs/en-ALL-language codes.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/src/langs/en-Western-language codes.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/langs/en-Western-language codes.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/src/langs/en-Western_Greek_Slavonic-language codes.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/langs/en-Western_Greek_Slavonic-language codes.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/src/langs/en-en-language codes.csv:
--------------------------------------------------------------------------------
1 | name;abr
2 | English;en
3 |
--------------------------------------------------------------------------------
/wikt2xmlfull/src/langs/fi-ALL-language codes.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/langs/fi-ALL-language codes.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/src/langs/fi-fi-language codes.csv:
--------------------------------------------------------------------------------
1 | name;abr
2 | Suomi;fi
--------------------------------------------------------------------------------
/wikt2xmlfull/src/langs/fi/langs-in.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/langs/fi/langs-in.html
--------------------------------------------------------------------------------
/wikt2xmlfull/src/langs/nb-ALL-language codes.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/langs/nb-ALL-language codes.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/src/langs/nb-nb-language codes.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/langs/nb-nb-language codes.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/src/langs/nn-ALL-language codes.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/langs/nn-ALL-language codes.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/src/langs/nn-nn-language codes.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/langs/nn-nn-language codes.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/src/langs/no-ALL-language codes.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/langs/no-ALL-language codes.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/src/langs/no-no-language codes.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/langs/no-no-language codes.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/src/langs/sv-ALL-language codes.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/langs/sv-ALL-language codes.csv
--------------------------------------------------------------------------------
/wikt2xmlfull/src/langs/sv-sv-language codes.csv:
--------------------------------------------------------------------------------
1 | name;abr
2 | Svenska;sv
--------------------------------------------------------------------------------
/wikt2xmlfull/src/wiktionary/to/xml/full/JoinDefinitions.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/wiktionary/to/xml/full/JoinDefinitions.java
--------------------------------------------------------------------------------
/wikt2xmlfull/src/wiktionary/to/xml/full/ParseLangs.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/wiktionary/to/xml/full/ParseLangs.java
--------------------------------------------------------------------------------
/wikt2xmlfull/src/wiktionary/to/xml/full/ParseLangsEl.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/wiktionary/to/xml/full/ParseLangsEl.java
--------------------------------------------------------------------------------
/wikt2xmlfull/src/wiktionary/to/xml/full/ParseLangsFi.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/wiktionary/to/xml/full/ParseLangsFi.java
--------------------------------------------------------------------------------
/wikt2xmlfull/src/wiktionary/to/xml/full/ParseLangsSv.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/wiktionary/to/xml/full/ParseLangsSv.txt
--------------------------------------------------------------------------------
/wikt2xmlfull/src/wiktionary/to/xml/full/ReadStripped.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/wiktionary/to/xml/full/ReadStripped.java
--------------------------------------------------------------------------------
/wikt2xmlfull/src/wiktionary/to/xml/full/StripNamespaces.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/wiktionary/to/xml/full/StripNamespaces.java
--------------------------------------------------------------------------------
/wikt2xmlfull/src/wiktionary/to/xml/full/data/Etym.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/wiktionary/to/xml/full/data/Etym.java
--------------------------------------------------------------------------------
/wikt2xmlfull/src/wiktionary/to/xml/full/data/Example.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/wiktionary/to/xml/full/data/Example.java
--------------------------------------------------------------------------------
/wikt2xmlfull/src/wiktionary/to/xml/full/data/Lang.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/wiktionary/to/xml/full/data/Lang.java
--------------------------------------------------------------------------------
/wikt2xmlfull/src/wiktionary/to/xml/full/data/OutputTypes.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/wiktionary/to/xml/full/data/OutputTypes.java
--------------------------------------------------------------------------------
/wikt2xmlfull/src/wiktionary/to/xml/full/data/POSType.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/wiktionary/to/xml/full/data/POSType.java
--------------------------------------------------------------------------------
/wikt2xmlfull/src/wiktionary/to/xml/full/data/POSType_fi.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/wiktionary/to/xml/full/data/POSType_fi.java
--------------------------------------------------------------------------------
/wikt2xmlfull/src/wiktionary/to/xml/full/data/Pronunciation.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/wiktionary/to/xml/full/data/Pronunciation.java
--------------------------------------------------------------------------------
/wikt2xmlfull/src/wiktionary/to/xml/full/data/Sense.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/wiktionary/to/xml/full/data/Sense.java
--------------------------------------------------------------------------------
/wikt2xmlfull/src/wiktionary/to/xml/full/data/TokenWithPos.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/wiktionary/to/xml/full/data/TokenWithPos.java
--------------------------------------------------------------------------------
/wikt2xmlfull/src/wiktionary/to/xml/full/data/Word.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/wiktionary/to/xml/full/data/Word.java
--------------------------------------------------------------------------------
/wikt2xmlfull/src/wiktionary/to/xml/full/data/WordEntry.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/wiktionary/to/xml/full/data/WordEntry.java
--------------------------------------------------------------------------------
/wikt2xmlfull/src/wiktionary/to/xml/full/data/WordEtym.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/wiktionary/to/xml/full/data/WordEtym.java
--------------------------------------------------------------------------------
/wikt2xmlfull/src/wiktionary/to/xml/full/data/WordLang.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/wiktionary/to/xml/full/data/WordLang.java
--------------------------------------------------------------------------------
/wikt2xmlfull/src/wiktionary/to/xml/full/storer/StardictStorer.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/wiktionary/to/xml/full/storer/StardictStorer.java
--------------------------------------------------------------------------------
/wikt2xmlfull/src/wiktionary/to/xml/full/storer/Storer.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/wiktionary/to/xml/full/storer/Storer.java
--------------------------------------------------------------------------------
/wikt2xmlfull/src/wiktionary/to/xml/full/util/DeepCopy.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/wiktionary/to/xml/full/util/DeepCopy.java
--------------------------------------------------------------------------------
/wikt2xmlfull/src/wiktionary/to/xml/full/util/FastByteArrayInputStream.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/wiktionary/to/xml/full/util/FastByteArrayInputStream.java
--------------------------------------------------------------------------------
/wikt2xmlfull/src/wiktionary/to/xml/full/util/FastByteArrayOutputStream.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/wiktionary/to/xml/full/util/FastByteArrayOutputStream.java
--------------------------------------------------------------------------------
/wikt2xmlfull/src/wiktionary/to/xml/full/util/StringUtils.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/korhoj/wiktionary-convert-no-db/HEAD/wikt2xmlfull/src/wiktionary/to/xml/full/util/StringUtils.java
--------------------------------------------------------------------------------