Skip to content

Instantly share code, notes, and snippets.

@grauwoelfchen
Created March 18, 2013 05:43
Show Gist options
  • Save grauwoelfchen/5185271 to your computer and use it in GitHub Desktop.
Save grauwoelfchen/5185271 to your computer and use it in GitHub Desktop.
DB_NAME=# select * from ts_debug('default_french', 'Je veux manger du fromage délicieux');
alias | description | token | dictionaries | dictionary | lexemes
-----------+-------------------+-----------+-----------------------------+---------------+-----------
asciiword | Word, all ASCII | Je | {french_ispell,french_stem} | french_ispell | {}
blank | Space symbols | | {} | |
asciiword | Word, all ASCII | veux | {french_ispell,french_stem} | french_ispell | {veux}
blank | Space symbols | | {} | |
asciiword | Word, all ASCII | manger | {french_ispell,french_stem} | french_ispell | {manger}
blank | Space symbols | | {} | |
asciiword | Word, all ASCII | du | {french_ispell,french_stem} | french_ispell | {}
blank | Space symbols | | {} | |
asciiword | Word, all ASCII | fromage | {french_ispell,french_stem} | french_ispell | {fromage}
blank | Space symbols | | {} | |
word | Word, all letters | délicieux | {french_ispell,french_stem} | french_stem | {délici}
(11 rows)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment