Revision 7465
Added by Aaron Marcuse-Kubitza almost 12 years ago
mappings/Makefile | ||
---|---|---|
31 | 31 |
<$< >$@ |
32 | 32 |
|
33 | 33 |
#Veg+-VegCore.csv: VegCore.htm |
34 |
# (echo "Veg+,VegCore"; $(bin)/redmine_synonyms|grep -vE '^[A-Z]') <$< >$@ |
|
34 |
# (echo "Veg+,VegCore"; $(bin)/redmine_synonyms|grep -vE '^\??[A-Z][a-z]')\ |
|
35 |
#<$< >$@ |
|
35 | 36 |
# # Canonicalize alternatives of ambiguous terms using unambiguous mappings |
36 | 37 |
# $(bin)/in_place $@ $(bin)/translate 1 <(grep -vE '^\?' $(dict)) |
37 | 38 |
# $(bin)/in_place $@ $(bin)/collapse_multimap |
Also available in: Unified diff
mappings/Makefile: Veg+-VegCore.csv: Fixed bugs where also need to filter out ambiguous tables, but shouldn't filter out acronyms (which are regular fields)