Created
March 18, 2013 05:43
-
-
Save grauwoelfchen/5185271 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_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