Skip to content

Instantly share code, notes, and snippets.

@grauwoelfchen
Created March 18, 2013 05:42
Show Gist options
  • Save grauwoelfchen/5185268 to your computer and use it in GitHub Desktop.
Save grauwoelfchen/5185268 to your computer and use it in GitHub Desktop.
DB_NAME=# select * from ts_debug('default_german', 'En Güte zu Hause! Guten Appetit in die Schule');
alias | description | token | dictionaries | dictionary | lexemes
-----------+-------------------+---------+-----------------------------+---------------+------------------
asciiword | Word, all ASCII | En | {german_ispell,german_stem} | german_stem | {en}
blank | Space symbols | | {} | |
word | Word, all letters | Güte | {german_ispell,german_stem} | german_stem | {gut}
blank | Space symbols | | {} | |
asciiword | Word, all ASCII | zu | {german_ispell,german_stem} | german_ispell | {}
blank | Space symbols | | {} | |
asciiword | Word, all ASCII | Hause | {german_ispell,german_stem} | german_ispell | {hausen,hau,sen}
blank | Space symbols | ! | {} | |
asciiword | Word, all ASCII | Guten | {german_ispell,german_stem} | german_ispell | {gut}
blank | Space symbols | | {} | |
asciiword | Word, all ASCII | Appetit | {german_ispell,german_stem} | german_ispell | {appetit}
blank | Space symbols | | {} | |
asciiword | Word, all ASCII | in | {german_ispell,german_stem} | german_ispell | {}
blank | Space symbols | | {} | |
asciiword | Word, all ASCII | die | {german_ispell,german_stem} | german_ispell | {}
blank | Space symbols | | {} | |
asciiword | Word, all ASCII | Schule | {german_ispell,german_stem} | german_ispell | {schule,schulen}
(17 rows)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment