Skip to content

Commit

Permalink
Merge pull request #10 from amir-zeldes/dev
Browse files Browse the repository at this point in the history
V2.3.1
  • Loading branch information
amir-zeldes authored Oct 27, 2016
2 parents b03f599 + b84b277 commit ab2c90a
Show file tree
Hide file tree
Showing 608 changed files with 1,153,302 additions and 671,396 deletions.
1,902 changes: 951 additions & 951 deletions _build/src/tsv/GUM_interview_cocktail.tsv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _build/src/xml/GUM_interview_daly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ planned VVN plan
hopefully RB hopefully
for IN for
<date when="2015">
2015 CD
2015 CD @card@
</date>
, , ,
with IN with
Expand Down
2 changes: 1 addition & 1 deletion _build/utils/propagate.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def const_parse(gum_source, gum_target, warn_slash_tokens=False):
elif "/" in token and warn_slash_tokens:
print "WARN: slash found in token on line " + str(line_num) + ": " + token + "; retained as '/'"

token = token.replace("&amp;","&").replace("&gt;",">").replace("&lt;","<").replace("&apos;","'").replace("&quot;",'"')
token = token.replace("&amp;","&").replace("&gt;",">").replace("&lt;","<").replace("&apos;","'").replace("&quot;",'"').replace("(","-LRB-").replace(")","-RRB-")
item = token + "/" + tag + " "
out_line += item

Expand Down
Loading

0 comments on commit ab2c90a

Please sign in to comment.