Помогите найти словари под данные языки:

J
На сайте с 06.07.2011
Offline
169
625

Нужны словари для языков (базы всех слов):

испанский
арабский
датский
китайский
корейский
немецкий
норвежский
португальский
финский
французский
чешский
шведский
японский
индийский
Под английский язык словарь нашёл без проблем, а вот под другие языки проблема. Подскажите пожалуйста где можно взять:

Вот пример английского словаря:


abrasion
abrasions
abrasive
abrasively
abrasiveness
abrasives
abreast
abridge
abridged
abridgement
abridging
abroad
и т д
Оптимизайка
На сайте с 11.03.2012
Offline
396
#1

Some of them can be downloaded from wiki

If you want just words list, without translation, you can use any of aspell databases. Any linux distro has a lot of such databases:

apt-cache search aspell

apt-cache search myspell

⭐ BotGuard (https://botguard.net) ⭐ — защита вашего сайта от вредоносных ботов, воровства контента, клонирования, спама и хакерских атак!
J
На сайте с 06.07.2011
Offline
169
#2
Оптимизайка:
Some of them can be downloaded from wiki

If you want just words list, without translation, you can use any of aspell databases. Any linux distro has a lot of such databases:

apt-cache search aspell
apt-cache search myspell

Большое спасибо - но я не могу понять как достать базы в *.txt формате. (

Оптимизайка
На сайте с 11.03.2012
Offline
396
#3
jano:
Большое спасибо - но я не могу понять как достать базы в *.txt формате. (

myspell dictionaries (*.dic) are plain text files:


The .dic file is a list of words along with a group of letters which refer to the affixes found in the .aff file.

So you can extract words with simple regular expression.

To extract dictionary from aspell, use this command:


aspell -l en dump master >english.txt

The -l switch targets a specific dictionary.

---------- Добавлено 25.10.2016 в 23:48 ----------

jano:
индийский

There is no such language. Indians have 23 official languages:

https://ru.wikipedia.org/wiki/%D0%A1%D0%BF%D0%B8%D1%81%D0%BE%D0%BA_%D1%8F%D0%B7%D1%8B%D0%BA%D0%BE%D0%B2_%D0%98%D0%BD%D0%B4%D0%B8%D0%B8

J
На сайте с 06.07.2011
Offline
169
#4
Оптимизайка:
myspell dictionaries (*.dic) are plain text files:



So you can extract words with simple regular expression.

To extract dictionary from aspell, use this command:


aspell -l en dump master >english.txt


The -l switch targets a specific dictionary.

---------- Добавлено 25.10.2016 в 23:48 ----------


There is no such language. Indians have 23 official languages:

https://ru.wikipedia.org/wiki/%D0%A1%D0%BF%D0%B8%D1%81%D0%BE%D0%BA_%D1%8F%D0%B7%D1%8B%D0%BA%D0%BE%D0%B2_%D0%98%D0%BD%D0%B4%D0%B8%D0%B8

Спасибо, но не все языки правильно грабит. Вот к примеру русский(/K, /I, /j - не нужные и т д):

юбилейный/A
юбиляр/K
юбилярша/I
юбка/I
юбочка/I
юбочник/K
юбочный/A
юбчонка/I
юдофильство/j
юдофоб/K
юдофобский/A
юдофобство/j
юдоль/f
юдольный/A
юфтевый/A
юфть/f
юг/j
юго
югослав/K
Югославия/H
югославка/I
югославский/A
Юхнов/j
юхновский/A
юкагирский/A
Юкатан/j
юкатанский/A
юкка/H
юла/I

Устанавливал aspell так:


yum install aspell-ae -y
yum install aspell-by -y
yum install aspell-bg -y
yum install aspell-kz -y
yum install aspell-ru -y
yum install aspell-ua -y
yum install aspell-hu -y
yum install aspell-fi -y
yum install aspell-be -y
yum install aspell-fr -y
yum install aspell-pt -y
yum install aspell-dk -y
yum install aspell-se -y
yum install aspell-no -y
yum install aspell-au -y
yum install aspell-ca -y
yum install aspell-nz -y
yum install aspell-ng -y
yum install aspell-pk -y
yum install aspell-ph -y
yum install aspell-sg -y
yum install aspell-ie -y
yum install aspell-ch -y
yum install aspell-uk -y
yum install aspell-us -y
yum install aspell-it -y
yum install aspell-ro -y
yum install aspell-id -y
yum install aspell-rs -y
yum install aspell-ba -y
yum install aspell-sk -y
yum install aspell-pl -y
yum install aspell-cz -y
yum install aspell-de -y
yum install aspell-at -y
yum install aspell-cl -y
yum install aspell-ec -y
yum install aspell-ar -y
yum install aspell-co -y
yum install aspell-cr -y
yum install aspell-cu -y
yum install aspell-do -y
yum install aspell-sv -y
yum install aspell-es -y
yum install aspell-pr -y
yum install aspell-uy -y
yum install aspell-ve -y
yum install aspell-pe -y
yum install aspell-tr -y
yum install aspell-nl -y
yum install aspell-br -y
yum install aspell-gr -y
yum install aspell-th -y
yum install aspell-kr -y
yum install aspell-cn -y
yum install aspell-tw -y
yum install aspell-jp -y
yum install aspell-hk -y
------
aspell -l ae dump master >ae.txt
aspell -l by dump master >by.txt
aspell -l bg dump master >bg.txt
aspell -l kz dump master >kz.txt
aspell -l ru dump master >ru.txt
aspell -l ua dump master >ua.txt
aspell -l hu dump master >hu.txt
aspell -l fi dump master >fi.txt
aspell -l be dump master >be.txt
aspell -l fr dump master >fr.txt
aspell -l pt dump master >pt.txt
aspell -l dk dump master >dk.txt
aspell -l se dump master >se.txt
aspell -l no dump master >no.txt
aspell -l au dump master >au.txt
aspell -l ca dump master >ca.txt
aspell -l nz dump master >nz.txt
aspell -l ng dump master >ng.txt
aspell -l pk dump master >pk.txt
aspell -l ph dump master >ph.txt
aspell -l sg dump master >sg.txt
aspell -l ie dump master >ie.txt
aspell -l ch dump master >ch.txt
aspell -l uk dump master >uk.txt
aspell -l us dump master >us.txt
aspell -l it dump master >it.txt
aspell -l ro dump master >ro.txt
aspell -l id dump master >id.txt
aspell -l rs dump master >rs.txt
aspell -l ba dump master >ba.txt
aspell -l sk dump master >sk.txt
aspell -l pl dump master >pl.txt
aspell -l cz dump master >cz.txt
aspell -l de dump master >de.txt
aspell -l at dump master >at.txt
aspell -l cl dump master >cl.txt
aspell -l ec dump master >ec.txt
aspell -l ar dump master >ar.txt
aspell -l co dump master >co.txt
aspell -l cr dump master >cr.txt
aspell -l cu dump master >cu.txt
aspell -l do dump master >do.txt
aspell -l sv dump master >sv.txt
aspell -l es dump master >es.txt
aspell -l pr dump master >pr.txt
aspell -l uy dump master >uy.txt
aspell -l ve dump master >ve.txt
aspell -l pe dump master >pe.txt
aspell -l tr dump master >tr.txt
aspell -l nl dump master >nl.txt
aspell -l br dump master >br.txt
aspell -l gr dump master >gr.txt
aspell -l th dump master >th.txt
aspell -l kr dump master >kr.txt
aspell -l cn dump master >cn.txt
aspell -l tw dump master >tw.txt
aspell -l jp dump master >jp.txt
aspell -l hk dump master >hk.txt

Нужен скрипт что бы в каждой строке удалил:

/{любой текст}

Авторизуйтесь или зарегистрируйтесь, чтобы оставить комментарий