all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Outdated dicod-service example in manual
@ 2023-04-10 13:53 Nathaniel Nicandro
  2023-05-03 20:57 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Nathaniel Nicandro @ 2023-04-10 13:53 UTC (permalink / raw)
  To: guix-devel


Hello,

First off, I want to say thanks to all the Guix contributors.  I've
really enjoyed my time tinkering with my system!  This is my first post
to the mailing list after using Guix as my main operating system for the
past few years.

I've found that when I tried to use the example configuration for the
dicod-service in the manual
(https://guix.gnu.org/manual/en/html_node/Miscellaneous-Services.html#Dictionary-Service)
I wasn't able to get the wordnet dictionary working at all.

I was able to get it working for my use case with the following configuration:

    (dicod-configuration
       (handlers
        (list (dicod-handler
               (name "wordnet")
               (module "wordnet")
               (options (list #~(string-append "wnhome=" #$wordnet))))))
       (databases
        (list (dicod-database
               (name "wordnet")
               (handler "wordnet")
               (complex? #t)
               (options (list "merge-defs")))
              %dicod-database:gcide)))

Should I go ahead and make a documentation change patch or would there
be another example that would be preferred?

-- 
Nathaniel


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-05-04 14:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-10 13:53 Outdated dicod-service example in manual Nathaniel Nicandro
2023-05-03 20:57 ` Ludovic Courtès
2023-05-04 13:30   ` Nathaniel Nicandro

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.