Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
linas committed Jul 27, 2018
1 parent 93328ff commit 58c3121
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
12 changes: 8 additions & 4 deletions data/en/4.0.dict
Original file line number Diff line number Diff line change
Expand Up @@ -12252,10 +12252,17 @@ RIGHT-WALL: RW- or ({@Xca-} & [[Xc-]]);

% sometimes comma is used as if it were a semicolon
% Allow post-comma adverbial modifiers, but discourage these
% because the modifier my be long to a following phrase.
% because the modifier may belong to a following phrase.
% e.g. "The blah, soon to be blah, will be blah." should not
% get an EBx link to "soon".
% XXX the correct solution to this is to add a new domain rule ! XXX

",":
({[@Xca-]-0.05 or [[[@Xc-]]]} & (({[EBx+]} & Xd+) or Xc-))
or [<semicol>];

% ,.j
% Comma as a form of a conjunction (thus the .j subscript).
%
% Comma can conjoin nouns only if used in a list of 3 or more items:
% "This, that and the other thing"
Expand All @@ -12271,9 +12278,6 @@ RIGHT-WALL: RW- or ({@Xca-} & [[Xc-]]);
% complexity of and.j-n here, since the commas force this.
%
% SJl- & EB+ & SJr+ & Ou-: "Make love, not war"
",":
({[@Xca-]-0.05 or [[[@Xc-]]]} & (({[EBx+]} & Xd+) or Xc-))
or [<semicol>];

",.j":
<comma-adj-conjunction>
Expand Down
12 changes: 8 additions & 4 deletions data/en/4.0.dict.m4
Original file line number Diff line number Diff line change
Expand Up @@ -10185,10 +10185,17 @@ changequote dnl

% sometimes comma is used as if it were a semicolon
% Allow post-comma adverbial modifiers, but discourage these
% because the modifier my be long to a following phrase.
% because the modifier may belong to a following phrase.
% e.g. "The blah, soon to be blah, will be blah." should not
% get an EBx link to "soon".
% XXX the correct solution to this is to add a new domain rule ! XXX

",":
({[@Xca-]-0.05 or [[[@Xc-]]]} & (({[EBx+]} & Xd+) or Xc-))
or [<semicol>];

% ,.j
% Comma as a form of a conjunction (thus the .j subscript).
%
% Comma can conjoin nouns only if used in a list of 3 or more items:
% "This, that and the other thing"
Expand All @@ -10204,9 +10211,6 @@ changequote dnl
% complexity of and.j-n here, since the commas force this.
%
% SJl- & EB+ & SJr+ & Ou-: "Make love, not war"
",":
({[@Xca-]-0.05 or [[[@Xc-]]]} & (({[EBx+]} & Xd+) or Xc-))
or [<semicol>];

",.j":
<comma-adj-conjunction>
Expand Down

0 comments on commit 58c3121

Please sign in to comment.