I am using them successfully using Sphinx 0.9.8 (not sure when they were added to Sphinx). Here is a snippet from my config/sphinx.yml:
production: max_matches: 10000 stopwords: 'config/stopwords.txt' wordforms: 'config/wordforms.txt' And my wordforms.txt have one per line like this: anime > anime animated > animate I think you need to rebuild your index AND restart sphinx daemon for it to take effect. Tom On Apr 3, 2:33 am, wbharding <[email protected]> wrote: > I see wordforms mentioned as a param option in the TS config file, but > specifying it in the sphinx.yml doesn't seem to do anything from what > I can tell. Does TS support a way to specify a custom wordform via > the yaml file? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/thinking-sphinx?hl=en -~----------~----~----~----~------~----~------~--~---
