delph-in / matrix

The Grammar Matrix
https://matrix.ling.washington.edu/index.html
Other
11 stars 6 forks source link

Speed up cgi #676

Closed ltxom closed 1 year ago

ltxom commented 1 year ago

This PR has two improvements on Matrix CGI.

  1. In Lexicon and Morphology sections, instead of loading all entries at once, the PR changes it to load a lexical entry until the user collapses it.
  2. It adds a search bar in the top of the Lexicon and Morphology page, which allows the user to search by type name/spelling/predicate/position class name/affix.

Demo: https://matrix.ling.washington.edu/ltxom-test/matrix.cgi p.s. This demo site has been actively used by 567 students this year, and I have yet to hear a bug report from them. Please review my code to see if there's any potential improvement.