Skip to content

spedy/slo_dict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slovenian Open Office Dictionary (ispell)

Adding to Postgres db

Copy .affix, .dict and .stop to $sharedir/tsearch_data

You can get the sharedir via pg_config --sharedir

then run

CREATE TEXT SEARCH DICTIONARY slovene_ispell (
    TEMPLATE = ispell,
    DictFile = sl_SI,
    AffFile = sl_SI,
    Stopwords = slovene);

About

Slovenian Open Office Dictionary (ispell)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published