Created
March 18, 2013 05:42
-
-
Save grauwoelfchen/5185268 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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