spaCy in emacs

1 · · March 8, 2021, 11 a.m.
Summary I begin construction of an environment for developing with spaCy. Goals spaCy pipeline builder/wizard Select and analyse text with spaCy linguistic features spaCy python playground text selection configuration of spaCy using emacs custom.el deplacy demo deplacy code https://github.com/KoichiYasuoka/deplacy Code generation and bindings 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 (defmacro etv-filter (cmd) (let* ((slug (slugify cmd)) (sym (str2sym...