Closed hmuniz closed 5 years ago
I couldn't glob Late Cretaceous
9b183cef7d947a9250fdbb26a923eb803fc4a040 should implement the option to toggle the lemma restriction. To switch between relax and restrict mode you need to customize Sensation Restrict Lemmas
variable. When you add a lemma in relax mode that is not in wn and contains a space you need to quote it: C-q <space>
to really enter a space instead try completing.
@odanoburu , did you check this implementation? code review please.
we have done a code review, yes!
We need to document how to configure the modes in the use-package command. Maybe it is time to start wikipages with documentations
I've added documentation about customization in 270661d678437cac777931a4335050ece8978f56
README file? I asked to start to use the wiki! We will need to start to take documentation seriously.
keeping documentation up-to-date is much easier when it's close to the source code and under version control. plus every user reads the README file, most don't even know the wiki option.
if you want I can change it, but I find it more likely that it will become outdated.
another issue is that while we don't have a unified version a common wiki is recipe for confusion.
A single README will not scale. wikis in GitHub are under version control too. But fine if we start another org file with documentation/manual. possible creating a doc/
folder.
For now, we cant write a lemma to a token or glob if that lemma is not part of wordnet. In some projects, we need alow that. So it is important to create a restrict and a relax mode.