projectEndings / staticSearch

A codebase to support a pure JSON search engine requiring no backend for any XHTML5 document collection
https://endings.uvic.ca/staticSearch/docs/index.html
Mozilla Public License 2.0
50 stars 22 forks source link

Deprecate and remove the dictionary file? #278

Open martindholmes opened 1 year ago

martindholmes commented 1 year ago

@joeytakeda suggests that we're now only using the dictionary file for the processing report; if so, we can remove complexity and overhead by getting rid of it in 2.0. See also #195.

martindholmes commented 5 months ago

As far as I can see, the only additional complexity involved is the fact that the report process uses the file, and in the past I've found it very useful for finding typos and spelling errors. How about this, instead:

I do think we should relocate those files from the xsl folder, though; maybe to a lexicon folder, or something like that.

martindholmes commented 5 months ago

See also #186.