UNPKG

@ifct2017/representations

Version:

Representations of columns (as factors and units).

225 lines (224 loc) 4.07 kB
const I0 = {type:"string",factor:0,unit:null}; const I1 = {type:"integer",factor:1,unit:null}; const I2 = {type:"energy",factor:1,unit:"kJ"}; const I3 = {type:"mass",factor:1,unit:"g"}; const I4 = {type:"mass",factor:1000,unit:"mg"}; const I5 = {type:"mass",factor:1000000,unit:"ug"}; const I6 = {type:"mass",factor:1000000000,unit:"ng"}; const CORPUS = new Map([ ["code", I0], ["name", I0], ["scie", I0], ["lang", I0], ["grup", I0], ["regn", I1], ["tags", I0], ["enerc", I2], ["water", I3], ["ash", I4], ["vit", I4], ["fatce", I3], ["cholc", I4], ["fibtg", I3], ["choavldf", I3], ["protcnt", I3], ["amiac", I3], ["cartoid", I4], ["polyph", I4], ["phystr", I4], ["tocph", I5], ["toctr", I5], ["orgac", I4], ["phytac", I4], ["sapon", I3], ["mnrleq", I4], ["mnrlet", I4], ["mnrlpet", I5], ["mnrlnet", I5], ["mnrltx", I6], ["vita", I5], ["vitb", I4], ["vitc", I4], ["vitd", I5], ["vite", I5], ["vitk", I5], ["fasat", I3], ["fauns", I3], ["faess", I3], ["facis", I3], ["fatrn", I3], ["fams", I3], ["fapu", I3], ["facn3", I4], ["facn6", I3], ["facn9", I3], ["facn5", I4], ["facn7", I4], ["fibins", I3], ["fibsol", I3], ["cho", I3], ["starch", I3], ["olsac", I4], ["fsugar", I3], ["amiace", I3], ["amiacce", I3], ["amiacne", I3], ["retol", I5], ["thia", I5], ["ribf", I5], ["nia", I4], ["pantac", I5], ["vitb6c", I4], ["biot", I5], ["folsum", I5], ["ergcal", I5], ["chocal", I6], ["doh25", I6], ["tocpha", I5], ["tocphb", I5], ["tocphg", I5], ["tocphd", I5], ["toctra", I5], ["toctrb", I5], ["toctrg", I5], ["toctrd", I5], ["vitk1", I5], ["vitk2", I5], ["lutn", I5], ["zea", I5], ["lycpn", I5], ["crypxb", I5], ["cartg", I5], ["carta", I5], ["cartb", I5], ["al", I5], ["as", I5], ["cd", I5], ["ca", I4], ["cr", I5], ["co", I5], ["cu", I5], ["fe", I4], ["pb", I5], ["li", I5], ["mg", I4], ["mn", I5], ["hg", I6], ["mo", I5], ["ni", I5], ["p", I4], ["k", I4], ["se", I5], ["na", I4], ["zn", I5], ["frus", I3], ["glus", I4], ["sucs", I3], ["mals", I4], ["lactose", I3], ["f4d0", I4], ["f6d0", I4], ["f8d0", I3], ["f10d0", I4], ["f12d0", I4], ["f14d0", I4], ["f16d0", I4], ["f18d0", I4], ["f20d0", I4], ["f22d0", I4], ["f24d0", I4], ["f14d1cn5", I4], ["f16d1cn7", I4], ["f18d1cn9", I3], ["f18d1tn9", I3], ["f20d1cn9", I4], ["f22d1cn9", I3], ["f24d1cn9", I4], ["f18d2cn6", I3], ["f20d2n6", I4], ["f18d3n3", I4], ["f20d4n6", I4], ["f11d0", I5], ["f15d0", I4], ["f20d3n6", I4], ["f20d5n3", I4], ["f22d6n3", I4], ["f22d2n6", I4], ["f22d5n3", I4], ["his", I4], ["ile", I4], ["leu", I4], ["lys", I4], ["met", I4], ["cys", I4], ["phe", I4], ["thr", I4], ["trp", I4], ["val", I4], ["ala", I4], ["arg", I4], ["asp", I4], ["glu", I4], ["gly", I4], ["pro", I4], ["ser", I4], ["tyr", I4], ["oxalt", I4], ["oxals", I4], ["oxali", I4], ["caconac", I4], ["citac", I4], ["fumac", I4], ["malac", I4], ["quinac", I4], ["sucac", I4], ["tarac", I4], ["dhbenzac34", I5], ["hbenzal3", I5], ["pcathac", I5], ["vanlac", I5], ["gallac", I4], ["cinmac", I5], ["coumaco", I5], ["coumacp", I5], ["caffac", I5], ["chlrac", I4], ["ferac", I5], ["apigen", I4], ["apigen6cgls", I5], ["apigen7onshps", I4], ["luteol", I5], ["kaemf", I4], ["querce", I4], ["querce3bdgls", I4], ["querce3ortns", I4], ["querce3bgls", I4], ["isormt", I4], ["myrct", I4], ["rsvrtol", I5], ["hespt", I4], ["narng", I4], ["hespd", I4], ["daidzn", I4], ["gnstein", I4], ["epicatec", I4], ["epicategc", I5], ["epicatgc3gal", I5], ["catec", I4], ["galcatecgal", I5], ["galcatec", I5], ["syrgac", I4], ["sinpac", I4], ["ellgac", I4], ["rafs", I4], ["stas", I4], ["vers", I4], ["ajgs", I4], ["camt", I4], ["stgstr", I4], ["stostrb", I4], ["carot", I5], ["xantp", I5], ["cartbeq", I5], ]); module.exports = CORPUS;