Skip to content

Commit

Permalink
Remove old-style docstring on adv_adj_head-avm
Browse files Browse the repository at this point in the history
Addresses #47
  • Loading branch information
goodmami committed Oct 9, 2018
1 parent d05ba6b commit 3c65d66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Version.lsp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(in-package :lkb)

(defparameter *grammar-version* "Jacy-develop (2017-09-15 22:20:39+00:00)")
(defparameter *grammar-version* "Jacy-develop (2018-10-09 20:33:59+00:00)")

5 changes: 4 additions & 1 deletion letypes.tdl
Original file line number Diff line number Diff line change
Expand Up @@ -1064,8 +1064,11 @@ adv_deg_num_head-avm := adv_head &
MOD < [LOCAL [CAT.HEAD num-cl_head]] >,
H-TENSE present].

;;; MWG 2018-10-09: moved docstring to comment temporarily.
;;; When support for triple-quoted docstrings rolls out it can be restored.
;;;
;;; """used for adverbs made from adjectives (na or i)"""
adv_adj_head-avm := adv_head &
"used for adverbs made from adjectives (na or i)"
[KEYS.KEY adv_rel,
MOD < [LOCAL [CAT.HEAD sentence-valid]] >,
H-TENSE present,
Expand Down

0 comments on commit 3c65d66

Please sign in to comment.