-
Notifications
You must be signed in to change notification settings - Fork 0
/
search-pro.worker.js
2 lines (2 loc) · 213 KB
/
search-pro.worker.js
1
2
const{entries:V}=Object,{fromEntries:et}=Object,st="ENTRIES",L="KEYS",T="VALUES",_="";class D{set;_type;_path;constructor(t,s){const n=t._tree,o=Array.from(n.keys());this.set=t,this._type=s,this._path=o.length>0?[{node:n,keys:o}]:[]}next(){const t=this.dive();return this.backtrack(),t}dive(){if(this._path.length===0)return{done:!0,value:void 0};const{node:t,keys:s}=E(this._path);if(E(s)===_)return{done:!1,value:this.result()};const n=t.get(E(s));return this._path.push({node:n,keys:Array.from(n.keys())}),this.dive()}backtrack(){if(this._path.length===0)return;const t=E(this._path).keys;t.pop(),!(t.length>0)&&(this._path.pop(),this.backtrack())}key(){return this.set._prefix+this._path.map(({keys:t})=>E(t)).filter(t=>t!==_).join("")}value(){return E(this._path).node.get(_)}result(){switch(this._type){case T:return this.value();case L:return this.key();default:return[this.key(),this.value()]}}[Symbol.iterator](){return this}}const E=e=>e[e.length-1],nt=(e,t,s)=>{const n=new Map;if(t===void 0)return n;const o=t.length+1,u=o+s,i=new Uint8Array(u*o).fill(s+1);for(let r=0;r<o;++r)i[r]=r;for(let r=1;r<u;++r)i[r*o]=r;return R(e,t,s,n,i,1,o,""),n},R=(e,t,s,n,o,u,i,r)=>{const d=u*i;t:for(const c of e.keys())if(c===_){const a=o[d-1];a<=s&&n.set(r,[e.get(c),a])}else{let a=u;for(let h=0;h<c.length;++h,++a){const g=c[h],m=i*a,p=m-i;let l=o[m];const f=Math.max(0,a-s-1),y=Math.min(i-1,a+s);for(let F=f;F<y;++F){const v=g!==t[F],z=o[p+F]+ +v,A=o[p+F+1]+1,w=o[m+F]+1,j=o[m+F+1]=Math.min(z,A,w);j<l&&(l=j)}if(l>s)continue t}R(e.get(c),t,s,n,o,a,i,r+c)}};class C{_tree;_prefix;_size=void 0;constructor(t=new Map,s=""){this._tree=t,this._prefix=s}atPrefix(t){if(!t.startsWith(this._prefix))throw new Error("Mismatched prefix");const[s,n]=x(this._tree,t.slice(this._prefix.length));if(s===void 0){const[o,u]=O(n);for(const i of o.keys())if(i!==_&&i.startsWith(u)){const r=new Map;return r.set(i.slice(u.length),o.get(i)),new C(r,t)}}return new C(s,t)}clear(){this._size=void 0,this._tree.clear()}delete(t){return this._size=void 0,ot(this._tree,t)}entries(){return new D(this,st)}forEach(t){for(const[s,n]of this)t(s,n,this)}fuzzyGet(t,s){return nt(this._tree,t,s)}get(t){const s=k(this._tree,t);return s!==void 0?s.get(_):void 0}has(t){const s=k(this._tree,t);return s!==void 0&&s.has(_)}keys(){return new D(this,L)}set(t,s){if(typeof t!="string")throw new Error("key must be a string");return this._size=void 0,I(this._tree,t).set(_,s),this}get size(){if(this._size)return this._size;this._size=0;const t=this.entries();for(;!t.next().done;)this._size+=1;return this._size}update(t,s){if(typeof t!="string")throw new Error("key must be a string");this._size=void 0;const n=I(this._tree,t);return n.set(_,s(n.get(_))),this}fetch(t,s){if(typeof t!="string")throw new Error("key must be a string");this._size=void 0;const n=I(this._tree,t);let o=n.get(_);return o===void 0&&n.set(_,o=s()),o}values(){return new D(this,T)}[Symbol.iterator](){return this.entries()}static from(t){const s=new C;for(const[n,o]of t)s.set(n,o);return s}static fromObject(t){return C.from(Object.entries(t))}}const x=(e,t,s=[])=>{if(t.length===0||e==null)return[e,s];for(const n of e.keys())if(n!==_&&t.startsWith(n))return s.push([e,n]),x(e.get(n),t.slice(n.length),s);return s.push([e,t]),x(void 0,"",s)},k=(e,t)=>{if(t.length===0||e==null)return e;for(const s of e.keys())if(s!==_&&t.startsWith(s))return k(e.get(s),t.slice(s.length))},I=(e,t)=>{const s=t.length;t:for(let n=0;e&&n<s;){for(const u of e.keys())if(u!==_&&t[n]===u[0]){const i=Math.min(s-n,u.length);let r=1;for(;r<i&&t[n+r]===u[r];)++r;const d=e.get(u);if(r===u.length)e=d;else{const c=new Map;c.set(u.slice(r),d),e.set(t.slice(n,n+r),c),e.delete(u),e=c}n+=r;continue t}const o=new Map;return e.set(t.slice(n),o),o}return e},ot=(e,t)=>{const[s,n]=x(e,t);if(s!==void 0){if(s.delete(_),s.size===0)W(n);else if(s.size===1){const[o,u]=s.entries().next().value;q(n,o,u)}}},W=e=>{if(e.length===0)return;const[t,s]=O(e);if(t.delete(s),t.size===0)W(e.slice(0,-1));else if(t.size===1){const[n,o]=t.entries().next().value;n!==_&&q(e.slice(0,-1),n,o)}},q=(e,t,s)=>{if(e.length===0)return;const[n,o]=O(e);n.set(o+t,s),n.delete(o)},O=e=>e[e.length-1],ut=(e,t)=>{const s=e._idToShortId.get(t);if(s!=null)return e._storedFields.get(s)},it=/[\n\r -#%-*,-/:;?@[-\]_{}\u00A0\u00A1\u00A7\u00AB\u00B6\u00B7\u00BB\u00BF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061E\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166E\u1680\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2000-\u200A\u2010-\u2029\u202F-\u2043\u2045-\u2051\u2053-\u205F\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4F\u3000-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]+/u,M="or",$="and",rt="and_not",ct=(e,t)=>{e.includes(t)||e.push(t)},N=(e,t)=>{for(const s of t)e.includes(s)||e.push(s)},P=({score:e},{score:t})=>t-e,lt=()=>new Map,b=e=>{const t=new Map;for(const s of Object.keys(e))t.set(parseInt(s,10),e[s]);return t},G=(e,t)=>Object.prototype.hasOwnProperty.call(e,t)?e[t]:void 0,ht={[M]:(e,t)=>{for(const s of t.keys()){const n=e.get(s);if(n==null)e.set(s,t.get(s));else{const{score:o,terms:u,match:i}=t.get(s);n.score=n.score+o,n.match=Object.assign(n.match,i),N(n.terms,u)}}return e},[$]:(e,t)=>{const s=new Map;for(const n of t.keys()){const o=e.get(n);if(o==null)continue;const{score:u,terms:i,match:r}=t.get(n);N(o.terms,i),s.set(n,{score:o.score+u,terms:o.terms,match:Object.assign(o.match,r)})}return s},[rt]:(e,t)=>{for(const s of t.keys())e.delete(s);return e}},dt=(e,t,s,n,o,u)=>{const{k:i,b:r,d}=u;return Math.log(1+(s-t+.5)/(t+.5))*(d+e*(i+1)/(e+i*(1-r+r*n/o)))},at=e=>(t,s,n)=>{const o=typeof e.fuzzy=="function"?e.fuzzy(t,s,n):e.fuzzy||!1,u=typeof e.prefix=="function"?e.prefix(t,s,n):e.prefix===!0;return{term:t,fuzzy:o,prefix:u}},H=(e,t,s,n)=>{for(const o of Object.keys(e._fieldIds))if(e._fieldIds[o]===s){e._options.logger("warn",`SlimSearch: document with ID ${e._documentIds.get(t)} has changed before removal: term "${n}" was not present in field "${o}". Removing a document after it has changed can corrupt the index!`,"version_conflict");return}},ft=(e,t,s,n)=>{if(!e._index.has(n)){H(e,s,t,n);return}const o=e._index.fetch(n,lt),u=o.get(t);u==null||u.get(s)==null?H(e,s,t,n):u.get(s)<=1?u.size<=1?o.delete(t):u.delete(s):u.set(s,u.get(s)-1),e._index.get(n).size===0&&e._index.delete(n)},gt={k:1.2,b:.7,d:.5},mt={idField:"id",extractField:(e,t)=>e[t],tokenize:e=>e.split(it),processTerm:e=>e.toLowerCase(),fields:void 0,searchOptions:void 0,storeFields:[],logger:(e,t)=>{typeof console?.[e]=="function"&&console[e](t)},autoVacuum:!0},J={combineWith:M,prefix:!1,fuzzy:!1,maxFuzzy:6,boost:{},weights:{fuzzy:.45,prefix:.375},bm25:gt},pt={combineWith:$,prefix:(e,t,s)=>t===s.length-1},Ft={batchSize:1e3,batchWait:10},U={minDirtFactor:.1,minDirtCount:20},_t={...Ft,...U},K=Symbol("*"),yt=(e,t)=>{const s=new Map,n={...e._options.searchOptions,...t};for(const[o,u]of e._documentIds){const i=n.boostDocument?n.boostDocument(u,"",e._storedFields.get(o)):1;s.set(o,{score:i,terms:[],match:{}})}return s},X=(e,t=M)=>{if(e.length===0)return new Map;const s=t.toLowerCase(),n=ht[s];if(!n)throw new Error(`Invalid combination operator: ${t}`);return e.reduce(n)||new Map},S=(e,t,s,n,o,u,i,r,d=new Map)=>{if(o==null)return d;for(const c of Object.keys(u)){const a=u[c],h=e._fieldIds[c],g=o.get(h);if(g==null)continue;let m=g.size;const p=e._avgFieldLength[h];for(const l of g.keys()){if(!e._documentIds.has(l)){ft(e,h,l,s),m-=1;continue}const f=i?i(e._documentIds.get(l),s,e._storedFields.get(l)):1;if(!f)continue;const y=g.get(l),F=e._fieldLength.get(l)[h],v=dt(y,m,e._documentCount,F,p,r),z=n*a*f*v,A=d.get(l);if(A){A.score+=z,ct(A.terms,t);const w=G(A.match,s);w?w.push(c):A.match[s]=[c]}else d.set(l,{score:z,terms:[t],match:{[s]:[c]}})}}return d},At=(e,t,s)=>{const n={...e._options.searchOptions,...s},o=(n.fields||e._options.fields).reduce((l,f)=>({...l,[f]:G(n.boost,f)||1}),{}),{boostDocument:u,weights:i,maxFuzzy:r,bm25:d}=n,{fuzzy:c,prefix:a}={...J.weights,...i},h=e._index.get(t.term),g=S(e,t.term,t.term,1,h,o,u,d);let m,p;if(t.prefix&&(m=e._index.atPrefix(t.term)),t.fuzzy){const l=t.fuzzy===!0?.2:t.fuzzy,f=l<1?Math.min(r,Math.round(t.term.length*l)):l;f&&(p=e._index.fuzzyGet(t.term,f))}if(m)for(const[l,f]of m){const y=l.length-t.term.length;if(!y)continue;p?.delete(l);const F=a*l.length/(l.length+.3*y);S(e,t.term,l,F,f,o,u,d,g)}if(p)for(const l of p.keys()){const[f,y]=p.get(l);if(!y)continue;const F=c*l.length/(l.length+y);S(e,t.term,l,F,f,o,u,d,g)}return g},Y=(e,t,s={})=>{if(t===K)return yt(e,s);if(typeof t!="string"){const a={...s,...t,queries:void 0},h=t.queries.map(g=>Y(e,g,a));return X(h,a.combineWith)}const{tokenize:n,processTerm:o,searchOptions:u}=e._options,i={tokenize:n,processTerm:o,...u,...s},{tokenize:r,processTerm:d}=i,c=r(t).flatMap(a=>d(a)).filter(a=>!!a).map(at(i)).map(a=>At(e,a,i));return X(c,i.combineWith)},Q=(e,t,s={})=>{const n=Y(e,t,s),o=[];for(const[u,{score:i,terms:r,match:d}]of n){const c=r.length||1,a={id:e._documentIds.get(u),score:i*c,terms:Object.keys(d),queryTerms:r,match:d};Object.assign(a,e._storedFields.get(u)),(s.filter==null||s.filter(a))&&o.push(a)}return t===K&&s.boostDocument==null&&e._options.searchOptions.boostDocument==null||o.sort(P),o},Ct=(e,t,s={})=>{s={...e._options.autoSuggestOptions,...s};const n=new Map;for(const{score:u,terms:i}of Q(e,t,s)){const r=i.join(" "),d=n.get(r);d!=null?(d.score+=u,d.count+=1):n.set(r,{score:u,terms:i,count:1})}const o=[];for(const[u,{score:i,terms:r,count:d}]of n)o.push({suggestion:u,terms:r,score:i/d});return o.sort(P),o};class Et{_options;_index;_documentCount;_documentIds;_idToShortId;_fieldIds;_fieldLength;_avgFieldLength;_nextId;_storedFields;_dirtCount;_currentVacuum;_enqueuedVacuum;_enqueuedVacuumConditions;constructor(t){if(t?.fields==null)throw new Error('SlimSearch: option "fields" must be provided');const s=t.autoVacuum==null||t.autoVacuum===!0?_t:t.autoVacuum;this._options={...mt,...t,autoVacuum:s,searchOptions:{...J,...t.searchOptions||{}},autoSuggestOptions:{...pt,...t.autoSuggestOptions||{}}},this._index=new C,this._documentCount=0,this._documentIds=new Map,this._idToShortId=new Map,this._fieldIds={},this._fieldLength=new Map,this._avgFieldLength=[],this._nextId=0,this._storedFields=new Map,this._dirtCount=0,this._currentVacuum=null,this._enqueuedVacuum=null,this._enqueuedVacuumConditions=U,this.addFields(this._options.fields)}get isVacuuming(){return this._currentVacuum!=null}get dirtCount(){return this._dirtCount}get dirtFactor(){return this._dirtCount/(1+this._documentCount+this._dirtCount)}get documentCount(){return this._documentCount}get termCount(){return this._index.size}toJSON(){const t=[];for(const[s,n]of this._index){const o={};for(const[u,i]of n)o[u]=Object.fromEntries(i);t.push([s,o])}return{documentCount:this._documentCount,nextId:this._nextId,documentIds:Object.fromEntries(this._documentIds),fieldIds:this._fieldIds,fieldLength:Object.fromEntries(this._fieldLength),averageFieldLength:this._avgFieldLength,storedFields:Object.fromEntries(this._storedFields),dirtCount:this._dirtCount,index:t,serializationVersion:2}}addFields(t){for(let s=0;s<t.length;s++)this._fieldIds[t[s]]=s}}const zt=({index:e,documentCount:t,nextId:s,documentIds:n,fieldIds:o,fieldLength:u,averageFieldLength:i,storedFields:r,dirtCount:d,serializationVersion:c},a)=>{if(c!==1&&c!==2)throw new Error("SlimSearch: cannot deserialize an index created with an incompatible version");const h=new Et(a);h._documentCount=t,h._nextId=s,h._documentIds=b(n),h._idToShortId=new Map,h._fieldIds=o,h._fieldLength=b(u),h._avgFieldLength=i,h._storedFields=b(r),h._dirtCount=d||0,h._index=new C;for(const[g,m]of h._documentIds)h._idToShortId.set(m,g);for(const[g,m]of e){const p=new Map;for(const l of Object.keys(m)){let f=m[l];c===1&&(f=f.ds),p.set(parseInt(l,10),b(f))}h._index.set(g,p)}return h},B=(e,t)=>{const s=e.toLowerCase(),n=t.toLowerCase(),o=[];let u=0,i=0;const r=(c,a=!1)=>{let h="";i===0?h=c.length>20?`… ${c.slice(-20)}`:c:a?h=c.length+i>100?`${c.slice(0,100-i)}… `:c:h=c.length>20?`${c.slice(0,20)} … ${c.slice(-20)}`:c,h&&o.push(h),i+=h.length,a||(o.push(["mark",t]),i+=t.length,i>=100&&o.push(" …"))};let d=s.indexOf(n,u);if(d===-1)return null;for(;d>=0;){const c=d+n.length;if(r(e.slice(u,d)),u=c,i>100)break;d=s.indexOf(n,u)}return i<100&&r(e.slice(u),!0),o},wt=(e,t)=>t.contents.reduce((s,[,n])=>s+n,0)-e.contents.reduce((s,[,n])=>s+n,0),xt=(e,t)=>Math.max(...t.contents.map(([,s])=>s))-Math.max(...e.contents.map(([,s])=>s)),Z=(e,t,s={})=>{const n={};return Q(t,e,{boost:{h:2,t:1,c:4},prefix:!0,...s}).forEach(o=>{const{id:u,terms:i,score:r}=o,d=u.includes("@"),c=u.includes("#"),[a,h]=u.split(/[#@]/),g=Number(a),m=i.sort((l,f)=>l.length-f.length).filter((l,f)=>i.slice(f+1).every(y=>!y.includes(l))),{contents:p}=n[g]??={title:"",contents:[]};if(d)p.push([{type:"customField",id:g,index:h,display:m.map(l=>o.c.map(f=>B(f,l))).flat().filter(l=>l!==null)},r]);else{const l=m.map(f=>B(o.h,f)).filter(f=>f!==null);if(l.length&&p.push([{type:c?"heading":"title",id:g,...c&&{anchor:h},display:l},r]),"t"in o)for(const f of o.t){const y=m.map(F=>B(f,F)).filter(F=>F!==null);y.length&&p.push([{type:"text",id:g,...c&&{anchor:h},display:y},r])}}}),V(n).sort(([,o],[,u])=>"max"==="total"?wt(o,u):xt(o,u)).map(([o,{title:u,contents:i}])=>{if(!u){const r=ut(t,o);r&&(u=r.h)}return{title:u,contents:i.map(([r])=>r)}})},tt=(e,t,s={})=>{const n=Ct(t,e,{fuzzy:.2,maxFuzzy:3,...s}).map(({suggestion:o})=>o);return e.includes(" ")?n:n.filter(o=>!o.includes(" "))},bt=et(V(JSON.parse("{\"/\":{\"documentCount\":44,\"nextId\":44,\"documentIds\":{\"0\":\"0\",\"1\":\"0#self-introduction\",\"2\":\"0#software-skill\",\"3\":\"0#programming-language\",\"4\":\"0#software-framework\",\"5\":\"0#programming-tools\",\"6\":\"0#vocational-skills\",\"7\":\"2\",\"8\":\"2#_1-data-collection\",\"9\":\"2@0\",\"10\":\"2@1\",\"11\":\"3\",\"12\":\"4\",\"13\":\"4@0\",\"14\":\"4@1\",\"15\":\"5\",\"16\":\"5#_2-1-modern-taxonomic-classification-system\",\"17\":\"5#_2-2-relevant-concepts-of-orchid-names\",\"18\":\"5@0\",\"19\":\"5@1\",\"20\":\"6\",\"21\":\"6#_3-1-chinese-cymbidium-orchids-definitions\",\"22\":\"6#_3-2-various-species-of-chinese-cymbidium-orchids\",\"23\":\"6#_3-2-1-distribution-of-chinese-cymbidium-orchids-in-china\",\"24\":\"6#_3-2-2-meaning-of-chinese-cymbidium-orchids\",\"25\":\"6#_3-3-debate-on-the-history-of-chinese-cymbidium-orchids\",\"26\":\"6#_3-3-1-ancient-and-modern-controversies-of-lan\",\"27\":\"6#_3-3-2-current-status-of-relevant-disputes\",\"28\":\"6#_3-4-creation-background-of-the-orchid2024-dataset\",\"29\":\"6@0\",\"30\":\"6@1\",\"31\":\"7\",\"32\":\"7#_4-1-growth-environment\",\"33\":\"7#temperature\",\"34\":\"7#water\",\"35\":\"7#fertilizer\",\"36\":\"7#sunlight\",\"37\":\"7#pruning\",\"38\":\"7#_4-2-propagating-and-growing-chinese-cymbidium-orchids\",\"39\":\"7#_4-3-key-points-for-planting-in-different-seasons\",\"40\":\"7@0\",\"41\":\"7@1\",\"42\":\"8\",\"43\":\"9\"},\"fieldIds\":{\"h\":0,\"t\":1,\"c\":2},\"fieldLength\":{\"0\":[1],\"1\":[2,210],\"2\":[2],\"3\":[2],\"4\":[2],\"5\":[2],\"6\":[2],\"7\":[2,8],\"8\":[3,97],\"9\":[null,null,1],\"10\":[null,null,1],\"11\":[1],\"12\":[2,694],\"13\":[null,null,1],\"14\":[null,null,1],\"15\":[3],\"16\":[6,695],\"17\":[6,891],\"18\":[null,null,1],\"19\":[null,null,1],\"20\":[6],\"21\":[6,296],\"22\":[1],\"23\":[10,159],\"24\":[1,254],\"25\":[1],\"26\":[9,269],\"27\":[1,397],\"28\":[8,526],\"29\":[null,null,1],\"30\":[null,null,1],\"31\":[6,63],\"32\":[4],\"33\":[1,184],\"34\":[1,102],\"35\":[1,161],\"36\":[1,158],\"37\":[1,153],\"38\":[7,277],\"39\":[9,164],\"40\":[null,null,1],\"41\":[null,null,1],\"42\":[3],\"43\":[1,3]},\"averageFieldLength\":[3.1703520617313714,213.74858140673985,0.43142019271051524],\"storedFields\":{\"0\":{\"h\":\"About\"},\"1\":{\"h\":\"Self-introduction\",\"t\":[\"I👧🏻 graduated from Nanjing Forestry University in China, majoring in silviculture, and earned a Doctorate in Agronomy. I also spent a year in a joint training program at the University of British Columbia in Canada. Throughout my academic and professional career, I have been engaged in plant-related research and applications at various agricultural universities and research institutions. Currently, I am a full-time researcher at the Horticultural Research Institute of the Hunan Academy of Agricultural Sciences, specializing in the cultivation and breeding of horticultural plants. This experience has given me a comprehensive understanding of the field, and I am committed to contributing to its advancement.\",\"As a vibrant and passionate professional in plant breeding and intelligent cultivation, I’m all about blending artificial intelligence with traditional gardening methods to create the perfect growing environment for all kinds of plants. My research has streamlined the cultivation management process for plants and elevated the quality of related decisions. During my research career, I’ve delved deep into the germination physiology and cultivation techniques of forestry tree seeds, and enthusiastically ventured into the collection and evaluation of horticultural plant germplasm resources. But that’s not all! I’ve also conducted omics research on seed germination and participated in research fields such as forest fire monitoring and pest identification. My research covers a wide range of subjects, including trees, fruit trees, flowers, and more, with the aim of achieving cross-disciplinary knowledge integration and application to propel the research and application of intelligent cultivation technology in agriculture. Let’s revolutionize the way we grow! 🌱🚀\",\"More\",\"Caution\",\"I’ve been a paper-pushing, theory-churning machine in the past, churning out research papers like a bakery does with pastries! But now, I’m ready to roll up my sleeves and get my hands dirty. It’s time to bring those high-flying theories down to earth and make them work in the real world. After all, talk is cheap, right? So, let’s cut the chit-chat and let me show you the code and dataset✊!\"]},\"2\":{\"h\":\"Software skill\"},\"3\":{\"h\":\"Programming language\"},\"4\":{\"h\":\"Software framework\"},\"5\":{\"h\":\"Programming tools\"},\"6\":{\"h\":\"Vocational skills\"},\"7\":{\"h\":\"Orchid2024 Dataset\",\"t\":[\"Download link: https://github.com/pengyingshu/orchid2024.\"]},\"8\":{\"h\":\"1 Data collection\",\"t\":[\"Chinese Cymbidium orchids, cherished for their deep-rooted cultural significance and significant economic value in China, have spawned a rich tapestry of cultivars. However, these orchid cultivars are facing challenges from insufficient cultivation practices and antiquated techniques, including cultivar misclassification, complex identification, and the proliferation of counterfeit products. Current commercial techniques and academic research primarily emphasize species identification of orchids, rather than delving into that of orchid cultivars within species.\",\"Between October 2022 and January 2024, we systematically collected images of Chinese Cymbidium orchids in accordance with the blooming periods of different species, involving visits to 20 cities across 12 provincial administrative regions in China. The constructed dataset, the Orchid2024 dataset contains 156,630 images spanning 1,269 cultivars and six additional subclasses.\",\"The source of image acquisition\"]},\"9\":{\"c\":[\"Orchid\"]},\"10\":{\"c\":[\"dataset\"]},\"11\":{\"h\":\"Orchid\"},\"12\":{\"h\":\"1 Overview\",\"t\":[\"The orchid family (Orchidaceae) is one of the two largest families of flowering plants, and is perhaps second only to the composite family (Asteraceae), gracing our planet with their exotic presence in almost every corner of the globe[1]. The orchid family includes around 750 genera and 28,000 species found all over the world except for Antarctica, with 1,710 known species in 181 genera found in China[2].\",\"However, quantifying this floral abundance is no easy feat. The orchids' dazzlingly diverse blooms and their occupancy of a multitude of ecological habitats pose a challenge to botanists seeking precise numbers[3]. The numbers you see here are like stepping stones across a hidden garden-that is,approximations that may shift and grow as new species discoveries bloom every year. Imagine a vibrant botanical kaleidoscope, where delicate butterfly orchids flutter amidst flamboyant Cattleyas, and the curious slipper orchid dangles its pouched bloom like a whimsical treasure. This enchanting panorama aptly describes the Orchid family, where each genus seems to outdo the other in floral ingenuity and visual splendor.\",\"Type of orchids\",\"Within the vast and diverse orchid family, Chinese Cymbidium orchids are widely known for their significant cultural and economic value, as well as their lengthy history of cultivation.Chinese Cymbidium orchids are a collective term for several terrestrial orchid species native to China, which belong to the genus Cymbidium within the family Orchidaceae according to plant taxonomy[4]. These species botanically include Cymbidium goeringii, C. faberi, C. ensifolium, C. sinense, C. kanran, and three varieties of Cymbidium goeringii, namely, C. goeringii var. longibracteatum, C. goeringii var. tortisepalum, and C. goeringii var. serratum.\",\"Cymbidium goeringii 'Song Mei'\",\"In China, Chinese Cymbidium orchids are commonly referred to as \\\"Lan\\\" or \\\"Guo Lan\\\". The historical records of \\\"Lan\\\" can be traced back over two thousand years to the Spring and Autumn period, a time when Confucius lived (551-479 BC)[5]. 'Lan', discovered amidst the depths of mountains and forests, possesses the remarkable ability to thrive in a harsh environment, all the while emanating an aura of elegance and beauty. Its graceful branches and leaves, accompanied by the subtle fragrance of its flowers, earned Lan high praise from Confucius as the \\\"King of Fragrance\\\"[6].\",\"Owing to Confucius' profound affection for 'Lan' and his unparalleled influence, numerous poems related to Chinese Cymbidium orchids have emerged throughout history. Additionally, the significance of Chinese Cymbidium orchids is underscored by their beautiful appearance, diverse applications, and medicinal properties[7]. In China, Chinese Cymbidium orchids symbolize nobility, grace, and refinement. The love and admiration for 'Lan', known as \\\"Lan Culture\\\", has become an integral part of Chinese culture[8].\",\"Chinese Cymbidium orchid in Chinese poetry(Made in early 8th century)\",\"Chinese Cymbidium orchid in Chinese Painting(Painted in early 13th century)\",\"Portrait of Prince Yinli Guo, with Cymbidium in planter (right, front) China, Qing dynasty, 1731 \",\"A calligraphy gift received by the author during orchid data collection\",\"In this historical context, Chinese Cymbidium orchids have been artificially cultivated in China, Korea, and Japan for centuries due to their exceptional ornamental and cultural values, resulting in the development of numerous cultivars. These cultivars represent a subset of species possessing desirable traits[9]. Simultaneously, the planted extensively of Chinese Cymbidium orchids has spurred a thriving commerce and speculative pricing of Chinese Cymbidium orchids. The prices of distinct cultivars exhibit considerable variance, with commonly found cultivars typically priced below US $1,000, while rare cultivars or those arising from natural mutations can command prices in the tens or even hundreds of thousands of dollars in the market[10]. During the market peak, someone participant traded two orchids for a brand-new BMW from a car dealer in Yunnan.\",\"Auction prices for high-end Chinese Cymbidium orchids on the Chinese Orchid Trading Network(2024)\",\"With the increasing popularity and excessive commercialization of Chinese Cymbidium orchids, various problems have also followed, posing significant challenges to their survival, protection, scientific research, trade, and other related undertakings. Urbanization and changing market dynamics have fueled price speculation and rapid over-collection of many Chinese Cymbidium orchids resulting in population collapse and local extinctions of many cultivars[11]. In the latest version of List of National Key Protected Wild Plants in China, all native members of Chinese Cymbidium orchids are classified as endangered due to over-collection and the trade of wild-sourced plants[12].The immense commercial worth of Chinese Cymbidium orchids has also sparked a rise in counterfeiting and forgery of rare cultivars, leading to frequent losses for orchid enthusiasts.\",\"News about illegal digging of wild orchids(2022)\",\"News about the use of glue to join precious orchid varieties(2023)\",\"Currently, extensive research is being conducted on Chinese Cymbidium orchids[6:1], encompassing various areas such as morphology, physiological ecology, horticultural cultivation, genetic breeding, and molecular identification. However, there is a lack of research focusing on intelligent cultivation, management, and protection of Chinese Cymbidium orchids. The objective of such research would be to integrate artificial intelligence with traditional horticultural practices to establish optimal growth conditions for these orchids through efficient and precise analysis, ultimately enhancing management and decision-making processes. These advancements are poised to revolutionize orchid cultivation, and promote more sustainable and efficient orchid production, which will significantly benefit producers and consumers alike.\",\"Our goal is to fill this gap by conducting in-depth research in this area. To achieve this goal, we are actively researching large-scale image classification of Chinese Cymbidium cultivars, with a particular emphasis on dataset construction and establishing classification models. As part of our efforts, we have successfully created the Orchid 2024 dataset and made it available, along with relevant source code. Our comprehensive orchid image dataset and classification system can serve as a valuable tool for the management of orchid germplasm resources, providing researchers in the fields of horticulture and botany with a valuable resource for the study of orchid morphology, physiology, and ecology, and facilitating the identification, cultivation, preservation, and marketing of orchids. Additionally, we have conducted extensive research on the identification of diseases and pests affecting orchids.\",\"Looking ahead, with the help of artificial intelligence, I aspire to make strides in our understanding of orchids and their cultivation techniques. I hope that our efforts will generate valuable insights into bridging the gap between scientific research and practical applications, and make meaningful contributions to this important research field.\",\"Chase, Mark W., et al. \\\"An updated classification of Orchidaceae.\\\" Botanical journal of the Linnean Society 177.2 (2015): 151-174.↩︎\",\"Zhou, Zhihua, et al. \\\"Orchid conservation in China from 2000 to 2020: Achievements and perspectives.\\\" Plant Diversity 43.5 (2021): 343-349.↩︎\",\"Cozzolino, Salvatore, and Alex Widmer. \\\"Orchid diversity: an evolutionary consequence of deception?.\\\" Trends in Ecology & Evolution 20.9 (2005): 487-494.↩︎\",\"Ning, Huijuan, et al. \\\"Correlation analysis between the karyotypes and phenotypic traits of Chinese cymbidium cultivars.\\\" Horticulture, Environment, and Biotechnology 59 (2018): 93-103.↩︎\",\"Hossain, Mohammad Musharof. \\\"Therapeutic orchids: traditional uses and recent advances—an overview.\\\" Fitoterapia 82.2 (2011): 102-140.↩︎\",\"Hew, Choy Sin, and Yik Suan Wong. Chinese Cymbidium Orchid: A Gentleman of Noble Virtue. World Scientific, 2023.↩︎↩︎\",\"Gutiérrez, Rosa Martha Pérez. \\\"Orchids: A review of uses in traditional medicine, its phytochemistry and pharmacology.\\\" J. Med. Plants Res 4.8 (2010): 592-638.↩︎\",\"Hew, Choy Sin. \\\"Ancient Chinese orchid cultivation: a fresh look at an age-old practice.\\\" Scientia Horticulturae 87.1-2 (2001): 1-10.↩︎\",\"Su, Shihao, et al. \\\"An AGAMOUS-like factor is associated with the origin of two domesticated varieties in Cymbidium sinense (Orchidaceae).\\\" Horticulture research 5 (2018).↩︎\",\"Seyler, Barnabas C., et al. \\\"Understanding knowledge threatened by declining wild orchid populations in an urbanizing China (Sichuan).\\\" Environmental Conservation 46.4 (2019): 318-325.↩︎\",\"Seyler, Barnabas C., et al. \\\"Collapse of orchid populations altered traditional knowledge and cultural valuation in Sichuan, China.\\\" Anthropocene 29 (2020): 100236.↩︎\",\"List of National Key Protected Wild Plants in China. 8 Sept. 2021, www.forestry.gov.cn/c/www/gkml/11057.jhtml. Accessed 1 Jan. 2024.↩︎\"]},\"13\":{\"c\":[\"Orchid\"]},\"14\":{\"c\":[\"article\"]},\"15\":{\"h\":\"2 Related Concepts\"},\"16\":{\"h\":\"2.1 Modern taxonomic classification system\",\"t\":[\"Taxonomic classification system\",\"Taxonomy, a methodological approach in the field of biological sciences, refers to the systematic categorization of living entities based on their common attributes. This process organizes these entities into a structured hierarchy of taxonomic ranks, thereby facilitating a comprehensive understanding and study of biodiversity. The internationally accepted taxonomic nomenclature is the Linnaean system, created by Swedish naturalist Carolus Linnaeus[1]. The system is based on the idea that organisms can be grouped into smaller and smaller groups based on their shared characteristics. The modern taxonomic classification system has eight main levels[2]:\",\"modern taxonomic classification system except domain\",\"Domain: All living organisms are categorized into three fundamental domains: Bacteria, Archaea, and Eukarya. The plant kingdom falls within the Eukarya domain, distinguished by their eukaryotic cells with a nucleus and membrane-bound organelles.\",\"Kingdom: Plantae(plants), comprising the vast kingdom of plants, encompasses over 280,000 diverse species. This kingdom encompasses everything from towering Redwoods to delicate mosses, showcasing the remarkable variety of plant life.\",\"Phylum: Within Plantae, we find the Angiospermae(flowering plants), boasting over 250,000 species. This vibrant phylum is recognized for its characteristic reproductive structure – the flower – which has revolutionized terrestrial ecosystems.\",\"Class: Roses belong to the class Dicotyledonae (dicots), characterized by seeds containing two embryonic leaves. However, not all flowering plants follow this blueprint. Orchids, for example, belong to the class Monocotyledonae (monocots), bearing seeds with only one embryonic leaf.\",\"Order: Plants with similar structures and evolutionary relationships are grouped into orders. Order Rosales encompasses roses and their close relatives, sharing specific floral and leaf characteristics. In contrast, Orchidaceae embraces a diverse group of plants, including the mesmerizing orchid family.\",\"Family: Families represent groups of genera sharing more specific physical and behavioral characteristics than those at higher taxonomic ranks. The Rosaceae family (rose family) encompasses various rose species with similar floral structures and growth patterns. Similarly, orchids belong to the Orchidaceae family, one of the largest families in the plant kingdom.\",\"Genus: Genera represent groups of closely related species that share a recent common ancestor. Rosa, for example, houses all true roses, while the genus Cymbidium encompasses the elegant Chinese Cymbidium orchids.\",\"Species: The most specific taxonomic unit is the species. A species represents a group of organisms capable of interbreeding and producing fertile offspring. Rosa gallica, the moss rose, exemplifies this concept within the rose family. Likewise, Cymbidium goeringii, a species of Chinese Cymbidium orchid, represents a distinct lineage within its genus.\",\"The eight established ranks of the biological classification system serve as the foundation for taxonomic hierarchy, and are widely used for organizing and categorizing organisms. Nonetheless, in certain groups, supplementary subordinate ranks may be employed to provide a more detailed understanding of the relationships between organisms. For those interested in delving deeper into these ranks and their practical application, I suggest referring to professional texts on plant taxonomy,for example, International Code of Nomenclature for algae, fungi, and plants[3].\",\"Variant and cultivar\",\"In addition to the eight fundamental levels, the Orchid2024 dataset we offer also includes more nuanced levels than the species level, such as variety and cultivars. A variety is a further classification within a species, representing individuals with naturally occurring unique characteristics. These varieties within a species arise from factors such as geographical isolation, mutations, or adaptation to specific environments[4]. They may exhibit subtle differences in appearance, growth habit, or ecological preferences compared to the \\\"typical\\\" species. However, these differences are often less pronounced than those between distinct species. Essentially, a variety can be thought of as a subgroup within a species, possessing unique traits, yet still capable of interbreeding with other members of the same species.\",\"Cultivars are cultivated of varieties plants that have been selected for specific desirable traits, such as larger fruit, different flower colors, or resistance to disease. Cultivars are not naturally occurring but are created and maintained by humans through selective breeding or other techniques. For example, there are hundreds of apple cultivars, each with its own unique characteristics[5]. In order to maintain the plant’s new feature, the cultivar can only be cloned by taking cuttings, grafting, or tissue culture. Attempts to grow identical plants from the seeds of a cultivar usually result in a plant that reverts to either one of the parents or something completely different than intended.\",\"variety vs cultivar\",\"All cultivars are affiliated with a specific species or its variety. They can be derived from a single species or be interspecific hybrids. So, you can regard cultivar as a more fine-grained unit than speice and variety To recapitulate: Species > Variety > Cultivar. Each level represents a narrower range of genetic diversity and more specific characteristics. Cultivars are the most specific and human-influenced unit, making them the \\\"finest-grained\\\" in this hierarchy.\",\"Here, the term \\\"cultivar\\\" is typically used in the context of plants, specifically cultivars. Strictly speaking, cultivars do not exist in the same way for animals. However, there are some concepts related to animal breeding that share some similarities with cultivars. Breeds: Like cultivars, breeds are distinct populations of animals within a species that share specific physical or behavioral characteristics. They are created and maintained through selective breeding, where animals with desired traits are mated to produce offspring with those same traits. Examples include dog breeds like Labrador Retriever or Poodle, or cattle breeds like Holstein or Angus.\",\"The Orchid2024 dataset is a comprehensive collection of Chinese Cymbidium orchid images. It encompasses over 1,200 cultivars across 8 species and their variants. However, given the widespread cultivation of Chinese Cymbidium orchids, there may be additional cultivars and numerous hybrids not yet included in the dataset. I am actively seeking to expand the dataset to include these cultivars.\",\"Naming Plant Species, Varieties, and Cultivars\",\"The rules for naming plant species, varieties, and cultivars are guided by the International Code of Nomenclature for Cultivated Plants (ICNCP)[6]. Botanical nomenclature is the body of rules for determining which name applies to a particular taxon, and occasionally if a new name is needed. Modern botanical nomenclature started with Carl Linnaeus and his 1753 publication, Species Plantarum (Latin for \\\"The Species of Plants\\\"). It is now governed by the ICNCP. This code provides regulations for naming cultigens, plants whose origin or selection is primarily due to intentional human activity. Let's delve into the world of plant names refering the picture below:\",\"Species: Each species has a unique scientific name consisting of two parts(Latin Binomial), the genus (first, capitalized) and the specific epithet (second, lowercase), representing the basic unit of scientific classification. (Example: Cymbidium goeringii is the species name, \\\"Cymbidium \\\" is the genus and \\\"goeringii \\\" is the specific epithet.) Regardless of language or region, this scientific name identifies the species precisely. In the horticulture industry, Cymbidium often omitted as C. or Cym.\",\"Varieties(Infraspecific Rank and Name): Sometimes there may be variants in certain species. So, varieties are denoted by the species name followed by \\\"var.\\\" and the variety name, in italics. For example, Cymbidium goeringii var. longibracteatum can be used to denote a variety(variant species) of Cymbidium goeringii.\",\"Cultivar: Each cultivar possesses a unique epithet that is distinct from the species and variety names. However, not all plants have a cultivar name. This depends on whether there exists a collection of plants that have been selected and cultivated for their particular, distinct, uniform, and stable attributes. These names are enclosed in single quotation marks. At times, cultivar names are registered with international or director authorities and must adhere to specific rules regarding length, format, and uniqueness, so that the name becomes officially recognized and protected, ensuring no other cultivar can be named the same. If a cultivar is not registered, it is typically named according to the customs of the plant industry. For instance, many cultivars of Chinese Cymbidium orchids are not registered. In such cases, I opt for a common rule: using the Pinyin of these flowers’ Chinese names as their cultivar names.\",\"Common Name and the Trademark Name: Common names are informal names used by the general public. Occasionally, nurseries develop and trademark cultivar names to make them more marketable[7]. These names can often be omitted.\",\"plant nomenclature\",\"Some questions about flower names\",\"Reading this, you may be confused. When we discuss various flowers, are we referring to a vibrant tapestry of species, a specific genus, or perhaps an entire floral family? If an individual casually mentions their appreciation for the beauty of various flowers, they might be using the term in a broad sense to include all types, encompassing different species, genera, and families.\",\"The level of detail we’re addressing can fluctuate based on the context and the aspect we wish to highlight. For instance, if we’re discussing the unique features of a specific flower, like the climbing habit of clematis, the species is most relevant. If we’re comparing the petal structure of different lilies, the genus might be a more suitable level. And if we’re discussing the fruit development of plants with fleshy fruits, the family could be the appropriate level. To circumvent confusion, it’s always beneficial to provide additional information or clarify the level of detail when discussing flowers. For example, The terminology we use for phalaenopsis, roses, and orchids depends on the context and the level of detail we wish to communicate:\",\"Phalaenopsis:\",\"Genus: This is the most precise term because \\\"phalaenopsis\\\" refers to a specific genus of flowering plants within the larger orchid family.\",\"Species: There are about 70 species within the Phalaenopsis genus, so using the term \\\"phalaenopsis\\\" could technically refer to any of these individual species, but without further clarification, it would be ambiguous.\",\"Family: Saying \\\"phalaenopsis\\\" is not accurate at the family level. Phalaenopsis belongs to the Orchidaceae family, so if you want to emphasize the broader group, Orchidaceae family,would be the appropriate term.\",\"Roses:\",\"Genus: \\\"Rose\\\" can denote the genus Rosa, which encompasses hundreds of species with diverse characteristics.\",\"Species: Specifying a particular rose species like Rosa chinensis (China rose) or Rosa damascena (Damask rose) provides more accurate information.\",\"Family: Roses belong to the Rosaceae family, but simply saying \\\"rose\\\" wouldn’t imply this level of classification.\",\"Orchids:\",\"Family: \\\"Orchid\\\" refers to the entire Orchidaceae family, one of the largest and most diverse plant families, containing over 880 genera and 26,000 species.\",\"Genus: Saying \\\"orchid\\\" doesn’t specify a specific genus within the family. Phalaenopsis, Cattleya, Dendrobium, and Cymbidium are just a few of the numerous orchid genera.\",\"Species: As with roses, mentioning a specific orchid species like Phalaenopsis amabilis or Cattleya walkeriana is the most precise way to identify the plant.\",\"In conclusion, the appropriate term depends on the context and the level of specificity required. If the information source isn’t explicitly referring to a particular species or family, attributing it to a genus is less prone to error. When there’s ambiguity, it’s indeed safest to assume the term refers to the genus, as it’s a middle ground between the broadness of a family and the specificity of a species.\"]},\"17\":{\"h\":\"2.2 Relevant concepts of orchid names\",\"t\":[\"Orchids, scientifically known as Orchidaceae, encompass all plants within the orchid family. This diverse and widespread group of flowering plants is renowned for their colorful and fragrant blooms More specifically, the term ‘orchids’ is often used to denote those types of orchid plants that are widely recognized by horticulturists and enthusiasts for their ornamental value[8]. This includes a multitude of varieties that have been selectively bred and cultivated from orchid plants. This means that the specific flower someone might picture when they hear \\\"orchid\\\" can vary greatly depending on their region and cultural background. Here are some examples:\",\"Tropical Regions\",\"In countries like Singapore, Thailand, and Brazil, where orchids are abundant and often native, the term most likely refers to epiphytic orchids that grow on trees and branches. These orchids come in a dazzling array of shapes, sizes, and colors, with some popular examples being Cattleyas, Phalaenopsis (Moth Orchids), and Dendrobiums. For example, Phalaenopsis amabilis is the national flower of Indonesia [9], Vanda 'Miss Joaquim' is the national flower of Singapore [9:1], In the Americas, several countries, including Brazil, Colombia, Venezuela, Belize, Costa Rica, and Guatemala, have chosen orchid varieties that thrive in their respective regions as their national flowers[9:2].\",\"Most of the cultivated orchids are epiphytes. They do not grow in the ground but instead grow in trees or on rocks. This puts their roots out into the air rather than underground[10]. The word \\\"epiphyte\\\" (EP-ih-fite) means \\\"air plant\\\" or literally \\\"to grow upon a plant\\\". Epiphytes are not parasites. They do not take anything from the host plant. Epiphytes perch upon other plants but get their moisture and nutrients from air, rain and debris.\",\"epiphyte orchid-Phalaenopsis\",\"Temperate Regions\",\"In Europe, North America, and parts of Asia, where the climate is cooler, \\\"orchid\\\" often refers to terrestrial orchids that grow on the ground. These orchids tend to be less flamboyant than their tropical counterparts, but they still offer delicate beauty and fascinating adaptations. Common examples include Paphiopedilum(Lady Slippers), Cymbidiums, and Bletillas. In the 19th century, during the Victorian era in England, Paphiopedilum was highly sought after by orchid growers in Europe and America, causing it to become very rare in the wild due to over collecting[11]. Bletilla orchids are amongst the easiest of all orchids to grow and were one of the earliest exotic orchids imported into Europe[12]. Cymbidium orchids are among the oldest horticultural orchids in the world, which is distributed in tropical and subtropical Asia (such as China, northern India, Japan, Malaysia, and the Philippines) and Australia.They have decorative flowers spikes and are one of the least demanding indoor orchids[13].\",\"Cymbidiums, Bletilla, Cypripedium, and Orchis, etc. are terrestrial, which means \\\"growing in the ground\\\". Most of the native orchids of Chinese, the United States and all the natives of Europe are terrestrials. Some epiphytic orchids have adapted to growing on rocks because nearby forests may not offer enough light. Rock-growing orchids are known as lithophytes.\",\"terrestrial orchid-Cypripedium parviflorum\",\"Specific Regions\",\"In China, the term \\\"orchid\\\" traditionally refers to the Chinese Cymbidium Orchids, which are native to the country. However, there is another category of orchids known as \\\"Exotic Orchids\\\" in China[14]. This term was initially used to describe orchids that were extensively cultivated abroad and later introduced to China. These include a variety of species such as Phalaenopsis, Cattleya, Vanda and Dendrobium. These orchids are known for their large, colorful flowers and their cultivation methods significantly differ from those of traditional Chinese Cymbidium Orchids. Over time, the term \\\"Exotic Orchids\\\" has evolved to refer to all orchids with showy flowers, regardless of their true place of origin or whether they are cultivated abroad or in China. Interestingly, some species that are actually native to China, such as Paphiopedilum armeniacum and Paphiopedilum malipoense, are also commonly referred to as exotic orchids. This is due to their ornamental characteristics and unique cultivation techniques, despite them being authentic Chinese orchids.\",\"History of orchids\",\"The exact origins of orchid cultivation remain shrouded in mystery. Its purpose, whether purely aesthetic, medicinal, or a beautiful blend of both, is equally unclear. The earliest documented mention can be traced back to the mythical Chinese ruler Shennong, whose \\\"Divine Farmer's Herb-Root Classic\\\" extolled the medicinal virtues of Dendrobium orchids[15]. Confucius (551-479 B.C.) further cemented the flower's cultural significance by admiring its captivating fragrance.\",\"The etymology of the English word \\\"orchid\\\" can be traced back to Ancient Greece. The term is derived from the Greek word \\\"orchis\\\" which translates to \\\"testicle.\\\" This association was made due to the resemblance of the root tubers of certain orchid species, particularly those in the Orchis genus, to a pair of testicles. In his work \\\"Inquiry into Plants\\\" written around 300 BC, Theophrastus, a student of Aristotle, used the term \\\"orkhis\\\" to refer to some terrestrial species of orchids which gave origin to the name of the whole family \\\"Orchidaceae\\\"[16]. Over time, the term \\\"orchis\\\" evolved into the Latin \\\"orchidea,\\\" and eventually into the English \\\"orchid\\\" that we use today. In 1737, Carl Linnaeus first used the word Orchidaceae to designate plants with similar features[17]. In 1830, John Lindley (botanist and taxonomist) did the first classification of orchids[18]. He wrote many books about plants but it was his studies about orchids, The Genus and Species of Orchidaceae Plants, that made him well known.\",\"the early-purple orchid\",\"Thereafter, Victorian Great Britain, roughly spanning 1837-1901, saw a great surge in exploration and interest in exotic natural treasures. Orchids, with their diverse and often dazzling blooms, captivated Victorian sensibilities[19]. This fascination spurred the rise of \\\"orchid hunters. These hunters faced dangers like extreme weather, wild animals, and even hostile indigenous tribes. The discovery of new orchid species sparked a craze known as \\\"orchid fever.\\\" Collectors, both individuals and institutions, became obsessed with acquiring the most unique and valuable specimens. Prices for certain orchids soared to astronomical heights, with a single plant sometimes fetching more than a house! Unfortunately, this fervent pursuit of orchids had tragic consequences. Driven by greed and ambition, some hunters resorted to extreme and reckless measures. They plundered entire habitats, often leading to the depletion of rare orchid species. Additionally, the harsh conditions and demanding physical challenges of expeditions resulted in the deaths of numerous orchid hunters.\",\"orchid hunter\",\"If you want to delve deeper into this captivating topic, \\\"Orchid Fever: A Horticultural Tale of Love, Lust, and Lunacy\\\" by Eric Hansen: This book delves into the history of orchid collecting and the human drama behind the \\\"orchid fever\\\" phenomenon[20].\",\"Today, international trading of orchids harvested in the wild is banned by the Convention on International Trade in Endangered Species of Wild Fauna and Flora (CITES) adopted in 1973[21]. However, many orchid species are still endangered, and orchid smuggling is thought to contribute to the loss of some species of orchid in the wild.\",\"History of cymbidiums\",\"Cymbidiums are among the most ancient horticultural orchids worldwide. These plants have a rich history, particularly in China, which is recognized as one of the first countries to cultivate Cymbidiums[22]. Cymbidiums are known for their large, beautiful flowers that come in a variety of colors, including white, yellow, pink, green and red. They can be single or double, and often have a pleasant fragrance. Cymbidium's long-lasting flowers have made Cymbidium varieties and hybrids some of the most commercially valuable orchids in the world's floriculture industry[23]. With proper care, they can keep in a vase for several weeks.\",\"The Cymbidium genus, a member of the Orchidaceae botanical family, was first officially characterized in 1799. This formal description was provided by Olof Swartz, a Swedish botanist, who detailed the unique attributes of these orchids[24]. He named them \\\"little boats\\\", inspired by the bowl-like shape of the lower petal, also known as the labellum. The word Cymbidium is derived from the Greek word \\\"kymbos\\\", which means \\\"boat\\\". The lip of the flower looks a bit like a boat which is how the Cymbidium gets its name. Therefore, Cymbidium is also commonly known as boat orchid.\",\"boat orchid\",\"Thereafter, Cymbidiums began to gain recognition in Europe, particularly during the Victorian era, when their exotic charm captivated flower enthusiasts. The dawn of the 20th century marked the arrival of the first Cymbidium imports from the Himalayas to England, which signified the start of their popularization as cut flowers[25]. Breeders began to crossbreed these plants, gradually producing more varieties and colors. Today, Cymbidiums continue to enjoy worldwide popularity, especially in China. Different cultivars of Cymbidium are available all year round, peaking in autumn and winter.\",\"Reid, Gordon McGregor. \\\"Carolus Linnaeus (1707–1778): His life, philosophy and science and its relationship to modern biology and medicine.\\\" Taxon 58.1 (2009): 18-31.↩︎\",\"Schuh, Randall T. \\\"The Linnaean system and its 250-year persistence.\\\" The Botanical Review 69.1 (2003): 59-78.↩︎\",\"Turland N J, Wiersema J H, Barrie F R, et al. International Code of Nomenclature for algae, fungi, and plants (Shenzhen Code) adopted by the Nineteenth International Botanical Congress Shenzhen, China, July 2017[M]. Koeltz botanical books, 2018.↩︎\",\"Cultivar versus Variety. hortnews.extension.iastate.edu/2008/2-6/CultivarOrVariety.html. Accessed 1 Jan. 2024.↩︎\",\"Cultivar. biologydictionary.net/cultivar. Accessed 1 Jan. 2024.↩︎\",\"Spencer, Roger D., and Robert G. Cross. \\\"The international code of botanical nomenclature (ICBN), the international code of nomenclature for cultivated plants (ICNCP), and the cultigen.\\\" Taxon 56.3 (2007): 938-940.↩︎\",\"Naming Plants. www.bcarboretum.org/plants/nomenclature. Accessed 1 Jan. 2024.↩︎\",\"Orchid. www.britannica.com/plant/orchid/Structural-diversity. Accessed 1 Jan. 2024.↩︎\",\"List of nation flowers. en.wikipedia.org/wiki/List_of_national_flowers. Accessed 1 Jan. 2024.↩︎↩︎↩︎\",\"Epiphyte or Terrestrial?. www.aosforum.org/newsletters/pages/aug09.html. Accessed 1 Jan. 2024.↩︎\",\"Paphiopedilum insigne. www.wikiwand.com/en/Paphiopedilum_insigne. Accessed 1 Jan. 2024.↩︎\",\"Bletilla. www.irishorchidsociety.org/orchids/bletilla-2/. Accessed 1 Jan. 2024.↩︎\",\"Cymbidium Orchids. www.abc.net.au/gardening/how-to/cymbidium-orchids/9426288. Accessed 1 Jan. 2024.↩︎\",\"Chinese and Exotic Orchids. www.mikeparkbooks.com/product/29322/Chinese-and-Exotic-Orchids. Accessed 1 Jan. 2024.↩︎\",\"Rahman, Minhajur, et al. \\\"Uncovering the Phytochemical Profile, Antioxidant Potency, Anti-Inflammatory Effects, and Thrombolytic Activity in Dendrobium lindleyi Steud.\\\" Scientifica 2023 (2023).↩︎\",\"Bulpitt C J. The uses and misuses of orchids in medicine[J]. Qjm, 2005, 98(9): 625-631.↩︎\",\"Anghelescu, Nora Eugenia DG, et al. \\\"A history of orchids. A history of discovery, lust and wealth.\\\" Scientific Papers. Series B. Horticulture 64.1 (2020).↩︎\",\"A Bit of the Orchid's History. sites.millersville.edu/jasheeha/webDesign/websites/OOroot/history.html. Accessed 1 Jan. 2024.↩︎\",\"The Dangerous and Highly Competitive World of Victorian Orchid Hunting. www.mentalfloss.com/article/88888/dangerous-and-highly-competitive-world-victorian-orchid-hunting. Accessed 1 Jan. 2024.↩︎\",\"Hansen, Eric. Orchid fever: a horticultural tale of love, lust, and lunacy. Vintage, 2000.↩︎\",\"Hinsley, Amy, et al. \\\"Estimating the extent of CITES noncompliance among traders and end‐consumers; lessons from the global orchid trade.\\\" Conservation Letters 10.5 (2017): 602-609.↩︎\",\"All about cymbidium orchidhistory. littleflowerhut.com.sg/flower-guide/all-about-cymbidium-orchid-history-meaning-facts-care-more/. Accessed 1 Jan. 2024.↩︎\",\"Balilashaki, Khosro, et al. \\\"Biochemical, cellular and molecular aspects of Cymbidium orchids: an ecological and economic overview.\\\" Acta Physiologiae Plantarum 44.2 (2022): 24.↩︎\",\"Yukawa, Tomohisa, and William Louis Stern. \\\"Comparative vegetative anatomy and systematics of Cymbidium (Cymbidieae: Orchidaceae).\\\" Botanical Journal of the Linnean Society 138.4 (2002): 383-419.↩︎\",\"Origin and symbolism. cymbidium.info/en/home/symbolism-and-history/. Accessed 1 Jan. 2024.↩︎\"]},\"18\":{\"c\":[\"Orchid\"]},\"19\":{\"c\":[\"article\"]},\"20\":{\"h\":\"3 Introduce of Chinese Cymbidium Orchids\"},\"21\":{\"h\":\"3.1 Chinese Cymbidium orchids definitions\",\"t\":[\"Chinese Cymbidium orchids in botony\",\"Chinese Cymbidium orchids are a collective term for several terrestrial orchid species native to China. Botanically, it includes five species of the genus Cymbidium: Cymbidium goeringii, C. faberi, C. ensifolium, C. sinense, C. kanran, and three varieties of Cymbidium goeringii, namely, C. goeringii var. longibracteatum, C. goeringii var. tortisepalum, and C.goeringii var.serratum. Among these, Cymbidium goeringii is the most renowned and is prominently featured in the Orchid2024 dataset, which was created by the author and contains a significant number of images of this species.\",\"In Chinese, the term for Chinese Cymbidium Orchids is often \\\"Lan\\\" or \\\"Guo Lan.\\\" Consequently, the word \\\"orchid,\\\" whether used in Chinese or English, typically refers to Chinese Cymbidium Orchids within China. As a result, in many contexts, including oral communication, written text, plant technology, and even academic translations from Chinese to English, the Chinese term for Chinese Cymbidium Orchids is often literally translated based on its pinyin to \\\"Chinese orchid.\\\" Similarly, the Chinese term for Cymbidium goeringii is often literally translated based on its pinyin to \\\"spring orchid.\\\"\",\"In fact, I don’t believe there’s anything wrong with this. When I attended the second Spring Orchid exhibition to gather images for my orchid dataset, I noticed that the botanical term ‘Cymbidium goeringii’ was translated as ‘Spring Orchid’ not only in the exhibition but also in various news reports. Although, in a broader scientific context, it’s more accurate to use ‘Cymbidium goeringii’ to ensure precise identification and avoid confusion. However, I think it’s beneficial that the organizers used ‘Spring Orchid’ as a simplified or descriptive term for a wider audience who might not be familiar with the scientific name.\",\"Spring orchid exhibition, captured by the author during a data collection expedition (2023, Shaoxing, China)\",\"Cymbidium orchids, native to China, are esteemed symbols of strength, resilience, and nobility in Chinese culture. This reverence has spurred dedicated cultivation efforts, leading to the development of superior cultivars with sought-after traits, thereby promoting cultivar diversification. The cultivation of Cymbidium in China has a rich history, tracing back to at least the Song Dynasty (960-1279). The significance of this traditional \\\"orchid culture\\\" extends beyond China’s borders, influencing other countries historically touched by Han Chinese culture, such as Korea, Japan, and Vietnam, where Cymbidium is also held in high regard today[1].\",\"I’d like to discuss the orchid2024 dataset that I’ve created. This dataset, however, does not include many Chinese Cymbidium cultivars that are cultivated in countries like Korea and Japan. The primary reason for this omission is the significant challenge associated with collecting a vast number of foreign orchid images.\",\"Chinese Orchids in Horticulture\",\"In the field of Chinese orchid horticulture cultivation, the term \\\"Chinese orchid\\\" actually covers a wider range of species than the botanical definition of Chinese orchids.\",\"Several species belong to the genus Cymbidium, including Cymbidium cyperifolium var. szechuanicum, Cymbidium floribundum, Cymbidium hybrid, and Cymbidium lancifolium, among others. In the realm of scientific research and botany, these Cymbidium species are not classified as Chinese Cymbidium orchids, despite being considered as such in horticulture. This discrepancy arises because these species are not widely known outside of orchid growers or merchants, and they have not generated a mature cultivar system. Furthermore, the placement of some species within the Cymbidium genus remains huge debated among botanists, adding complexity to their inclusion in the category of \\\"Chinese Cymbidium orchids\\\"[2] .\",\"Given this issue, we prioritize both professionalism and usability in the dataset: In Orchid2024, I have included images of four species: Cymbidium cyperifolium var. szechuanicum, Cymbidium floribundum, Cymbidium hybrid, and Cymbidium lancifolium. Each of these species exists as a category in Orchid2024. However, in accordance with botanical existing rules, I classify them as other species of the genus Cymbidium, rather than as Chinese Cymbidium orchids.\"]},\"22\":{\"h\":\"\"},\"23\":{\"h\":\"3.2.1 Distribution of Chinese Cymbidium orchids in China\",\"t\":[\"Chinese Cymbidium orchids, under natural conditions, thrive in forests, hillsides, cliffs, and other orchid-producing areas that offer well-drained, well-ventilated, and semi-sunlit environments[3]. These orchids find their ideal habitat in the southern regions of China, where the rolling hills, verdant valleys, and abundant sunshine provide the perfect ecosystem for these delicate beauties.\",\"In contrast, the northern regions of China often experience temperatures below 0°C during winter. These long, harsh winters can damage or even kill the orchids. As a result, Chinese Cymbidium orchids are seldom found in the northern areas of China. However, some hardy populations manage to survive in these regions, likely due to unique microclimates or human intervention.\",\"As one moves north, the density of Chinese Cymbidium orchids gracefully tapers off. Unsurprisingly, the provinces of Yunnan and Sichuan, renowned for their diverse landscapes and suitable temperatures, boast the highest concentration of Chinese Cymbidium cultivars[4]. These provinces provide the ideal conditions for the growth and cultivation of these orchids.\",\"Kunming Botanical Garden, captured by the author during a data collection expedition, where there are rich orchid resources (2023, Kunming, China)\",\"In addition, the various types of Chinese Cymbidium orchids in China have distinct geographical distribution characteristics[5]. For example, in the regions of Hubei, Henan, Anhui, Jiangsu, Zhejiang, and Shanghai, the main species are Cymbidium goeringii and C. faberi. In Hunan and Jiangxi regions, there are mainly C. goeringii, C. faber and C. kanran. In Yunnan, Guizhou, and Sichuan, the main types are C. goeringii, C. ensifolium, C. goeringii var. longibracteatum, C. goeringii var. tortisepalum, and C.goeringii var. serratum. In Taiwan, Fujian, and Guangdong, the main species are C. kanran and C.sinense.\"]},\"24\":{\"h\":\"\",\"t\":[\"Within the five fundamental species of Chinese Cymbidium orchids: Cymbidium goeringii, C. faberi, C. ensifolium, C. sinense, and C. kanran - each bears a Chinese name intricately woven with the tapestry of the seasons. These names not only identify but also reflect the unique characteristics and growth habits of these plants as they dance through the year's changing rhythms[6][7]:\",\"Cymbidium goeringii \",\"Chinese name: 春兰.\",\"Blooming time: January to March.\",\"Chinese common name: known as the Spring Orchid in Chinese, earns its name from its blooming period in the spring.\",\"Flowers: Single (rarely 2), fragrant, pale yellow-green with light purple-brown veins.\",\"Leaves: 4-7, strap-shaped, thin leathery, green to dark green, clearly longer than the flower stem.\",\"Cultivation: Cymbidium goeringii is the species with the longest cultivation history among Chinese Cymbidium orchids.\",\"Cymbidium faberi \",\"Chinese name: 蕙兰.\",\"Blooming time: March to May\",\"Chinese common name: known as the Summer Orchid in Chinese, earns its name from its blooming period in the summer .\",\"Flowers: Multiple (usually 5-11), fragrant, pale yellow-green with light purple-red spots.\",\"Leaves: 5-7, strap-shaped, thin leathery, green to dark green, clearly longer than the flower stem.\",\"Cultivation: Cymbidium faberi is one of the most popular and widely cultivated orchids in China.\",\"Cymbidium ensifolium \",\"Chinese name: 建兰.\",\"Blooming time: June to October\",\"Chinese common name: (1) four seasons orchid, named for some cultivars' long flowering period; (2) autumn orchid, named for some cultivar's blooming period in the autumn. (3) \\\"建兰\\\", it is named after its place of origin, the Fujian Province.\",\"Flowers: Multiple (usually 3-9), fragrant, pale yellow-green with purple spots.\",\"Leaves: 4-24, strap-shaped, leathery, green to dark green, slightly longer than the flower stem.\",\"Cultivation: Cymbidium ensifolium is one of the most popular and widely cultivated orchids in China. It is easy to grow and care for, and its flowers are beautiful and fragrant.\",\"Cymbidium sinense \",\"Chinese name: 墨兰\",\"Blooming time: October to March\",\"Chinese common name: Baosuilan (报岁兰), meaning \\\"reporting the new year\\\".\",\"Flowers: Usually 10-20 flowers per inflorescence, dark purple or light purple-brown.\",\"Leaves: Strap-shaped, up to 100 cm long, leathery, dark green.\",\"Cultivation: Cymbidium sinense is relatively easy to grow and care for.\",\"Cymbidium kanran \",\"Chinese name: 寒兰\",\"Blooming time: November to January\",\"Chinese common name: Winter orchid, named for its blooming period in the winter.\",\"Flowers: Multiple (usually 5-12), fragrant, pale yellow with purple spots.\",\"Leaves: 2-4, strap-shaped, leathery, green to dark green, slightly shorter than the flower stem.\",\"Cultivation: Cymbidium kanran is a challenging orchid to grow, but it is well worth the effort for its beautiful flowers.\",\"The Chinese names of three varieties of Cymbidium, namely C. goeringii var. longbracteatum, C. goeringii var. tortisepalum and C.goeringii var. serratum., come from their own characteristics:\",\"Cymbidium goeringii var. longibracteatum \",\"Chinese name: 春剑\",\"Common name: Cymbidium goeringii var. longibracteatum, named for its sword-shaped leaves.\",\"Bloom time: February to March\",\"Flowers: 2-5 per inflorescence, pale yellow-green, fragrant.\",\"Leaves: 5-7, strap-shaped, leathery, dark green.\",\"Cultivation: There are many cultivated strains of Cymbidium goeringii var. longibracteatum, which is the top grade and has high ornamental value.\",\"Cymbidium goeringii var. tortisepalum. \",\"Chinese name: 莲瓣兰\",\"Blooming time: December to March\",\"Common name: 莲瓣兰, The term \\\"lotus petal\\\"(莲瓣) comes from the description of the shape of orchid petals. The flowers of the lotus petal orchid are similar to lotus flowers. In Yunnan, people are accustomed to calling the orchid \\\"lotus\\\" because its petals resemble lotus petals. The lotus petal orchid blooms every year on New Year's Day and the Spring Festival.\",\"Flowers: Multiple (usually 5-7), fragrant, pale green or white with light purple spots.\",\"Leaves: 5-7 strap-shaped, leathery, green to dark green, slightly longer than the flower stem.\",\"Cultivation: The well-known Cymbidium goeringii var. tortisepalum is disease-resistant and cold-tolerant, and is the source of sky-high-priced .orchids.\",\"Cymbidium goeringii var. serratum \",\"Chinse name: 豆瓣兰\",\"Blooming time: Its petals are shaped like bean petals, hence the name.\",\"Common name: Parrot green orchid, named for its green flower color with purple veins.\",\"Flowers: Single (rarely 2), 6 cm in diameter, strap-shaped, green or pale brown with purple veins, no fragrance.\",\"Leaves: 3-7strap-shaped, with serrated edges, slightly hard.\",\"Cultivation: The planting habits of Cymbidium goeringii var. serratum are the same as those of Cymbidium goeringii.\",\"Schematic diagram of Chinese Cymbidium orchids cultivars(From Orchid2024)\"]},\"25\":{\"h\":\"\"},\"26\":{\"h\":\"3.3.1 Ancient and modern controversies of 'Lan'\",\"t\":[\"Orchids hold a special place in the hearts of the Chinese people. In China, they are often referred to as \\\"Lan\\\" (兰) or \\\"Guo Lan\\\" (国兰). This enduring appreciation is reflected in their presence throughout Chinese history, appearing in texts as early as the \\\"Classic of Poetry(诗经)\\\", a collection of poems dating back to the 11th to 6th centuries BC[8].\",\"Yet, it was Confucius (551 B.C.- 479 B.C.), the great thinker and educator, who truly intertwined the orchid with the Chinese culture[9]. His travels throughout China saw him promoting his ideas of ethics and virtue as the ideal form of governance.Despite facing setbacks, his spirit remained unwavering. Legend speaks of a day when Confucius was journeying from Wei (卫, an ancient Chinese state during the Zhou Dynasty) back to Lu (鲁, an ancient Chinese state during the Zhou Dynasty). As he traversed a valley, he stumbled upon a sight of 'Lan' in full bloom. The valley was filled with their intoxicating fragrance. Yet, these beautiful flowers were surrounded by weeds. Overwhelmed by the scene, Confucius couldn’t help but express his emotions with a sigh:\",\"夫兰当为王者香, 今乃独茂, 与众草为伍。\",\"This translates to \\\"The Lan should be the king of fragrant plants, but now it grows alone, among the common grasses. It is like a virtuous person who is not appreciated by the world.\\\"\",\"Confucius sees a solitary ‘Lan'\",\"There is a question, however. While his talk about 'Lan' described its fragrant nature, Confucius didn't mention its appearance. For more than a thousand years after that, the term \\\"lan\\\" was widely used in Chinese literature to refer to aromatic plants, rather than being specifically associated with orchids[9:1]. Not until the late Tang Dynasty (900 CE) did cultivation descriptions of the orchids now known as Chinese Cymbidium orchids first appear in Chinese literature[10].\",\"As interpretations of ancient literature related to ‘Lan' differ greatly. Many scholars, including literati, botanists, and pharmacists, believe that the ’Lan' described in the Classic of Poetry and by Confucius are distinct from those we know today[11]. However, the lack of absolute conclusive evidence fuels a counter-argument, with many others proposing that ancient 'Lan' and modern orchids belong to the same species. This confusion stems from varying descriptions of orchids over time, resulting in the classification of \\\"ancient Lan\\\" and \\\"modern Lan\\\". The Chinese botanical community refers to the \\\"Lan\\\" from the Spring and Autumn Period(770-476 BCE) to the late Tang Dynasty(618-907 CE) as \\\"ancient Lan\\\", and the \\\"Lan\\\" after the Tang Dynasty are called \\\"modern Lan\\\", which is what we now call Chinese Cymbidium orchids.\",\"This debate about 'Lan', fueled by the immense ornamental and economic value of Chinese Cymbidium orchids, has persisted in China for nearly a thousand years since the late Tang Dynasty(618-907 CE), but it has not yet been completed.\"]},\"27\":{\"h\":\"\",\"t\":[\"Differences in Lan is equivalent to Chinese Cymbidium Orchids\",\"In the late twentieth century, several famous Chinese botanists conducted extensive research on the identification of ancient and modern orchid species. Based on their studies, they concluded that the 'Lan' mentioned in the Book of Songs and observed by Confucius in northern provinces of China(Shandong Province, Henan Province, Hebei Province) cannot be the same as the present-day Chinese Cymbidium orchids[9:2]. They think that from the perspective of morphology and growth environment, ancient orchids resemble Eupatorium japonicum more than Chinese Cymbidium orchids.\",\"Eupatorium japonicum, commonly known as '泽兰' or '兰草' in Chinese, is a delightful herbaceous plant species that belongs to the Asteraceae family. It is widely distributed in most regions of China and is recognized for its beautiful blooms during the transition of autumn and summer. The plant's small, yet exquisite flowers come in shades of pink, purple, and white and emit a potent fragrance.\",\"Eupatorium japonicum\",\"The primary assertion of these botanists is that Chinese Cymbidium orchids are predominantly found in the mountainous regions of southern China, specifically between 25° and 34° north latitude. The spread of these orchids beyond 34° north latitude in northern China is challenging due to the absence of suitable climate and environmental conditions necessary for their growth[11:1]. Even during the era of Confucius, which dates back more than two thousand years ago when temperatures were comparatively higher, the regions of Henan and Shandong, where he resided, did not offer conducive conditions for the survival of these orchids. This view was proposed in the last century and has become the mainstream view in the Chinese botanical community regarding the origin of Chinese Cymbidium orchids[12].\",\"Lan is Equivalent to Chinese Cymbidium Orchid\",\"However, the way plants grow is much more flexible than we imagine. In a remarkable scientific expedition conducted in 2020, Chinese researchers stumbled upon a thriving population of over ten thousand wild Cymbidium faberi orchids. This fascinating discovery took place in the northern region of the renowned Qinling National Botanical Garden, situated in Shaanxi Province, China (specifically at coordinates 33°43′—34°04′)[13].\",\"Wild Cymbidium faberi orchids found in the Qinling National Botanical Garden\",\"Qinling National Botanical Garden, where the author went to collect orchid data (2023, Xian, China)\",\"In fact, Cymbidium faberi is more cold-tolerant than other Chinese Cymbidium species. Cymbidium faberi can withstand various temperatures and a few degrees of frost. Most cultivars of Cymbidium faberi sustain damage to their flowers at temperatures below -5℃. However, some wild Cymbidium faberi orchids can survive temperatures as low as -10℃. This result is generally consistent with the characteristics of Cymbidium observed by the author at the National Cymbidium faberi Germplasm Cymbidium Resource Center of Hunan Horticultural Research Institute.\",\"Two years later, in 2022, China's leading botanical research institution confirmed the existence of wild Cymbidium faberi orchids within the confines of Yangcheng, a city located in Shanxi Province[14]. These orchids were found within a national-level nature reserve spanning from latitude 35°12'50'' to 35°17'. It is worth noting that Yangcheng County also restored the Juelan Stele(绝兰碑) erected in 1810[15], which records and praises the then county magistrate Qin Weijun(秦维俊). He took the risk of offending superior officials by deciding that the local people did not need to risk their lives to dig up Cymbidium faberi orchids for tribute.\",\"Wild Cymbidium faberi orchids found in Yangcheng Manghe Macaque National Nature Reserve\",\"Juelan Stele,Yangcheng, Jincheng City, Shanxi Province, 2023\",\"Furthermore, with the widespread use of computers, people have discovered that Qu Yuan(340 BC – 278 BC) a Chinese poet and aristocrat, described a lot about 'Lan' in his Chu Ci. For instance, Qu Yuan once mentioned the seasonal differences of 'Lan' , specifically, the 'Lan' of spring and autumn:\",\"春兰兮秋菊,长无绝兮终古\",\"秋兰兮青青,绿叶兮紫茎\",\"The autumn orchid described in his poem has \\\"green leaves and purple stems, and a fragrant fragrance(秋兰兮青青,绿叶兮紫茎)\\\", which many people believe is not a true portrayal of Chinese Cymbidium orchids. However, there are some cultivars of Chinese Cymbidium Orchids with green and purple stems. For exmaple: similar characteristics also appear in some cultivars of Cymbidium ensifolium(autumn orchid) and Cymbidium sinense.\",\"Cymbidium ensifolium 'Ba Bao Qi Zhen'\",\"Cymbidium sinense 'Fu Gui Hong He'\",\"Summarize\",\"Though the precise origins and classification of ancient and modern Lan remain debated, there's no denying the profound impact these graceful orchids, prized for their delicate blooms and intoxicating fragrance, have had on Chinese culture and history. As we unveil new knowledge about their geographic spread and ecological niche within China, we must prioritize their protection and champion the harmonious co-existence between human activities and the preservation of their natural habitats.\"]},\"28\":{\"h\":\"3.4 Creation background of the Orchid2024 dataset\",\"t\":[\"Chinese Cymbidium orchids, with their delicate beauty and rich cultural significance, have captivated hearts for millennia. In Chinese culture, they symbolize virtues like integrity, modesty, and nobility. Confucius himself revered them as the \\\"Gentleman of Noble Virtue\\\" and the \\\"King of Fragrance.\\\" However, their very allure has fueled a dark side. Price speculation and rapid overcollection, driven by their rarity, beauty, fragrance, and perceived pharmaceutical potential, have pushed many species to the brink of extinction[16]. Habitat loss further exacerbates this threat. While China boasts a thousands-year-old tradition of Cymbidium cultivation, harnessing these orchids for their full potential remains surprisingly underdeveloped. This disconnect between cultural reverence and sustainable utilization creates a precarious situation for these treasured plants.\",\"In order to collect and preserve orchid plants represented by Orchids Chinese Cymbidium orchids, China has established 6 national ornamental plants germplasm resource centerfor genus Cymbidium. The following is a summary of these resource centers:\",\"Province\",\"Germplasm resource center\",\"Genus (Cymbidium)\",\"species or cultivars number\",\"福建Fujian\",\"福建省连城县连城兰花股份有限公司家国兰种质资源库National Cymbidium Germplasm Resource Center of Fujian Liancheng Orchid Co., Ltd.\",\"兰属Cymbidium\",\"250\",\"广东Guangdong\",\"广东省汕头市澄海区广东远东国兰股份兰属有限公司国家国兰种质资源库National Cymbidium Germplasm Resource Center of Guangdong Yuandong Guolan Co., Ltd.\",\"兰属Cymbidium\",\"1380\",\"广东Guangdong\",\"广东省广州市白云区广东省农业科学院国家蝴蝶兰、墨兰种质资源库National Phalaenopsis and Cymbidium sinense Germplasm Resource Center of Guangdong Academy of Agricultural Sciences\",\"蝴蝶兰属、兰属等Phalaenopsis, Cymbidium\",\"1264\",\"云南Yunan\",\"云南省昆明市盘龙区云南野生兰收藏基地有限公司国家兰属种质资源库National Cymbidium Germplasm Resource Center of Yunnan Wild Orchid Collection Base Co., Ltd\",\"兰属Cymbidium\",\"580\",\"江苏Jiangsu\",\"江苏省扬州市农业科学研究院国家春兰属、蕙兰种质资源库National Cymbidium goeringii and Cymbidium faberi Germplasm Resource Center of Jiangsu Lixiahe District Institute of Agricultural Sciences\",\"春兰、蕙兰Cymbidium\",\"622\",\"湖南Hunan\",\"湖南省园艺研究所国家蕙兰种质资源库National Cymbidium faberi Germplasm Cymbidium Resource Center of Hunan Horticultural Research Institute\",\"兰属Cymbidium\",\"1000\",\"Despite China's centuries-long tradition of Cymbidium cultivation, the exact number of cultivated varieties remains shrouded in mystery. Numerous cultivars thrive across the country, but many lack formal documentation or clear classification. This ambiguity, further amplified by regional cultivation practices and potential name duplications, makes comprehensive resource collection and protection a formidable challenge. Precise estimates vary, with some sources citing figures between 1,000 and 3,000 cultivars[17].\",\"Therefore, determining the appearance of these orchids and accurately identifying individual cultivars are essential steps in preserving this rich botanical heritage. Some examples of why this is important:\",\"Preventing Illegal Trade: Recognizing the appearance of these orchids and distinguishing them from similar cultivars simplifies the process of identifying and halting illegal trade. This is also vital for the protection of endangered cultivars.\",\"Monitoring Populations: The accurate identification and tracking of individual cultivars enable researchers to monitor orchid populations over time, evaluate their health, and identify potential threats. This data is crucial for the formulation of conservation strategies.\",\"Targeted Management: Different orchid cultivars may have unique needs and vulnerabilities. Knowledge of the exact type of orchid allows for targeted conservation efforts, such as customized habitat restoration or breeding programs.\",\"Drawing on data from the National Cymbidium faberi Germplasm and Cymbidium Resource Center at the Hunan Horticultural Research Institute, I created the Orchids2024 dataset, boasting over 150,000 images and encompassing over 1,200 cultivars of Chinese Cymbidium orchids. With this data, I developed an image classification system for identifying and classifying these cultivars, which can be used by researchers, orchid growers, and enthusiasts to enhance conservation efforts and cultivar development.\",\"The cultivar resource image datasets and image classification systems of Chinese Cymbidium orchids are transforming germplasm resource centers, empowering researchers and breeders to unlock the full potential of plant diversity. These tools go beyond simply storing physical samples; they provide a powerful lens to deep-dive into cultivar characteristics, optimize germplasm management, and ultimately accelerate the development of sustainable crops for the future.\",\"Orchids, Culture & Markets. globalorchidtrade.wixsite.com/home/post/2020/03/18/orchids-culture-markets-a-brief-history-of-chinas-wild-cymbidium-trade. Accessed 1 Jan. 2024.↩︎\",\"Sing‐Chi, C. H. E. N., and L. I. U. Zhong‐Jian. \\\"Critical notes on some taxa of Cymbidium.\\\" Journal of Systematics and Evolution 41.1 (2003): 79.↩︎\",\"Chinese Cymbidiums. newworldorchids.com/2021/04/chinese-cymbidiums/. Accessed 1 Jan. 2024.↩︎\",\"Indoor orchids take the spotlight in Songming, Yunnan. /en.chinaculture.org/a/202201/29/WS61f4a7b8a310cdd39bc84199.html. Accessed 1 Jan. 2024.↩︎\",\"The Genus Cymbidium in China. www.hceis.com/home/book_view.aspx?id=4649. Accessed 1 Jan. 2024.↩︎\",\"The Beauty of Orchid. www.forestry.gov.cn/c/www/zw/147980.jhtml. Accessed 1 Jan. 2024.↩︎\",\"Elegant Orchid. www.wbg.cas.cn/KPPJ/hbsjt/201510/t20151014_4438786.html. Accessed 1 Jan. 2024.↩︎\",\"Classic of Poetry. https://en.wikipedia.org/wiki/Classic_of_Poetry. Accessed 1 Jan. 2024.↩︎\",\"Hew, Choy Sin. \\\"Ancient Chinese orchid cultivation: a fresh look at an age-old practice.\\\" Scientia Horticulturae 87.1-2 (2001): 1-10.↩︎↩︎↩︎\",\"Su, Shihao, et al. \\\"Transcriptome-wide analysis reveals the origin of peloria in Chinese Cymbidium (Cymbidium sinense).\\\" Plant and Cell Physiology 59.10 (2018): 2064-2074.↩︎\",\"Hew, Choy Sin, and Yik Suan Wong. Chinese Cymbidium Orchid: A Gentleman of Noble Virtue. World Scientific, 2023.↩︎↩︎\",\"Things about orchids. https://www.cas.cn/kxcb/kpwz/201401/t20140122_4026669.shtml. Accessed 1 Jan. 2024.↩︎\",\"Qinling National Botanical Garden discovers China's northernmost wild cymbidium population. www.qinlingbg.com/?p=1868. Accessed 1 Jan. 2024.↩︎\",\"Shanxi Yangcheng Manghe Macaque National Nature Reserve. https://www.thepaper.cn/newsDetail_forward_24988570. Accessed 1 Jan. 2024.↩︎\",\"Manghe Ecological Tourism Area. www.yczf.gov.cn/yryc/ycmp/202306/t20230602_1804073.shtml. Accessed 1 Jan. 2024.↩︎\",\"Seyler, Barnabas C., et al. \\\"Understanding knowledge threatened by declining wild orchid populations in an urbanizing China (Sichuan).\\\" Environmental Conservation 46.4 (2019): 318-325.↩︎\",\"Xu, W., et al. \\\"Advances in genetic resources and breeding research of Cymbidium.\\\" Acta Horticulturae Sinica 49 (2022): 2722-42.↩︎\"]},\"29\":{\"c\":[\"Orchid\"]},\"30\":{\"c\":[\"article\"]},\"31\":{\"h\":\"4 Planting of Chinese Cymbidium Orchids\",\"t\":[\"Chinese Cymbidium orchids are captivating flowers prized for their delicate beauty and cultural significance in China. Chinese Cymbidium orchids find ideal conditions in the fertile soils of lowland, damp forests. They are popular houseplants due to their adaptability, readily flourishing in well-aerated, nutrient-rich potting mix.\",\"This article focuses on the planting of Cymbidium goeringii and Cymbidium faberi within the realm of Chinese Cymbidium orchids cultivation. Due to the increased complexity involved, planting techniques for other orchid species of will not be covered.\"]},\"32\":{\"h\":\"4.1 Growth environment\"},\"33\":{\"h\":\"Temperature\",\"t\":[\"Temperature plays a critical role in the growth and flowering of Chinese Cymbidium orchids. Understanding their preferences and tolerances is essential for successful cultivation. Good air movement is essential for Cymbidium growth. Ventilate the greenhouse whenever the weather permits. A strong fan to circulate the greenhouse air is also beneficial. Plants standing outside will be well ventilated.\",\"A lot of Chinese Cymbidium cannot grow outdoors all year long. You will need to transplant them indoors in winter, as even the slightest frost can kill your Chinese Cymbidium. You will also need to bring it indoors during rainy seasons, as too much water can result in root rot. Also, high winds outdoors can break Chinese Cymbidium stems, so planting it in a windproof location is recommended.\",\"Optimal temperature range\",\"Daytime: 18-24°C\",\"Nighttime: 4-10°C\",\"Overall: 21-30°C\",\"Tolerance\",\"High temperatures: Up to 35°C for most cultivars, some can handle higher with appropriate shading and air circulation.\",\"Low temperatures: Can withstand down to -5°C for short periods, some hardier cultivars even lower.\",\"Key considerations\",\"Nighttime temperature fluctuations: Cooler nights are essential for triggering bloom initiation and promoting robust growth.\",\"Sun exposure: Requires partial shade during peak sun hours, especially in high temperatures.\",\"Humidity: Thrives in 50-70% humidity; adjust watering and misting accordingly.\",\"Winter protection: In colder climates, implement measures to avoid frost and freezing temperatures.\",\"Greenhouse cultivation: Offers optimal temperature control.\",\"Special considerations\",\"Differentiate temperature tolerances between specific Chinese Cymbidium cultivars.\",\"Implement gradual temperature adjustments when transitioning plants indoors or outdoors to minimize stress.\",\"Adapt watering and fertilization practices based on prevailing temperature conditions.\"]},\"34\":{\"h\":\"Water\",\"t\":[\"Frequency\",\"Summer (active growth): 1-2 times/week, 3+ times/week during hot/dry spells.\",\"Fall: gradually reduce from summer frequency.\",\"Winter: 1-3 times/month. Increase if indoors and soil dries quickly.\",\"Method\",\"During growth: water both soil and leaves (overhead) in warm weather.\",\"Cooler/wet weather: water soil directly.\",\"Signs of overwatering: mushy, limp plant. Repot with fast-draining mix.\",\"Signs of underwatering: shriveled, dry plant. Increase watering frequency.\",\"Potting mix: fast-draining, well-aerated.\",\"Water type: rainwater or distilled preferred, neutral pH. Let tap/rainwater sit for a few days before use.\",\"Misting: regularly, especially in dry weather.\",\"Additional tips\",\"Overwatering is more common and harmful than underwatering.\",\"Watering frequency depends on pot size, weather, and growth stage.\",\"Indoor Chinese Cymbidium orchids may need more frequent watering than outdoor ones.\"]},\"35\":{\"h\":\"Fertilizer\",\"t\":[\"Nutrient requirements\",\"Chinese Cymbidium orchids require essential nutrients for optimal growth and blooming, similar to other plants.\",\"Their overall fertilization needs are moderate, with annual feeding generally sufficient.\",\"While some Chinese Cymbidium orchids can survive without fertilization, regular feeding promotes vigorous growth and enhances flower production.\",\"Optimal fertilization timing\",\"Late winter to early spring is the ideal fertilization period as the plant emerges from dormancy and enters active growth.\",\"Fall fertilization is acceptable if spring feeding was missed, but avoid summer and winter applications.\",\"Fertilizer selection\",\"A balanced, general-purpose fertilizer with NPK ratios within recommended ranges is suitable.\",\"Higher phosphorus content fertilizers may be beneficial during bloom initiation for enhanced flower quality and longevity.\",\"Organic fertilizers like compost or manure can also be employed for sustainable nutrient supplementation.\",\"Application techniques\",\"Granular or liquid fertilizers applied directly to the soil surrounding the plant base are recommended methods.\",\"Maintaining adequate soil moisture before, during, and after fertilization is crucial for optimal nutrient uptake and root health.\",\"Overfertilization risks\",\"Fertilizer burn causing root damage and nutrient imbalances.\",\"Weakened plant susceptibility to disease and pests.\",\"Reduced flowering or complete flower suppression.\",\"Additional tips\",\"Adjust watering frequency during winter to prevent root rot due to reduced water demand.\",\"Ensure the potting medium provides adequate drainage to prevent waterlogging.\",\"Supplementing with a humidifier can be beneficial in dry environments to maintain optimal air humidity.\"]},\"36\":{\"h\":\"Sunlight\",\"t\":[\"Optimal conditions\",\"Chinese Cymbidium orchids flourish in full sun, receiving ideally 3-6 hours of direct sunlight daily. This promotes robust growth, vibrant foliage, and prolific blooming.\",\"Cultivation djustments\",\"Adapting to changing light conditions: Gradually increase sun exposure for plants previously sheltered, allowing them to acclimate to fuller sun over several weeks.\",\"Indoor cultivation: For large or immobile plants, provide supplemental artificial light with a minimum of 8 hours daily. Consider professional-grade plant grow lights for optimal intensity.\",\"Outdoor placement: Position outdoors under filtered shade, such as near a tree or on an east-facing building, to avoid scorching while receiving sufficient morning sunlight.\",\"Light sensitivity\",\"While tolerant of partial shade, insufficient light can lead to undesirable consequences. Lanky growth, sparse foliage, and reduced or absent blooms may occur.\",\"Intense, direct afternoon sun, particularly during hot summers, can cause leaf yellowing, scorching, and even wilting. Morning sunlight is preferable, with afternoon shade essential for protection.\",\"Identifying light imbalances\",\"Insufficient light: \",\"Tall, lanky growth with sparse foliage.\",\"Yellow or pale green leaves.\",\"Lack of blooms or reduced flowering.\",\"Excessive light: \",\"Yellow, dry, or burned leaves.\",\"Wilting or stunted growth.\",\"White streaks or spots on leaves.\",\"Leaf color as a diagnostic tool\",\"Apple green leaves: Indicate ideal light conditions.\",\"Bright green leaves: Suggest insufficient light for optimal growth.\",\"Leaves with \\\"purpling\\\" edges: Indicate maximum tolerable sun exposure, nearing excess.\"]},\"37\":{\"h\":\"Pruning\",\"t\":[\"Objective\",\"Optimize plant health, stimulate blooming, and maintain desired size and form.\",\"Pruning frequency\",\"Continuous throughout growing season, focusing on specific tasks:\",\"Deadheading: Regularly remove wilted flowers to promote further blooms.\",\"Leaf Removal: Promptly address yellow, brown, or diseased leaves for improved air circulation and disease prevention.\",\"Size Control: After blooming, selectively prune older leaves to achieve desired plant shape and prevent overcrowding.\",\"Pruning techniques\",\"Deadheading: Utilize sterilized shears to cut flower stem close to the base at a 45-degree angle.\",\"General Care: Trim yellow/brown leaves and spent flower stalks using sanitized tools.\",\"Size Control: Begin with outermost leaves and progress inwards, avoiding removal of more than 30% of the total foliage at once.\",\"Post-Pruning care\",\"Apply fertilizer before or after pruning to support plant recovery and stimulate new growth.\",\"Dispose of diseased plant parts separately from healthy ones to minimize disease spread.\",\"Light watering and diluted liquid plant food can further encourage healthy growth and potential reblooming.\",\"Special considerations\",\"Blooming Phase: Minimize pruning during active flowering, focusing solely on removal of dead or diseased leaves.\",\"Post-Blooming: After flowers fade, remove spent blooms and older, yellowed leaves for optimal health and future blooming potential.\",\"Leaf Discoloration: A significant number of yellow leaves may indicate overwatering or nutrient deficiency, requiring adjustment in care practices.\",\"A orchid planting greenhouse managed by the author\",\"A orchid planting greenhouse managed by the author\"]},\"38\":{\"h\":\"4.2 Propagating and growing Chinese Orchids\",\"t\":[\"Propagating flowers\",\"There are three main ways to propagate Chinese Cymbidium orchids: by division, by stem cuttings, and by root cuttings. Choose the method that best suits the plant and preferences.\",\"Division (best after blooming): \",\"Gently dig up the plant, keeping the roots intact.\",\"Divide the plant into clumps with at least one pseudobulb and roots each.\",\"Use clean, disinfected tools to cut the roots into clusters.\",\"Plant each cluster in its own container with well-draining potting mix.\",\"Place the newly potted divisions in a cool location and water regularly to keep the soil moist but not soggy.\",\"Stem cuttings (before flowering): \",\"Choose a healthy, thick stem and remove the leaves.\",\"Cut the stem into 2-node segments.\",\"Insert the bottom end of each segment directly into the potting mix.\",\"Keep the potting mix moist but not wet.\",\"New roots and shoots should appear within 2-3 months.\",\"Transplant the rooted cuttings into individual pots for further growth.\",\"Root cuttings (during hot weather): \",\"If you see roots developing on your Cymbidium's stems during hot weather, you can cut them off and plant them.\",\"Follow the same planting and care instructions as for stem cuttings.\",\"Planting flowers\",\"Chinese Cymbidium orchids prefer a rich, loose organic potting mix, ideally leafmold or a commercial orchid mix with fir bark, perlite, peat moss, etc.\",\"Repot and divide cymbidiums between late February and late June. Use a sterile knife to separate divisions with at least 3 bulbs each.\",\"Choose a container deep enough for long roots, but not oversized. Avoid overpotting.\",\"For Chinese Cymbidium orchids , use tree fern fiber if available, or fir bark as an alternative. Repot every 2 years in spring after flowering. When repotting, make sure that the roots stay intact or else you would not see them bloom for a year or two. Some growers even wait two to three years before attempting such a task.\",\"Water moderately after repotting, keeping the mix moist without saturating. Provide shade until new growth appears.\",\"Harvesting flowers\",\"To showcase the elegant blooms of your Chinese Cymbidium orchid in a vase, select stems with only 2-3 open flowers. Make a diagonal cut at the base of the stem and immediately place it in a clean vase. Your cut orchid will grace your space for up to 14 days, or even longer with the help of flower preservatives.\",\"Transplanting flowers\",\"Timing: Late spring to early autumn (growing season)\",\"Location: Well-lit, well-drained, cool and moist (but not overwatered)\",\"Spacing: 1-2 feet apart (30-60 cm) for individual flourishing\",\"Transplanting Steps: \",\"Preparation: Gather & clean tools.\",\"Hole: Dig a deep hole twice the width of the root ball.\",\"Placement: Gently place plant at original depth.\",\"Backfilling: Fill hole, gently firming around the base.\",\"Watering: Water thoroughly after planting.\",\"Attention: Before transplanting, the roots of orchids should be disinfected. You can use carbendazim or potassium permanganate solution for disinfection.\",\"Orchid Tissue Culture\"]},\"39\":{\"h\":\"4.3 Key points for planting in different seasons\",\"t\":[\"Spring\",\"Divide large plants at the roots every few years.\",\"Sow seeds in a sunny location, cover with an inch of soil, and water thoroughly.\",\"Apply a balanced, all-purpose fertilizer when new growth emerges.\",\"Water the plant when the top layer of soil begins to dry.\",\"Ensure the plant receives plenty of sunlight.\",\"Summer\",\"Keep the plant in a shaded area as their leaves do not thrive in bright sunshine.\",\"Increase watering frequency when rainfall is scarce and check the soil moisture level daily.\",\"Watch out for slugs and other garden pests, especially if there is mulch around the plant.\",\"Remove spent flowers and any plant debris from the area.\",\"Continue regular fertilization to support fall flowering.\",\"Fall\",\"Continue watering and fertilizing as long as the plant grows.\",\"Once the plant enters a dormant stage, prune it down to the ground and reduce watering.\",\"Use a balanced, all-purpose fertilizer regularly until the plant goes dormant due to colder weather, then stop fertilization.\",\"Ensure the plant receives plenty of sun, placing it in locations with full or partial sunlight.\",\"After a hard frost, you sow seeds to propagate more plants.\",\"Winter\",\"The plant goes dormant in cold weather and requires minimal care, but it’s best to provide cold protection.\",\"After cutting back the stems, cover the beds with tarp or mulch to protect against chill winter winds and frost.\",\"Water indoor or warmer-climate plants only when the soil becomes dry to the touch. Otherwise, leave the plant to itself during this season after providing some shelter from the cold.\"]},\"40\":{\"c\":[\"Orchid\"]},\"41\":{\"c\":[\"article\"]},\"42\":{\"h\":\"Chines Cymbidium Orchids\"},\"43\":{\"h\":\"\",\"t\":[\"404 Not Found\"]}},\"dirtCount\":0,\"index\":[[\"xu\",{\"1\":{\"28\":1}}],[\"xian\",{\"1\":{\"27\":1}}],[\"zw\",{\"1\":{\"28\":1}}],[\"zhong\",{\"1\":{\"28\":1}}],[\"zhou\",{\"1\":{\"12\":1,\"26\":2}}],[\"zhen\",{\"1\":{\"27\":1}}],[\"zhejiang\",{\"1\":{\"23\":1}}],[\"zhihua\",{\"1\":{\"12\":1}}],[\"湖南省园艺研究所国家蕙兰种质资源库national\",{\"1\":{\"28\":1}}],[\"湖南hunan\",{\"1\":{\"28\":1}}],[\"江苏省扬州市农业科学研究院国家春兰属\",{\"1\":{\"28\":1}}],[\"江苏jiangsu\",{\"1\":{\"28\":1}}],[\"云南省昆明市盘龙区云南野生兰收藏基地有限公司国家兰属种质资源库national\",{\"1\":{\"28\":1}}],[\"云南yunan\",{\"1\":{\"28\":1}}],[\"蝴蝶兰属\",{\"1\":{\"28\":1}}],[\"广东省广州市白云区广东省农业科学院国家蝴蝶兰\",{\"1\":{\"28\":1}}],[\"广东省汕头市澄海区广东远东国兰股份兰属有限公司国家国兰种质资源库national\",{\"1\":{\"28\":1}}],[\"广东guangdong\",{\"1\":{\"28\":2}}],[\"福建省连城县连城兰花股份有限公司家国兰种质资源库national\",{\"1\":{\"28\":1}}],[\"福建fujian\",{\"1\":{\"28\":1}}],[\"绿叶兮紫茎\",{\"1\":{\"27\":2}}],[\"秋兰兮青青\",{\"1\":{\"27\":2}}],[\"长无绝兮终古\",{\"1\":{\"27\":1}}],[\"秦维俊\",{\"1\":{\"27\":1}}],[\"绝兰碑\",{\"1\":{\"27\":1}}],[\"泽兰\",{\"1\":{\"27\":1}}],[\"与众草为伍\",{\"1\":{\"26\":1}}],[\"今乃独茂\",{\"1\":{\"26\":1}}],[\"夫兰当为王者香\",{\"1\":{\"26\":1}}],[\"鲁\",{\"1\":{\"26\":1}}],[\"卫\",{\"1\":{\"26\":1}}],[\"诗经\",{\"1\":{\"26\":1}}],[\"国兰\",{\"1\":{\"26\":1}}],[\"兰属等phalaenopsis\",{\"1\":{\"28\":1}}],[\"兰属cymbidium\",{\"1\":{\"28\":4}}],[\"兰草\",{\"1\":{\"27\":1}}],[\"兰\",{\"1\":{\"26\":1}}],[\"豆瓣兰\",{\"1\":{\"24\":1}}],[\"莲瓣\",{\"1\":{\"24\":1}}],[\"莲瓣兰\",{\"1\":{\"24\":2}}],[\"春剑\",{\"1\":{\"24\":1}}],[\"春兰兮秋菊\",{\"1\":{\"27\":1}}],[\"春兰\",{\"1\":{\"24\":1,\"28\":1}}],[\"寒兰\",{\"1\":{\"24\":1}}],[\"报岁兰\",{\"1\":{\"24\":1}}],[\"墨兰种质资源库national\",{\"1\":{\"28\":1}}],[\"墨兰\",{\"1\":{\"24\":1}}],[\"建兰\",{\"1\":{\"24\":2}}],[\"蕙兰cymbidium\",{\"1\":{\"28\":1}}],[\"蕙兰种质资源库national\",{\"1\":{\"28\":1}}],[\"蕙兰\",{\"1\":{\"24\":1}}],[\"04\",{\"1\":{\"28\":1}}],[\"03\",{\"1\":{\"28\":1}}],[\"0°c\",{\"1\":{\"23\":1}}],[\"000\",{\"1\":{\"12\":2,\"16\":3,\"28\":3}}],[\">\",{\"1\":{\"16\":2}}],[\"↩︎↩︎↩︎\",{\"1\":{\"17\":1,\"28\":1}}],[\"↩︎↩︎\",{\"1\":{\"12\":1,\"28\":1}}],[\"↩︎\",{\"1\":{\"12\":11,\"17\":24,\"28\":15}}],[\"$1\",{\"1\":{\"12\":1}}],[\"907\",{\"1\":{\"26\":2}}],[\"900\",{\"1\":{\"26\":1}}],[\"960\",{\"1\":{\"21\":1}}],[\"98\",{\"1\":{\"17\":1}}],[\"9426288\",{\"1\":{\"17\":1}}],[\"940\",{\"1\":{\"17\":1}}],[\"938\",{\"1\":{\"17\":1}}],[\"93\",{\"1\":{\"12\":1}}],[\"9\",{\"1\":{\"12\":2,\"17\":4,\"24\":1,\"26\":2,\"27\":1}}],[\"qi\",{\"1\":{\"27\":1}}],[\"qin\",{\"1\":{\"27\":1}}],[\"qinlingbg\",{\"1\":{\"28\":1}}],[\"qinling\",{\"1\":{\"27\":3,\"28\":1}}],[\"qing\",{\"1\":{\"12\":1}}],[\"qjm\",{\"1\":{\"17\":1}}],[\"quickly\",{\"1\":{\"34\":1}}],[\"qu\",{\"1\":{\"27\":2}}],[\"question\",{\"1\":{\"26\":1}}],[\"questions\",{\"1\":{\"16\":1}}],[\"quotation\",{\"1\":{\"16\":1}}],[\"quantifying\",{\"1\":{\"12\":1}}],[\"quality\",{\"1\":{\"1\":1,\"35\":1}}],[\"88888\",{\"1\":{\"17\":1}}],[\"880\",{\"1\":{\"16\":1}}],[\"87\",{\"1\":{\"12\":1,\"28\":1}}],[\"82\",{\"1\":{\"12\":1}}],[\"8th\",{\"1\":{\"12\":1}}],[\"8\",{\"1\":{\"12\":3,\"16\":1,\"17\":1,\"26\":1,\"36\":1}}],[\"622\",{\"1\":{\"28\":1}}],[\"625\",{\"1\":{\"17\":1}}],[\"618\",{\"1\":{\"26\":2}}],[\"6th\",{\"1\":{\"26\":1}}],[\"60\",{\"1\":{\"38\":1}}],[\"609\",{\"1\":{\"17\":1}}],[\"602\",{\"1\":{\"17\":1}}],[\"64\",{\"1\":{\"17\":1}}],[\"69\",{\"1\":{\"17\":1}}],[\"631\",{\"1\":{\"17\":1}}],[\"638\",{\"1\":{\"12\":1}}],[\"630\",{\"1\":{\"8\":1}}],[\"6\",{\"1\":{\"12\":2,\"16\":1,\"17\":1,\"24\":2,\"28\":1,\"36\":1}}],[\"5°c\",{\"1\":{\"33\":1}}],[\"50\",{\"1\":{\"27\":1,\"33\":1}}],[\"5℃\",{\"1\":{\"27\":1}}],[\"56\",{\"1\":{\"17\":1}}],[\"580\",{\"1\":{\"28\":1}}],[\"58\",{\"1\":{\"17\":1}}],[\"592\",{\"1\":{\"12\":1}}],[\"59\",{\"1\":{\"12\":1,\"17\":1,\"28\":1}}],[\"5\",{\"1\":{\"12\":3,\"16\":1,\"17\":1,\"23\":1,\"24\":7}}],[\"551\",{\"1\":{\"12\":1,\"17\":1,\"26\":1}}],[\"404\",{\"1\":{\"43\":1}}],[\"4026669\",{\"1\":{\"28\":1}}],[\"45\",{\"1\":{\"37\":1}}],[\"42\",{\"1\":{\"28\":1}}],[\"49\",{\"1\":{\"28\":1}}],[\"494\",{\"1\":{\"12\":1}}],[\"41\",{\"1\":{\"28\":1}}],[\"419\",{\"1\":{\"17\":1}}],[\"476\",{\"1\":{\"26\":1}}],[\"479\",{\"1\":{\"12\":1,\"17\":1,\"26\":1}}],[\"4438786\",{\"1\":{\"28\":1}}],[\"44\",{\"1\":{\"17\":1}}],[\"46\",{\"1\":{\"12\":1,\"28\":1}}],[\"487\",{\"1\":{\"12\":1}}],[\"43\",{\"1\":{\"12\":1}}],[\"4\",{\"0\":{\"28\":1,\"31\":1,\"32\":1,\"38\":1,\"39\":1},\"1\":{\"12\":3,\"16\":1,\"17\":1,\"23\":1,\"24\":3,\"28\":1,\"33\":1}}],[\"3+\",{\"1\":{\"34\":1}}],[\"35°c\",{\"1\":{\"33\":1}}],[\"35°17\",{\"1\":{\"27\":1}}],[\"35°12\",{\"1\":{\"27\":1}}],[\"30\",{\"1\":{\"37\":1,\"38\":1}}],[\"30°c\",{\"1\":{\"33\":1}}],[\"300\",{\"1\":{\"17\":1}}],[\"33°43\",{\"1\":{\"27\":1}}],[\"383\",{\"1\":{\"17\":1}}],[\"31\",{\"1\":{\"17\":1}}],[\"318\",{\"1\":{\"12\":1,\"28\":1}}],[\"325\",{\"1\":{\"12\":1,\"28\":1}}],[\"340\",{\"1\":{\"27\":1}}],[\"34°04\",{\"1\":{\"27\":1}}],[\"34°\",{\"1\":{\"27\":2}}],[\"349\",{\"1\":{\"12\":1}}],[\"343\",{\"1\":{\"12\":1}}],[\"3\",{\"0\":{\"20\":1,\"21\":1,\"23\":1,\"26\":2,\"28\":1,\"39\":1},\"1\":{\"12\":1,\"16\":1,\"17\":1,\"23\":1,\"24\":3,\"28\":1,\"34\":1,\"36\":1,\"38\":3}}],[\"79\",{\"1\":{\"28\":1}}],[\"770\",{\"1\":{\"26\":1}}],[\"7strap\",{\"1\":{\"24\":1}}],[\"78\",{\"1\":{\"17\":1}}],[\"70\",{\"1\":{\"16\":1,\"33\":1}}],[\"7\",{\"1\":{\"12\":1,\"16\":1,\"24\":6}}],[\"710\",{\"1\":{\"12\":1}}],[\"750\",{\"1\":{\"12\":1}}],[\"2722\",{\"1\":{\"28\":1}}],[\"278\",{\"1\":{\"27\":1}}],[\"25°\",{\"1\":{\"27\":1}}],[\"25\",{\"1\":{\"17\":1}}],[\"250\",{\"1\":{\"16\":1,\"17\":1,\"28\":1}}],[\"24°c\",{\"1\":{\"33\":1}}],[\"24988570\",{\"1\":{\"28\":1}}],[\"24\",{\"1\":{\"17\":2,\"24\":1}}],[\"23\",{\"1\":{\"17\":1}}],[\"22\",{\"1\":{\"17\":1}}],[\"21\",{\"1\":{\"17\":1,\"33\":1}}],[\"26\",{\"1\":{\"16\":1}}],[\"269\",{\"1\":{\"8\":1}}],[\"29322\",{\"1\":{\"17\":1}}],[\"29\",{\"1\":{\"12\":1,\"28\":1}}],[\"2\",{\"0\":{\"15\":1,\"16\":1,\"17\":2,\"23\":1,\"38\":1},\"1\":{\"12\":4,\"16\":1,\"17\":4,\"21\":1,\"24\":5,\"27\":1,\"28\":1,\"34\":1,\"38\":5}}],[\"280\",{\"1\":{\"16\":1}}],[\"28\",{\"1\":{\"12\":1}}],[\"2074\",{\"1\":{\"28\":1}}],[\"2064\",{\"1\":{\"28\":1}}],[\"20th\",{\"1\":{\"17\":1}}],[\"201401\",{\"1\":{\"28\":1}}],[\"2017\",{\"1\":{\"17\":2}}],[\"2019\",{\"1\":{\"12\":1,\"28\":1}}],[\"2010\",{\"1\":{\"12\":1}}],[\"2011\",{\"1\":{\"12\":1}}],[\"2018\",{\"1\":{\"12\":2,\"17\":1,\"28\":1}}],[\"201510\",{\"1\":{\"28\":1}}],[\"2015\",{\"1\":{\"12\":1}}],[\"2002\",{\"1\":{\"17\":1}}],[\"2007\",{\"1\":{\"17\":1}}],[\"2008\",{\"1\":{\"17\":1}}],[\"2003\",{\"1\":{\"17\":1,\"28\":1}}],[\"2009\",{\"1\":{\"17\":1}}],[\"200\",{\"1\":{\"16\":1,\"28\":1}}],[\"2001\",{\"1\":{\"12\":1,\"28\":1}}],[\"2005\",{\"1\":{\"12\":1,\"17\":1}}],[\"2000\",{\"1\":{\"12\":1,\"17\":1}}],[\"20\",{\"1\":{\"8\":1,\"12\":1,\"17\":1,\"24\":1}}],[\"2021\",{\"1\":{\"12\":2,\"28\":1}}],[\"2020\",{\"1\":{\"12\":2,\"17\":1,\"27\":1,\"28\":1}}],[\"202306\",{\"1\":{\"28\":1}}],[\"2023\",{\"1\":{\"12\":2,\"17\":2,\"21\":1,\"23\":1,\"27\":2,\"28\":1}}],[\"2024\",{\"1\":{\"8\":1,\"12\":3,\"17\":14,\"28\":11}}],[\"202201\",{\"1\":{\"28\":1}}],[\"2022\",{\"1\":{\"8\":1,\"12\":1,\"17\":1,\"27\":1,\"28\":1}}],[\"jian\",{\"1\":{\"28\":1}}],[\"jiangxi\",{\"1\":{\"23\":1}}],[\"jiangsu\",{\"1\":{\"23\":1,\"28\":1}}],[\"jincheng\",{\"1\":{\"27\":1}}],[\"juelan\",{\"1\":{\"27\":2}}],[\"june\",{\"1\":{\"24\":1,\"38\":1}}],[\"july\",{\"1\":{\"17\":1}}],[\"just\",{\"1\":{\"16\":1}}],[\"jhtml\",{\"1\":{\"12\":1,\"28\":1}}],[\"j\",{\"1\":{\"12\":1,\"17\":4}}],[\"journeying\",{\"1\":{\"26\":1}}],[\"journal\",{\"1\":{\"12\":1,\"17\":1,\"28\":1}}],[\"john\",{\"1\":{\"17\":1}}],[\"joaquim\",{\"1\":{\"17\":1}}],[\"join\",{\"1\":{\"12\":1}}],[\"joint\",{\"1\":{\"1\":1}}],[\"japonicum\",{\"1\":{\"27\":3}}],[\"japan\",{\"1\":{\"12\":1,\"17\":1,\"21\":2}}],[\"jasheeha\",{\"1\":{\"17\":1}}],[\"jan\",{\"1\":{\"12\":1,\"17\":14,\"28\":11}}],[\"january\",{\"1\":{\"8\":1,\"24\":2}}],[\"1973\",{\"1\":{\"17\":1}}],[\"19\",{\"1\":{\"17\":1}}],[\"1901\",{\"1\":{\"17\":1}}],[\"19th\",{\"1\":{\"17\":1}}],[\"1804073\",{\"1\":{\"28\":1}}],[\"1837\",{\"1\":{\"17\":1}}],[\"1830\",{\"1\":{\"17\":1}}],[\"18\",{\"1\":{\"17\":2,\"28\":1,\"33\":1}}],[\"1810\",{\"1\":{\"27\":1}}],[\"181\",{\"1\":{\"12\":1}}],[\"16\",{\"1\":{\"17\":1,\"28\":1}}],[\"147980\",{\"1\":{\"28\":1}}],[\"14\",{\"1\":{\"17\":1,\"27\":1,\"38\":1}}],[\"140\",{\"1\":{\"12\":1}}],[\"1380\",{\"1\":{\"28\":1}}],[\"138\",{\"1\":{\"17\":1}}],[\"13\",{\"1\":{\"17\":1,\"27\":1}}],[\"13th\",{\"1\":{\"12\":1}}],[\"150\",{\"1\":{\"28\":1}}],[\"15\",{\"1\":{\"17\":1,\"27\":1}}],[\"151\",{\"1\":{\"12\":1}}],[\"156\",{\"1\":{\"8\":1}}],[\"1707\",{\"1\":{\"17\":1}}],[\"1799\",{\"1\":{\"17\":1}}],[\"17\",{\"1\":{\"17\":1,\"28\":1}}],[\"1737\",{\"1\":{\"17\":1}}],[\"1731\",{\"1\":{\"12\":1}}],[\"1753\",{\"1\":{\"16\":1}}],[\"174\",{\"1\":{\"12\":1}}],[\"1778\",{\"1\":{\"17\":1}}],[\"177\",{\"1\":{\"12\":1}}],[\"11th\",{\"1\":{\"26\":1}}],[\"11057\",{\"1\":{\"12\":1}}],[\"11\",{\"1\":{\"12\":1,\"17\":1,\"24\":1,\"26\":1,\"27\":1}}],[\"10°c\",{\"1\":{\"33\":1}}],[\"10℃\",{\"1\":{\"27\":1}}],[\"1000\",{\"1\":{\"28\":1}}],[\"100\",{\"1\":{\"24\":1}}],[\"100236\",{\"1\":{\"12\":1}}],[\"102\",{\"1\":{\"12\":1}}],[\"103\",{\"1\":{\"12\":1}}],[\"10\",{\"1\":{\"12\":2,\"17\":2,\"24\":1,\"26\":1,\"28\":2}}],[\"1264\",{\"1\":{\"28\":1}}],[\"1279\",{\"1\":{\"21\":1}}],[\"12\",{\"1\":{\"8\":1,\"12\":1,\"17\":1,\"24\":1,\"27\":1}}],[\"1\",{\"0\":{\"8\":1,\"12\":1,\"16\":1,\"21\":1,\"23\":1,\"26\":1,\"32\":1},\"1\":{\"8\":1,\"12\":6,\"16\":2,\"17\":18,\"21\":1,\"24\":1,\"26\":1,\"27\":1,\"28\":16,\"34\":2,\"38\":1}}],[\"ycmp\",{\"1\":{\"28\":1}}],[\"yczf\",{\"1\":{\"28\":1}}],[\"yryc\",{\"1\":{\"28\":1}}],[\"yangcheng\",{\"1\":{\"27\":4,\"28\":1}}],[\"yuandong\",{\"1\":{\"28\":1}}],[\"yuan\",{\"1\":{\"27\":2}}],[\"yukawa\",{\"1\":{\"17\":1}}],[\"yunnan\",{\"1\":{\"12\":1,\"23\":2,\"24\":1,\"28\":2}}],[\"yellowed\",{\"1\":{\"37\":1}}],[\"yellowing\",{\"1\":{\"36\":1}}],[\"yellow\",{\"1\":{\"17\":1,\"24\":5,\"36\":2,\"37\":3}}],[\"yet\",{\"1\":{\"16\":2,\"26\":3,\"27\":1}}],[\"years\",{\"1\":{\"12\":1,\"26\":2,\"27\":2,\"38\":2,\"39\":1}}],[\"year\",{\"1\":{\"1\":1,\"12\":1,\"17\":2,\"24\":4,\"28\":1,\"33\":1,\"38\":1}}],[\"yik\",{\"1\":{\"12\":1,\"28\":1}}],[\"yinli\",{\"1\":{\"12\":1}}],[\"your\",{\"1\":{\"33\":1,\"38\":4}}],[\"you\",{\"1\":{\"1\":1,\"12\":1,\"16\":3,\"17\":1,\"33\":2,\"38\":4,\"39\":1}}],[\"utilize\",{\"1\":{\"37\":1}}],[\"utilization\",{\"1\":{\"28\":1}}],[\"u\",{\"1\":{\"28\":1}}],[\"urbanizing\",{\"1\":{\"12\":1,\"28\":1}}],[\"urbanization\",{\"1\":{\"12\":1}}],[\"ultimately\",{\"1\":{\"12\":1,\"28\":1}}],[\"usability\",{\"1\":{\"21\":1}}],[\"using\",{\"1\":{\"16\":3,\"37\":1}}],[\"usually\",{\"1\":{\"16\":1,\"24\":5}}],[\"used\",{\"1\":{\"16\":4,\"17\":4,\"21\":2,\"26\":1,\"28\":1}}],[\"uses\",{\"1\":{\"12\":2,\"17\":1}}],[\"use\",{\"1\":{\"12\":1,\"16\":1,\"17\":1,\"21\":1,\"27\":1,\"34\":1,\"38\":4,\"39\":1}}],[\"us\",{\"1\":{\"12\":1}}],[\"uptake\",{\"1\":{\"35\":1}}],[\"upon\",{\"1\":{\"17\":2,\"26\":1,\"27\":1}}],[\"updated\",{\"1\":{\"12\":1}}],[\"up\",{\"1\":{\"1\":1,\"24\":1,\"27\":1,\"33\":1,\"38\":2}}],[\"undesirable\",{\"1\":{\"36\":1}}],[\"underwatering\",{\"1\":{\"34\":2}}],[\"underdeveloped\",{\"1\":{\"28\":1}}],[\"under\",{\"1\":{\"23\":1,\"36\":1}}],[\"underground\",{\"1\":{\"17\":1}}],[\"undertakings\",{\"1\":{\"12\":1}}],[\"underscored\",{\"1\":{\"12\":1}}],[\"understanding\",{\"1\":{\"1\":1,\"12\":2,\"16\":2,\"28\":1,\"33\":1}}],[\"unlock\",{\"1\":{\"28\":1}}],[\"unveil\",{\"1\":{\"27\":1}}],[\"until\",{\"1\":{\"26\":1,\"38\":1,\"39\":1}}],[\"unwavering\",{\"1\":{\"26\":1}}],[\"unsurprisingly\",{\"1\":{\"23\":1}}],[\"uncovering\",{\"1\":{\"17\":1}}],[\"unclear\",{\"1\":{\"17\":1}}],[\"unfortunately\",{\"1\":{\"17\":1}}],[\"uniform\",{\"1\":{\"16\":1}}],[\"uniqueness\",{\"1\":{\"16\":1}}],[\"unique\",{\"1\":{\"16\":6,\"17\":3,\"23\":1,\"24\":1,\"28\":1}}],[\"united\",{\"1\":{\"17\":1}}],[\"unit\",{\"1\":{\"16\":4}}],[\"universities\",{\"1\":{\"1\":1}}],[\"university\",{\"1\":{\"1\":2}}],[\"unparalleled\",{\"1\":{\"12\":1}}],[\"l\",{\"1\":{\"28\":1}}],[\"ltd\",{\"1\":{\"28\":3}}],[\"lu\",{\"1\":{\"26\":1}}],[\"lunacy\",{\"1\":{\"17\":2}}],[\"lust\",{\"1\":{\"17\":3}}],[\"loose\",{\"1\":{\"38\":1}}],[\"looks\",{\"1\":{\"17\":1}}],[\"look\",{\"1\":{\"12\":1,\"28\":1}}],[\"looking\",{\"1\":{\"12\":1}}],[\"lot\",{\"1\":{\"27\":1,\"33\":1}}],[\"lotus\",{\"1\":{\"24\":6}}],[\"locations\",{\"1\":{\"39\":1}}],[\"location\",{\"1\":{\"33\":1,\"38\":2,\"39\":1}}],[\"located\",{\"1\":{\"27\":1}}],[\"local\",{\"1\":{\"12\":1,\"27\":1}}],[\"lowland\",{\"1\":{\"31\":1}}],[\"low\",{\"1\":{\"27\":1,\"33\":1}}],[\"lower\",{\"1\":{\"17\":1,\"33\":1}}],[\"lowercase\",{\"1\":{\"16\":1}}],[\"louis\",{\"1\":{\"17\":1}}],[\"longbracteatum\",{\"1\":{\"24\":1}}],[\"longevity\",{\"1\":{\"35\":1}}],[\"longest\",{\"1\":{\"24\":1}}],[\"longer\",{\"1\":{\"24\":4,\"38\":1}}],[\"long\",{\"1\":{\"17\":1,\"23\":1,\"24\":2,\"28\":1,\"33\":1,\"38\":1,\"39\":1}}],[\"longibracteatum\",{\"1\":{\"12\":1,\"16\":1,\"21\":1,\"23\":1,\"24\":3}}],[\"loss\",{\"1\":{\"17\":1,\"28\":1}}],[\"losses\",{\"1\":{\"12\":1}}],[\"love\",{\"1\":{\"12\":1,\"17\":2}}],[\"lens\",{\"1\":{\"28\":1}}],[\"length\",{\"1\":{\"16\":1}}],[\"lengthy\",{\"1\":{\"12\":1}}],[\"legend\",{\"1\":{\"26\":1}}],[\"lessons\",{\"1\":{\"17\":1}}],[\"less\",{\"1\":{\"16\":2,\"17\":1}}],[\"level\",{\"1\":{\"16\":10,\"27\":1,\"39\":1}}],[\"levels\",{\"1\":{\"16\":3}}],[\"leave\",{\"1\":{\"39\":1}}],[\"leaves\",{\"1\":{\"12\":1,\"16\":1,\"24\":9,\"27\":1,\"34\":1,\"36\":6,\"37\":7,\"38\":1,\"39\":1}}],[\"lead\",{\"1\":{\"36\":1}}],[\"leading\",{\"1\":{\"12\":1,\"17\":1,\"21\":1,\"27\":1}}],[\"leathery\",{\"1\":{\"24\":7}}],[\"least\",{\"1\":{\"17\":1,\"21\":1,\"38\":2}}],[\"leafmold\",{\"1\":{\"38\":1}}],[\"leaf\",{\"1\":{\"16\":2,\"36\":2,\"37\":2}}],[\"letters\",{\"1\":{\"17\":1}}],[\"let\",{\"1\":{\"1\":3,\"16\":1,\"34\":1}}],[\"layer\",{\"1\":{\"39\":1}}],[\"last\",{\"1\":{\"27\":1}}],[\"lasting\",{\"1\":{\"17\":1}}],[\"labellum\",{\"1\":{\"17\":1}}],[\"labrador\",{\"1\":{\"16\":1}}],[\"lady\",{\"1\":{\"17\":1}}],[\"latitude\",{\"1\":{\"27\":3}}],[\"latin\",{\"1\":{\"16\":2,\"17\":1}}],[\"late\",{\"1\":{\"26\":3,\"27\":1,\"35\":1,\"38\":3}}],[\"later\",{\"1\":{\"17\":1,\"27\":1}}],[\"latest\",{\"1\":{\"12\":1}}],[\"larger\",{\"1\":{\"16\":2}}],[\"large\",{\"1\":{\"12\":1,\"17\":2,\"36\":1,\"39\":1}}],[\"largest\",{\"1\":{\"12\":1,\"16\":2}}],[\"lack\",{\"1\":{\"12\":1,\"26\":1,\"28\":1,\"36\":1}}],[\"lanky\",{\"1\":{\"36\":2}}],[\"landscapes\",{\"1\":{\"23\":1}}],[\"lancifolium\",{\"1\":{\"21\":2}}],[\"lan\",{\"0\":{\"26\":1},\"1\":{\"12\":8,\"21\":2,\"26\":17,\"27\":7}}],[\"language\",{\"0\":{\"3\":1},\"1\":{\"16\":1}}],[\"liquid\",{\"1\":{\"35\":1,\"37\":1}}],[\"limp\",{\"1\":{\"34\":1}}],[\"lixiahe\",{\"1\":{\"28\":1}}],[\"liancheng\",{\"1\":{\"28\":1}}],[\"lip\",{\"1\":{\"17\":1}}],[\"lit\",{\"1\":{\"38\":1}}],[\"literati\",{\"1\":{\"26\":1}}],[\"literature\",{\"1\":{\"26\":3}}],[\"literally\",{\"1\":{\"17\":1,\"21\":2}}],[\"littleflowerhut\",{\"1\":{\"17\":1}}],[\"little\",{\"1\":{\"17\":1}}],[\"lithophytes\",{\"1\":{\"17\":1}}],[\"lights\",{\"1\":{\"36\":1}}],[\"light\",{\"1\":{\"17\":1,\"24\":4,\"36\":9,\"37\":1}}],[\"lilies\",{\"1\":{\"16\":1}}],[\"life\",{\"1\":{\"16\":1,\"17\":1}}],[\"lives\",{\"1\":{\"27\":1}}],[\"lived\",{\"1\":{\"12\":1}}],[\"living\",{\"1\":{\"16\":2}}],[\"lindleyi\",{\"1\":{\"17\":1}}],[\"lindley\",{\"1\":{\"17\":1}}],[\"lineage\",{\"1\":{\"16\":1}}],[\"linnaeus\",{\"1\":{\"16\":2,\"17\":2}}],[\"linnaean\",{\"1\":{\"16\":1,\"17\":1}}],[\"linnean\",{\"1\":{\"12\":1,\"17\":1}}],[\"link\",{\"1\":{\"7\":1}}],[\"list\",{\"1\":{\"12\":2,\"17\":2}}],[\"likely\",{\"1\":{\"17\":1,\"23\":1}}],[\"likewise\",{\"1\":{\"16\":1}}],[\"like\",{\"1\":{\"1\":1,\"12\":3,\"16\":6,\"17\":4,\"21\":2,\"24\":1,\"26\":1,\"28\":1,\"35\":1}}],[\"🌱🚀\",{\"1\":{\"1\":1}}],[\"wbg\",{\"1\":{\"28\":1}}],[\"ws61f4a7b8a310cdd39bc84199\",{\"1\":{\"28\":1}}],[\"wrong\",{\"1\":{\"21\":1}}],[\"wrote\",{\"1\":{\"17\":1}}],[\"written\",{\"1\":{\"17\":1,\"21\":1}}],[\"watch\",{\"1\":{\"39\":1}}],[\"waterlogging\",{\"1\":{\"35\":1}}],[\"watering\",{\"1\":{\"33\":2,\"34\":3,\"35\":1,\"37\":1,\"38\":1,\"39\":3}}],[\"water\",{\"0\":{\"34\":1},\"1\":{\"33\":1,\"34\":3,\"35\":1,\"38\":3,\"39\":3}}],[\"wait\",{\"1\":{\"38\":1}}],[\"warmer\",{\"1\":{\"39\":1}}],[\"warm\",{\"1\":{\"34\":1}}],[\"was\",{\"1\":{\"17\":6,\"21\":2,\"26\":4,\"27\":1,\"35\":1}}],[\"walkeriana\",{\"1\":{\"16\":1}}],[\"want\",{\"1\":{\"16\":1,\"17\":1}}],[\"ways\",{\"1\":{\"38\":1}}],[\"way\",{\"1\":{\"1\":1,\"16\":2,\"27\":1}}],[\"www\",{\"1\":{\"12\":2,\"17\":8,\"28\":8}}],[\"w\",{\"1\":{\"12\":1,\"28\":1}}],[\"woven\",{\"1\":{\"24\":1}}],[\"wong\",{\"1\":{\"12\":1,\"28\":1}}],[\"wouldn\",{\"1\":{\"16\":1}}],[\"would\",{\"1\":{\"12\":1,\"16\":2,\"38\":1}}],[\"word\",{\"1\":{\"17\":6,\"21\":1}}],[\"worth\",{\"1\":{\"12\":1,\"24\":1,\"27\":1}}],[\"worldwide\",{\"1\":{\"17\":2}}],[\"world\",{\"1\":{\"1\":1,\"12\":2,\"16\":1,\"17\":4,\"26\":1,\"28\":1}}],[\"work\",{\"1\":{\"1\":1,\"17\":1}}],[\"why\",{\"1\":{\"28\":1}}],[\"what\",{\"1\":{\"26\":1}}],[\"who\",{\"1\":{\"17\":1,\"21\":1,\"26\":2}}],[\"whole\",{\"1\":{\"17\":1}}],[\"whose\",{\"1\":{\"16\":1,\"17\":1}}],[\"whether\",{\"1\":{\"16\":1,\"17\":2,\"21\":1}}],[\"whenever\",{\"1\":{\"33\":1}}],[\"when\",{\"1\":{\"12\":1,\"16\":3,\"17\":2,\"21\":1,\"26\":1,\"27\":1,\"33\":1,\"38\":1,\"39\":4}}],[\"where\",{\"1\":{\"12\":2,\"16\":1,\"17\":2,\"21\":1,\"23\":2,\"27\":2}}],[\"white\",{\"1\":{\"17\":1,\"24\":1,\"27\":1,\"36\":1}}],[\"while\",{\"1\":{\"12\":2,\"16\":1,\"26\":1,\"28\":1,\"35\":1,\"36\":2}}],[\"which\",{\"1\":{\"12\":2,\"16\":3,\"17\":9,\"21\":1,\"24\":1,\"26\":1,\"27\":3,\"28\":1}}],[\"whimsical\",{\"1\":{\"12\":1}}],[\"wet\",{\"1\":{\"34\":1,\"38\":1}}],[\"went\",{\"1\":{\"27\":1}}],[\"week\",{\"1\":{\"34\":2}}],[\"weeks\",{\"1\":{\"17\":1,\"36\":1}}],[\"weeds\",{\"1\":{\"26\":1}}],[\"weijun\",{\"1\":{\"27\":1}}],[\"wei\",{\"1\":{\"26\":1}}],[\"websites\",{\"1\":{\"17\":1}}],[\"webdesign\",{\"1\":{\"17\":1}}],[\"weakened\",{\"1\":{\"35\":1}}],[\"wealth\",{\"1\":{\"17\":1}}],[\"weather\",{\"1\":{\"17\":1,\"33\":1,\"34\":4,\"38\":2,\"39\":2}}],[\"were\",{\"1\":{\"17\":2,\"26\":1,\"27\":2}}],[\"well\",{\"1\":{\"12\":1,\"17\":1,\"23\":2,\"24\":2,\"31\":1,\"33\":1,\"34\":1,\"38\":3}}],[\"we\",{\"1\":{\"1\":1,\"8\":1,\"12\":3,\"16\":11,\"17\":1,\"21\":1,\"26\":2,\"27\":3}}],[\"windproof\",{\"1\":{\"33\":1}}],[\"winds\",{\"1\":{\"33\":1,\"39\":1}}],[\"winters\",{\"1\":{\"23\":1}}],[\"winter\",{\"1\":{\"17\":1,\"23\":1,\"24\":2,\"33\":2,\"34\":1,\"35\":3,\"39\":2}}],[\"wixsite\",{\"1\":{\"28\":1}}],[\"wikiwand\",{\"1\":{\"17\":1}}],[\"wiki\",{\"1\":{\"17\":1,\"28\":1}}],[\"wikipedia\",{\"1\":{\"17\":1,\"28\":1}}],[\"wiersema\",{\"1\":{\"17\":1}}],[\"wish\",{\"1\":{\"16\":2}}],[\"width\",{\"1\":{\"38\":1}}],[\"widmer\",{\"1\":{\"12\":1}}],[\"wider\",{\"1\":{\"21\":2}}],[\"widespread\",{\"1\":{\"16\":1,\"17\":1,\"27\":1}}],[\"widely\",{\"1\":{\"12\":1,\"16\":1,\"17\":1,\"21\":1,\"24\":2,\"26\":1,\"27\":1}}],[\"wide\",{\"1\":{\"1\":1,\"28\":1}}],[\"wilted\",{\"1\":{\"37\":1}}],[\"wilting\",{\"1\":{\"36\":2}}],[\"william\",{\"1\":{\"17\":1}}],[\"will\",{\"1\":{\"12\":2,\"31\":1,\"33\":3,\"38\":1}}],[\"wild\",{\"1\":{\"12\":5,\"17\":5,\"27\":5,\"28\":4}}],[\"withstand\",{\"1\":{\"27\":1,\"33\":1}}],[\"without\",{\"1\":{\"16\":1,\"35\":1,\"38\":1}}],[\"within\",{\"1\":{\"8\":1,\"12\":2,\"16\":11,\"17\":1,\"21\":2,\"24\":1,\"27\":3,\"31\":1,\"35\":1,\"38\":1}}],[\"with\",{\"1\":{\"1\":3,\"8\":1,\"12\":11,\"16\":16,\"17\":7,\"21\":5,\"24\":10,\"26\":5,\"27\":3,\"28\":3,\"33\":1,\"34\":1,\"35\":3,\"36\":4,\"37\":1,\"38\":6,\"39\":3}}],[\"knife\",{\"1\":{\"38\":1}}],[\"know\",{\"1\":{\"26\":1}}],[\"known\",{\"1\":{\"12\":3,\"17\":9,\"21\":1,\"24\":3,\"26\":1,\"27\":1}}],[\"knowledge\",{\"1\":{\"1\":1,\"12\":2,\"27\":1,\"28\":2}}],[\"kpwz\",{\"1\":{\"28\":1}}],[\"kppj\",{\"1\":{\"28\":1}}],[\"kxcb\",{\"1\":{\"28\":1}}],[\"kunming\",{\"1\":{\"23\":2}}],[\"kill\",{\"1\":{\"23\":1,\"33\":1}}],[\"kingdom\",{\"1\":{\"16\":5}}],[\"king\",{\"1\":{\"12\":1,\"26\":1,\"28\":1}}],[\"kinds\",{\"1\":{\"1\":1}}],[\"khosro\",{\"1\":{\"17\":1}}],[\"koeltz\",{\"1\":{\"17\":1}}],[\"korea\",{\"1\":{\"12\":1,\"21\":2}}],[\"kymbos\",{\"1\":{\"17\":1}}],[\"keeping\",{\"1\":{\"38\":2}}],[\"keep\",{\"1\":{\"17\":1,\"38\":2,\"39\":1}}],[\"key\",{\"0\":{\"39\":1},\"1\":{\"12\":2,\"33\":1}}],[\"karyotypes\",{\"1\":{\"12\":1}}],[\"kanran\",{\"1\":{\"12\":1,\"21\":1,\"23\":2,\"24\":3}}],[\"kaleidoscope\",{\"1\":{\"12\":1}}],[\"rhythms\",{\"1\":{\"24\":1}}],[\"r\",{\"1\":{\"17\":1}}],[\"ruler\",{\"1\":{\"17\":1}}],[\"rule\",{\"1\":{\"16\":1}}],[\"rules\",{\"1\":{\"16\":3,\"21\":1}}],[\"ratios\",{\"1\":{\"35\":1}}],[\"rather\",{\"1\":{\"8\":1,\"17\":1,\"21\":1,\"26\":1}}],[\"rarity\",{\"1\":{\"28\":1}}],[\"rarely\",{\"1\":{\"24\":2}}],[\"rare\",{\"1\":{\"12\":2,\"17\":2}}],[\"rahman\",{\"1\":{\"17\":1}}],[\"rainfall\",{\"1\":{\"39\":1}}],[\"rainwater\",{\"1\":{\"34\":2}}],[\"rainy\",{\"1\":{\"33\":1}}],[\"rain\",{\"1\":{\"17\":1}}],[\"randall\",{\"1\":{\"17\":1}}],[\"rank\",{\"1\":{\"16\":1}}],[\"ranks\",{\"1\":{\"16\":5}}],[\"ranges\",{\"1\":{\"35\":1}}],[\"range\",{\"1\":{\"1\":1,\"16\":1,\"21\":1,\"33\":1}}],[\"rapid\",{\"1\":{\"12\":1,\"28\":1}}],[\"risks\",{\"1\":{\"35\":1}}],[\"risk\",{\"1\":{\"27\":2}}],[\"rise\",{\"1\":{\"12\":1,\"17\":1}}],[\"rica\",{\"1\":{\"17\":1}}],[\"rich\",{\"1\":{\"8\":1,\"17\":1,\"21\":1,\"23\":1,\"28\":2,\"31\":1,\"38\":1}}],[\"right\",{\"1\":{\"1\":1,\"12\":1}}],[\"robust\",{\"1\":{\"33\":1,\"36\":1}}],[\"robert\",{\"1\":{\"17\":1}}],[\"rot\",{\"1\":{\"33\":1,\"35\":1}}],[\"role\",{\"1\":{\"33\":1}}],[\"rolling\",{\"1\":{\"23\":1}}],[\"roll\",{\"1\":{\"1\":1}}],[\"roger\",{\"1\":{\"17\":1}}],[\"round\",{\"1\":{\"17\":1}}],[\"roughly\",{\"1\":{\"17\":1}}],[\"rock\",{\"1\":{\"17\":1}}],[\"rocks\",{\"1\":{\"17\":2}}],[\"root\",{\"1\":{\"17\":2,\"33\":1,\"35\":3,\"38\":3}}],[\"roots\",{\"1\":{\"17\":1,\"38\":8,\"39\":1}}],[\"rooted\",{\"1\":{\"8\":1,\"38\":1}}],[\"rose\",{\"1\":{\"16\":9}}],[\"roses\",{\"1\":{\"16\":7}}],[\"rosaceae\",{\"1\":{\"16\":2}}],[\"rosales\",{\"1\":{\"16\":1}}],[\"rosa\",{\"1\":{\"12\":1,\"16\":5}}],[\"requiring\",{\"1\":{\"37\":1}}],[\"require\",{\"1\":{\"35\":1}}],[\"requirements\",{\"1\":{\"35\":1}}],[\"requires\",{\"1\":{\"33\":1,\"39\":1}}],[\"required\",{\"1\":{\"16\":1}}],[\"reblooming\",{\"1\":{\"37\":1}}],[\"removal\",{\"1\":{\"37\":3}}],[\"remove\",{\"1\":{\"37\":2,\"38\":1,\"39\":1}}],[\"remained\",{\"1\":{\"26\":1}}],[\"remains\",{\"1\":{\"21\":1,\"28\":2}}],[\"remain\",{\"1\":{\"17\":1,\"27\":1}}],[\"remarkable\",{\"1\":{\"12\":1,\"16\":1,\"27\":1}}],[\"repotting\",{\"1\":{\"38\":2}}],[\"repot\",{\"1\":{\"34\":1,\"38\":2}}],[\"reporting\",{\"1\":{\"24\":1}}],[\"reports\",{\"1\":{\"21\":1}}],[\"reproductive\",{\"1\":{\"16\":1}}],[\"represented\",{\"1\":{\"28\":1}}],[\"representing\",{\"1\":{\"16\":2}}],[\"represents\",{\"1\":{\"16\":3}}],[\"represent\",{\"1\":{\"12\":1,\"16\":2}}],[\"reid\",{\"1\":{\"17\":1}}],[\"reduced\",{\"1\":{\"35\":2,\"36\":2}}],[\"reduce\",{\"1\":{\"34\":1,\"39\":1}}],[\"red\",{\"1\":{\"17\":1,\"24\":1}}],[\"redwoods\",{\"1\":{\"16\":1}}],[\"renowned\",{\"1\":{\"17\":1,\"21\":1,\"23\":1,\"27\":1}}],[\"re\",{\"1\":{\"16\":4}}],[\"retriever\",{\"1\":{\"16\":1}}],[\"regular\",{\"1\":{\"35\":1,\"39\":1}}],[\"regularly\",{\"1\":{\"34\":1,\"37\":1,\"38\":1,\"39\":1}}],[\"regulations\",{\"1\":{\"16\":1}}],[\"registered\",{\"1\":{\"16\":3}}],[\"regional\",{\"1\":{\"28\":1}}],[\"region\",{\"1\":{\"16\":1,\"17\":1,\"27\":1}}],[\"regions\",{\"1\":{\"8\":1,\"17\":4,\"23\":5,\"27\":3}}],[\"regarding\",{\"1\":{\"16\":1,\"27\":1}}],[\"regardless\",{\"1\":{\"16\":1,\"17\":1}}],[\"regard\",{\"1\":{\"16\":1,\"21\":1}}],[\"reveals\",{\"1\":{\"28\":1}}],[\"revered\",{\"1\":{\"28\":1}}],[\"reverence\",{\"1\":{\"21\":1,\"28\":1}}],[\"reverts\",{\"1\":{\"16\":1}}],[\"review\",{\"1\":{\"12\":1,\"17\":1}}],[\"revolutionized\",{\"1\":{\"16\":1}}],[\"revolutionize\",{\"1\":{\"1\":1,\"12\":1}}],[\"relatively\",{\"1\":{\"24\":1}}],[\"relatives\",{\"1\":{\"16\":1}}],[\"relationship\",{\"1\":{\"17\":1}}],[\"relationships\",{\"1\":{\"16\":2}}],[\"related\",{\"0\":{\"15\":1},\"1\":{\"1\":2,\"12\":2,\"16\":2,\"26\":1}}],[\"relevant\",{\"0\":{\"17\":1},\"1\":{\"12\":1,\"16\":1}}],[\"reckless\",{\"1\":{\"17\":1}}],[\"recapitulate\",{\"1\":{\"16\":1}}],[\"recovery\",{\"1\":{\"37\":1}}],[\"recommended\",{\"1\":{\"33\":1,\"35\":2}}],[\"recognizing\",{\"1\":{\"28\":1}}],[\"recognized\",{\"1\":{\"16\":2,\"17\":2,\"27\":1}}],[\"recognition\",{\"1\":{\"17\":1}}],[\"records\",{\"1\":{\"12\":1,\"27\":1}}],[\"receives\",{\"1\":{\"39\":2}}],[\"received\",{\"1\":{\"12\":1}}],[\"receiving\",{\"1\":{\"36\":2}}],[\"recent\",{\"1\":{\"12\":1,\"16\":1}}],[\"reflected\",{\"1\":{\"26\":1}}],[\"reflect\",{\"1\":{\"24\":1}}],[\"refer\",{\"1\":{\"16\":1,\"17\":2,\"26\":1}}],[\"refering\",{\"1\":{\"16\":1}}],[\"referring\",{\"1\":{\"16\":3}}],[\"referred\",{\"1\":{\"12\":1,\"17\":1,\"26\":1}}],[\"refers\",{\"1\":{\"16\":4,\"17\":3,\"21\":1,\"26\":1}}],[\"refinement\",{\"1\":{\"12\":1}}],[\"reason\",{\"1\":{\"21\":1}}],[\"readily\",{\"1\":{\"31\":1}}],[\"reading\",{\"1\":{\"16\":1}}],[\"ready\",{\"1\":{\"1\":1}}],[\"realm\",{\"1\":{\"21\":1,\"31\":1}}],[\"real\",{\"1\":{\"1\":1}}],[\"restoration\",{\"1\":{\"28\":1}}],[\"restored\",{\"1\":{\"27\":1}}],[\"resided\",{\"1\":{\"27\":1}}],[\"resistant\",{\"1\":{\"24\":1}}],[\"resistance\",{\"1\":{\"16\":1}}],[\"resilience\",{\"1\":{\"21\":1}}],[\"resorted\",{\"1\":{\"17\":1}}],[\"resource\",{\"1\":{\"12\":1,\"27\":1,\"28\":13}}],[\"resources\",{\"1\":{\"1\":1,\"12\":1,\"23\":1,\"28\":1}}],[\"reserve\",{\"1\":{\"27\":2,\"28\":1}}],[\"resemble\",{\"1\":{\"24\":1,\"27\":1}}],[\"resemblance\",{\"1\":{\"17\":1}}],[\"researching\",{\"1\":{\"12\":1}}],[\"researchers\",{\"1\":{\"12\":1,\"27\":1,\"28\":3}}],[\"researcher\",{\"1\":{\"1\":1}}],[\"research\",{\"1\":{\"1\":10,\"8\":1,\"12\":9,\"21\":1,\"27\":3,\"28\":3}}],[\"respective\",{\"1\":{\"17\":1}}],[\"resulted\",{\"1\":{\"17\":1}}],[\"result\",{\"1\":{\"16\":1,\"21\":1,\"23\":1,\"27\":1,\"33\":1}}],[\"resulting\",{\"1\":{\"12\":2,\"26\":1}}],[\"res\",{\"1\":{\"12\":1}}],[\"open\",{\"1\":{\"38\":1}}],[\"optimize\",{\"1\":{\"28\":1,\"37\":1}}],[\"optimal\",{\"1\":{\"12\":1,\"33\":2,\"35\":4,\"36\":3,\"37\":1}}],[\"opt\",{\"1\":{\"16\":1}}],[\"ooroot\",{\"1\":{\"17\":1}}],[\"olof\",{\"1\":{\"17\":1}}],[\"older\",{\"1\":{\"37\":2}}],[\"oldest\",{\"1\":{\"17\":1}}],[\"old\",{\"1\":{\"12\":1,\"28\":2}}],[\"observed\",{\"1\":{\"27\":2}}],[\"obsessed\",{\"1\":{\"17\":1}}],[\"objective\",{\"1\":{\"12\":1,\"37\":1}}],[\"omission\",{\"1\":{\"21\":1}}],[\"omitted\",{\"1\":{\"16\":2}}],[\"omics\",{\"1\":{\"1\":1}}],[\"own\",{\"1\":{\"16\":1,\"24\":1,\"38\":1}}],[\"owing\",{\"1\":{\"12\":1}}],[\"oral\",{\"1\":{\"21\":1}}],[\"org\",{\"1\":{\"17\":4,\"28\":2}}],[\"organelles\",{\"1\":{\"16\":1}}],[\"organic\",{\"1\":{\"35\":1,\"38\":1}}],[\"organizers\",{\"1\":{\"21\":1}}],[\"organizes\",{\"1\":{\"16\":1}}],[\"organizing\",{\"1\":{\"16\":1}}],[\"organisms\",{\"1\":{\"16\":5}}],[\"orkhis\",{\"1\":{\"17\":1}}],[\"orchis\",{\"1\":{\"17\":4}}],[\"orchidhistory\",{\"1\":{\"17\":1}}],[\"orchidea\",{\"1\":{\"17\":1}}],[\"orchidaceae\",{\"1\":{\"12\":4,\"16\":5,\"17\":6}}],[\"orchid\",{\"0\":{\"11\":1,\"17\":1},\"1\":{\"8\":2,\"12\":24,\"16\":8,\"17\":37,\"21\":14,\"23\":2,\"24\":11,\"26\":1,\"27\":5,\"28\":12,\"31\":1,\"37\":2,\"38\":4},\"2\":{\"9\":1,\"13\":1,\"18\":1,\"29\":1,\"40\":1}}],[\"orchids2024\",{\"1\":{\"28\":1}}],[\"orchids\",{\"0\":{\"20\":1,\"21\":1,\"23\":1,\"31\":1,\"38\":1,\"42\":1},\"1\":{\"8\":3,\"12\":27,\"16\":7,\"17\":48,\"21\":11,\"23\":7,\"24\":6,\"26\":8,\"27\":18,\"28\":12,\"31\":3,\"33\":1,\"34\":1,\"35\":2,\"36\":1,\"38\":4}}],[\"orchid2024\",{\"0\":{\"7\":1,\"28\":1},\"1\":{\"7\":1,\"8\":1,\"16\":2,\"21\":4,\"24\":1}}],[\"orders\",{\"1\":{\"16\":1}}],[\"order\",{\"1\":{\"16\":3,\"28\":1}}],[\"original\",{\"1\":{\"38\":1}}],[\"origins\",{\"1\":{\"17\":1,\"27\":1}}],[\"origin\",{\"1\":{\"12\":1,\"16\":1,\"17\":3,\"24\":1,\"27\":1,\"28\":1}}],[\"ornamental\",{\"1\":{\"12\":1,\"17\":2,\"24\":1,\"26\":1,\"28\":1}}],[\"or\",{\"1\":{\"12\":3,\"16\":21,\"17\":7,\"21\":4,\"23\":2,\"24\":3,\"26\":1,\"27\":1,\"28\":3,\"33\":1,\"34\":1,\"35\":3,\"36\":8,\"37\":4,\"38\":6,\"39\":3}}],[\"otherwise\",{\"1\":{\"39\":1}}],[\"others\",{\"1\":{\"21\":1,\"26\":1}}],[\"other\",{\"1\":{\"12\":2,\"16\":3,\"17\":1,\"21\":2,\"23\":1,\"27\":1,\"31\":1,\"35\":1,\"39\":1}}],[\"occasionally\",{\"1\":{\"16\":2}}],[\"occur\",{\"1\":{\"36\":1}}],[\"occurring\",{\"1\":{\"16\":2}}],[\"occupancy\",{\"1\":{\"12\":1}}],[\"october\",{\"1\":{\"8\":1,\"24\":2}}],[\"overpotting\",{\"1\":{\"38\":1}}],[\"oversized\",{\"1\":{\"38\":1}}],[\"overcrowding\",{\"1\":{\"37\":1}}],[\"overcollection\",{\"1\":{\"28\":1}}],[\"overfertilization\",{\"1\":{\"35\":1}}],[\"overwatered\",{\"1\":{\"38\":1}}],[\"overwatering\",{\"1\":{\"34\":2,\"37\":1}}],[\"overwhelmed\",{\"1\":{\"26\":1}}],[\"overhead\",{\"1\":{\"34\":1}}],[\"overall\",{\"1\":{\"33\":1,\"35\":1}}],[\"over\",{\"1\":{\"12\":4,\"16\":4,\"17\":3,\"26\":1,\"27\":1,\"28\":3,\"36\":1}}],[\"overview\",{\"0\":{\"12\":1},\"1\":{\"12\":1,\"17\":1}}],[\"our\",{\"1\":{\"12\":6}}],[\"outermost\",{\"1\":{\"37\":1}}],[\"outside\",{\"1\":{\"21\":1,\"33\":1}}],[\"outdoor\",{\"1\":{\"34\":1,\"36\":1}}],[\"outdoors\",{\"1\":{\"33\":3,\"36\":1}}],[\"outdo\",{\"1\":{\"12\":1}}],[\"out\",{\"1\":{\"1\":1,\"17\":1,\"39\":1}}],[\"once\",{\"1\":{\"27\":1,\"37\":1,\"39\":1}}],[\"only\",{\"1\":{\"12\":1,\"16\":2,\"21\":1,\"24\":1,\"38\":1,\"39\":1}}],[\"ones\",{\"1\":{\"34\":1,\"37\":1}}],[\"one\",{\"1\":{\"12\":1,\"16\":4,\"17\":3,\"23\":1,\"24\":2,\"38\":1}}],[\"on\",{\"1\":{\"1\":1,\"12\":5,\"16\":8,\"17\":6,\"21\":2,\"24\":1,\"27\":3,\"28\":2,\"31\":1,\"33\":1,\"34\":1,\"36\":2,\"37\":2,\"38\":1}}],[\"often\",{\"1\":{\"16\":3,\"17\":6,\"21\":3,\"23\":1,\"26\":1}}],[\"officials\",{\"1\":{\"27\":1}}],[\"officially\",{\"1\":{\"16\":1,\"17\":1}}],[\"offending\",{\"1\":{\"27\":1}}],[\"offers\",{\"1\":{\"33\":1}}],[\"offer\",{\"1\":{\"16\":1,\"17\":2,\"23\":1,\"27\":1}}],[\"off\",{\"1\":{\"23\":1,\"38\":1}}],[\"offspring\",{\"1\":{\"16\":2}}],[\"of\",{\"0\":{\"17\":1,\"20\":1,\"23\":1,\"26\":1,\"28\":1,\"31\":1},\"1\":{\"1\":12,\"8\":7,\"12\":55,\"16\":58,\"17\":71,\"21\":19,\"23\":9,\"24\":16,\"26\":15,\"27\":32,\"28\":37,\"31\":4,\"33\":2,\"34\":2,\"36\":4,\"37\":5,\"38\":6,\"39\":4}}],[\"npk\",{\"1\":{\"35\":1}}],[\"nights\",{\"1\":{\"33\":1}}],[\"nighttime\",{\"1\":{\"33\":2}}],[\"niche\",{\"1\":{\"27\":1}}],[\"nineteenth\",{\"1\":{\"17\":1}}],[\"ning\",{\"1\":{\"12\":1}}],[\"n\",{\"1\":{\"17\":1,\"28\":1}}],[\"nutrient\",{\"1\":{\"31\":1,\"35\":4,\"37\":1}}],[\"nutrients\",{\"1\":{\"17\":1,\"35\":1}}],[\"nurseries\",{\"1\":{\"16\":1}}],[\"nuanced\",{\"1\":{\"16\":1}}],[\"nucleus\",{\"1\":{\"16\":1}}],[\"number\",{\"1\":{\"21\":2,\"28\":2,\"37\":1}}],[\"numbers\",{\"1\":{\"12\":2}}],[\"numerous\",{\"1\":{\"12\":2,\"16\":2,\"17\":1,\"28\":1}}],[\"neutral\",{\"1\":{\"34\":1}}],[\"needs\",{\"1\":{\"28\":1,\"35\":1}}],[\"need\",{\"1\":{\"27\":1,\"33\":2,\"34\":1}}],[\"needed\",{\"1\":{\"16\":1}}],[\"necessary\",{\"1\":{\"27\":1}}],[\"nearing\",{\"1\":{\"36\":1}}],[\"near\",{\"1\":{\"36\":1}}],[\"nearly\",{\"1\":{\"26\":1}}],[\"nearby\",{\"1\":{\"17\":1}}],[\"net\",{\"1\":{\"17\":2}}],[\"network\",{\"1\":{\"12\":1}}],[\"newly\",{\"1\":{\"38\":1}}],[\"newworldorchids\",{\"1\":{\"28\":1}}],[\"newsdetail\",{\"1\":{\"28\":1}}],[\"newsletters\",{\"1\":{\"17\":1}}],[\"news\",{\"1\":{\"12\":2,\"21\":1}}],[\"new\",{\"1\":{\"12\":2,\"16\":2,\"17\":1,\"24\":2,\"27\":1,\"37\":1,\"38\":2,\"39\":1}}],[\"named\",{\"1\":{\"16\":2,\"17\":1,\"24\":6}}],[\"names\",{\"0\":{\"17\":1},\"1\":{\"16\":11,\"24\":2}}],[\"name\",{\"1\":{\"16\":12,\"17\":2,\"21\":1,\"24\":20,\"28\":1}}],[\"namely\",{\"1\":{\"12\":1,\"21\":1,\"24\":1}}],[\"naming\",{\"1\":{\"16\":3,\"17\":1}}],[\"narrower\",{\"1\":{\"16\":1}}],[\"nature\",{\"1\":{\"26\":1,\"27\":2,\"28\":1}}],[\"naturally\",{\"1\":{\"16\":2}}],[\"naturalist\",{\"1\":{\"16\":1}}],[\"natural\",{\"1\":{\"12\":1,\"17\":1,\"23\":1,\"27\":1}}],[\"nation\",{\"1\":{\"17\":1}}],[\"national\",{\"1\":{\"12\":2,\"17\":4,\"27\":6,\"28\":4}}],[\"natives\",{\"1\":{\"17\":1}}],[\"native\",{\"1\":{\"12\":2,\"17\":4,\"21\":2}}],[\"nanjing\",{\"1\":{\"1\":1}}],[\"node\",{\"1\":{\"38\":1}}],[\"november\",{\"1\":{\"24\":1}}],[\"noncompliance\",{\"1\":{\"17\":1}}],[\"nonetheless\",{\"1\":{\"16\":1}}],[\"nora\",{\"1\":{\"17\":1}}],[\"northernmost\",{\"1\":{\"28\":1}}],[\"northern\",{\"1\":{\"17\":1,\"23\":2,\"27\":3}}],[\"north\",{\"1\":{\"17\":1,\"23\":1,\"27\":2}}],[\"nomenclature\",{\"1\":{\"16\":6,\"17\":4}}],[\"noble\",{\"1\":{\"12\":1,\"28\":2}}],[\"nobility\",{\"1\":{\"12\":1,\"21\":1,\"28\":1}}],[\"no\",{\"1\":{\"12\":1,\"16\":1,\"24\":1,\"27\":1}}],[\"now\",{\"1\":{\"1\":1,\"16\":1,\"26\":3}}],[\"notes\",{\"1\":{\"28\":1}}],[\"noting\",{\"1\":{\"27\":1}}],[\"noticed\",{\"1\":{\"21\":1}}],[\"not\",{\"1\":{\"1\":1,\"16\":8,\"17\":4,\"21\":6,\"24\":1,\"26\":3,\"27\":3,\"31\":1,\"38\":5,\"39\":1,\"43\":1}}],[\"djustments\",{\"1\":{\"36\":1}}],[\"dg\",{\"1\":{\"17\":1}}],[\"d\",{\"1\":{\"17\":1,\"21\":1}}],[\"dries\",{\"1\":{\"34\":1}}],[\"driven\",{\"1\":{\"17\":1,\"28\":1}}],[\"dry\",{\"1\":{\"34\":3,\"35\":1,\"36\":1,\"39\":2}}],[\"drainage\",{\"1\":{\"35\":1}}],[\"draining\",{\"1\":{\"34\":2,\"38\":1}}],[\"drained\",{\"1\":{\"23\":1,\"38\":1}}],[\"drawing\",{\"1\":{\"28\":1}}],[\"drama\",{\"1\":{\"17\":1}}],[\"dynamics\",{\"1\":{\"12\":1}}],[\"dynasty\",{\"1\":{\"12\":1,\"21\":1,\"26\":6}}],[\"duplications\",{\"1\":{\"28\":1}}],[\"due\",{\"1\":{\"12\":2,\"16\":1,\"17\":3,\"23\":1,\"27\":1,\"31\":2,\"35\":1,\"39\":1}}],[\"during\",{\"1\":{\"1\":1,\"12\":2,\"17\":2,\"21\":1,\"23\":2,\"26\":2,\"27\":2,\"33\":2,\"34\":2,\"35\":3,\"36\":1,\"37\":1,\"38\":2,\"39\":1}}],[\"daily\",{\"1\":{\"36\":2,\"39\":1}}],[\"damp\",{\"1\":{\"31\":1}}],[\"damage\",{\"1\":{\"23\":1,\"27\":1,\"35\":1}}],[\"damask\",{\"1\":{\"16\":1}}],[\"damascena\",{\"1\":{\"16\":1}}],[\"dates\",{\"1\":{\"27\":1}}],[\"dating\",{\"1\":{\"26\":1}}],[\"data\",{\"0\":{\"8\":1},\"1\":{\"12\":1,\"21\":1,\"23\":1,\"27\":1,\"28\":3}}],[\"datasets\",{\"1\":{\"28\":1}}],[\"dataset\",{\"0\":{\"7\":1,\"28\":1},\"1\":{\"8\":2,\"12\":3,\"16\":4,\"21\":5,\"28\":1},\"2\":{\"10\":1}}],[\"dataset✊\",{\"1\":{\"1\":1}}],[\"days\",{\"1\":{\"34\":1,\"38\":1}}],[\"daytime\",{\"1\":{\"33\":1}}],[\"day\",{\"1\":{\"24\":1,\"26\":1,\"27\":1}}],[\"dark\",{\"1\":{\"24\":8,\"28\":1}}],[\"dance\",{\"1\":{\"24\":1}}],[\"dangerous\",{\"1\":{\"17\":2}}],[\"dangers\",{\"1\":{\"17\":1}}],[\"dangles\",{\"1\":{\"12\":1}}],[\"dawn\",{\"1\":{\"17\":1}}],[\"dazzling\",{\"1\":{\"17\":2}}],[\"dazzlingly\",{\"1\":{\"12\":1}}],[\"diluted\",{\"1\":{\"37\":1}}],[\"dig\",{\"1\":{\"27\":1,\"38\":2}}],[\"digging\",{\"1\":{\"12\":1}}],[\"diagonal\",{\"1\":{\"38\":1}}],[\"diagnostic\",{\"1\":{\"36\":1}}],[\"diagram\",{\"1\":{\"24\":1}}],[\"diameter\",{\"1\":{\"24\":1}}],[\"didn\",{\"1\":{\"26\":1}}],[\"did\",{\"1\":{\"17\":1,\"26\":1,\"27\":2}}],[\"divide\",{\"1\":{\"38\":2,\"39\":1}}],[\"divisions\",{\"1\":{\"38\":2}}],[\"division\",{\"1\":{\"38\":2}}],[\"divine\",{\"1\":{\"17\":1}}],[\"dive\",{\"1\":{\"28\":1}}],[\"diversification\",{\"1\":{\"21\":1}}],[\"diversity\",{\"1\":{\"12\":2,\"16\":1,\"17\":1,\"28\":1}}],[\"diverse\",{\"1\":{\"12\":3,\"16\":4,\"17\":2,\"23\":1}}],[\"differ\",{\"1\":{\"17\":1,\"26\":1}}],[\"differences\",{\"1\":{\"16\":2,\"27\":2}}],[\"differentiate\",{\"1\":{\"33\":1}}],[\"different\",{\"0\":{\"39\":1},\"1\":{\"8\":1,\"16\":4,\"17\":1,\"28\":1}}],[\"direct\",{\"1\":{\"36\":2}}],[\"directly\",{\"1\":{\"34\":1,\"35\":1,\"38\":1}}],[\"director\",{\"1\":{\"16\":1}}],[\"dirty\",{\"1\":{\"1\":1}}],[\"dicots\",{\"1\":{\"16\":1}}],[\"dicotyledonae\",{\"1\":{\"16\":1}}],[\"disinfection\",{\"1\":{\"38\":1}}],[\"disinfected\",{\"1\":{\"38\":2}}],[\"dispose\",{\"1\":{\"37\":1}}],[\"distilled\",{\"1\":{\"34\":1}}],[\"distinguishing\",{\"1\":{\"28\":1}}],[\"distinguished\",{\"1\":{\"16\":1}}],[\"distinct\",{\"1\":{\"12\":1,\"16\":5,\"23\":1,\"26\":1}}],[\"district\",{\"1\":{\"28\":1}}],[\"distribution\",{\"0\":{\"23\":1},\"1\":{\"23\":1}}],[\"distributed\",{\"1\":{\"17\":1,\"27\":1}}],[\"diseased\",{\"1\":{\"37\":3}}],[\"disease\",{\"1\":{\"16\":1,\"24\":1,\"35\":1,\"37\":2}}],[\"diseases\",{\"1\":{\"12\":1}}],[\"discoloration\",{\"1\":{\"37\":1}}],[\"disconnect\",{\"1\":{\"28\":1}}],[\"discovers\",{\"1\":{\"28\":1}}],[\"discovery\",{\"1\":{\"17\":2,\"27\":1}}],[\"discovered\",{\"1\":{\"12\":1,\"27\":1}}],[\"discoveries\",{\"1\":{\"12\":1}}],[\"discrepancy\",{\"1\":{\"21\":1}}],[\"discussing\",{\"1\":{\"16\":3}}],[\"discuss\",{\"1\":{\"16\":1,\"21\":1}}],[\"disciplinary\",{\"1\":{\"1\":1}}],[\"dormant\",{\"1\":{\"39\":3}}],[\"dormancy\",{\"1\":{\"35\":1}}],[\"don\",{\"1\":{\"21\":1}}],[\"double\",{\"1\":{\"17\":1}}],[\"documentation\",{\"1\":{\"28\":1}}],[\"documented\",{\"1\":{\"17\":1}}],[\"doctorate\",{\"1\":{\"1\":1}}],[\"dog\",{\"1\":{\"16\":1}}],[\"do\",{\"1\":{\"16\":1,\"17\":2,\"39\":1}}],[\"domains\",{\"1\":{\"16\":1}}],[\"domain\",{\"1\":{\"16\":3}}],[\"domesticated\",{\"1\":{\"12\":1}}],[\"dollars\",{\"1\":{\"12\":1}}],[\"download\",{\"1\":{\"7\":1}}],[\"down\",{\"1\":{\"1\":1,\"33\":1,\"39\":1}}],[\"doesn\",{\"1\":{\"16\":1}}],[\"does\",{\"1\":{\"1\":1,\"21\":1}}],[\"deficiency\",{\"1\":{\"37\":1}}],[\"definition\",{\"1\":{\"21\":1}}],[\"definitions\",{\"0\":{\"21\":1}}],[\"degree\",{\"1\":{\"37\":1}}],[\"degrees\",{\"1\":{\"27\":1}}],[\"demand\",{\"1\":{\"35\":1}}],[\"demanding\",{\"1\":{\"17\":2}}],[\"debate\",{\"1\":{\"26\":1}}],[\"debated\",{\"1\":{\"21\":1,\"27\":1}}],[\"debris\",{\"1\":{\"17\":1,\"39\":1}}],[\"dedicated\",{\"1\":{\"21\":1}}],[\"dead\",{\"1\":{\"37\":1}}],[\"deadheading\",{\"1\":{\"37\":2}}],[\"deaths\",{\"1\":{\"17\":1}}],[\"dealer\",{\"1\":{\"12\":1}}],[\"denying\",{\"1\":{\"27\":1}}],[\"density\",{\"1\":{\"23\":1}}],[\"dendrobiums\",{\"1\":{\"17\":1}}],[\"dendrobium\",{\"1\":{\"16\":1,\"17\":3}}],[\"denote\",{\"1\":{\"16\":2,\"17\":1}}],[\"denoted\",{\"1\":{\"16\":1}}],[\"developing\",{\"1\":{\"38\":1}}],[\"developed\",{\"1\":{\"28\":1}}],[\"develop\",{\"1\":{\"16\":1}}],[\"development\",{\"1\":{\"12\":1,\"16\":1,\"21\":1,\"28\":2}}],[\"depletion\",{\"1\":{\"17\":1}}],[\"depending\",{\"1\":{\"17\":1}}],[\"depends\",{\"1\":{\"16\":3,\"34\":1}}],[\"depth\",{\"1\":{\"12\":1,\"38\":1}}],[\"depths\",{\"1\":{\"12\":1}}],[\"detail\",{\"1\":{\"16\":3}}],[\"detailed\",{\"1\":{\"16\":1,\"17\":1}}],[\"determining\",{\"1\":{\"16\":1,\"28\":1}}],[\"derived\",{\"1\":{\"16\":1,\"17\":2}}],[\"deciding\",{\"1\":{\"27\":1}}],[\"decision\",{\"1\":{\"12\":1}}],[\"decisions\",{\"1\":{\"1\":1}}],[\"december\",{\"1\":{\"24\":1}}],[\"deception\",{\"1\":{\"12\":1}}],[\"decorative\",{\"1\":{\"17\":1}}],[\"declining\",{\"1\":{\"12\":1,\"28\":1}}],[\"descriptive\",{\"1\":{\"21\":1}}],[\"descriptions\",{\"1\":{\"26\":2}}],[\"description\",{\"1\":{\"17\":1,\"24\":1}}],[\"described\",{\"1\":{\"26\":2,\"27\":2}}],[\"describe\",{\"1\":{\"17\":1}}],[\"describes\",{\"1\":{\"12\":1}}],[\"designate\",{\"1\":{\"17\":1}}],[\"desired\",{\"1\":{\"16\":1,\"37\":2}}],[\"desirable\",{\"1\":{\"12\":1,\"16\":1}}],[\"despite\",{\"1\":{\"17\":1,\"21\":1,\"26\":1,\"28\":1}}],[\"delightful\",{\"1\":{\"27\":1}}],[\"delicate\",{\"1\":{\"12\":1,\"16\":1,\"17\":1,\"23\":1,\"27\":1,\"28\":1,\"31\":1}}],[\"delves\",{\"1\":{\"17\":1}}],[\"delve\",{\"1\":{\"16\":1,\"17\":1}}],[\"delved\",{\"1\":{\"1\":1}}],[\"delving\",{\"1\":{\"8\":1,\"16\":1}}],[\"deeper\",{\"1\":{\"16\":1,\"17\":1}}],[\"deep\",{\"1\":{\"1\":1,\"8\":1,\"28\":1,\"38\":2}}],[\"vulnerabilities\",{\"1\":{\"28\":1}}],[\"vs\",{\"1\":{\"16\":1}}],[\"vigorous\",{\"1\":{\"35\":1}}],[\"vital\",{\"1\":{\"28\":1}}],[\"view\",{\"1\":{\"27\":2,\"28\":1}}],[\"vietnam\",{\"1\":{\"21\":1}}],[\"virtuous\",{\"1\":{\"26\":1}}],[\"virtues\",{\"1\":{\"17\":1,\"28\":1}}],[\"virtue\",{\"1\":{\"12\":1,\"26\":1,\"28\":2}}],[\"vintage\",{\"1\":{\"17\":1}}],[\"victorian\",{\"1\":{\"17\":6}}],[\"visual\",{\"1\":{\"12\":1}}],[\"visits\",{\"1\":{\"8\":1}}],[\"vibrant\",{\"1\":{\"1\":1,\"12\":1,\"16\":2,\"36\":1}}],[\"valley\",{\"1\":{\"26\":2}}],[\"valleys\",{\"1\":{\"23\":1}}],[\"valuation\",{\"1\":{\"12\":1}}],[\"valuable\",{\"1\":{\"12\":3,\"17\":2}}],[\"values\",{\"1\":{\"12\":1}}],[\"value\",{\"1\":{\"8\":1,\"12\":1,\"17\":1,\"24\":1,\"26\":1}}],[\"vase\",{\"1\":{\"17\":1,\"38\":2}}],[\"vast\",{\"1\":{\"12\":1,\"16\":1,\"21\":1}}],[\"vanda\",{\"1\":{\"17\":2}}],[\"varying\",{\"1\":{\"26\":1}}],[\"vary\",{\"1\":{\"17\":1,\"28\":1}}],[\"var\",{\"1\":{\"12\":3,\"16\":2,\"21\":5,\"23\":3,\"24\":10}}],[\"variants\",{\"1\":{\"16\":2}}],[\"variant\",{\"1\":{\"16\":2}}],[\"variance\",{\"1\":{\"12\":1}}],[\"variety\",{\"1\":{\"16\":11,\"17\":3}}],[\"varieties\",{\"1\":{\"12\":3,\"16\":6,\"17\":4,\"21\":1,\"24\":1,\"28\":1}}],[\"various\",{\"1\":{\"1\":1,\"12\":2,\"16\":3,\"21\":1,\"23\":1,\"27\":1}}],[\"vocational\",{\"0\":{\"6\":1}}],[\"veins\",{\"1\":{\"24\":3}}],[\"vegetative\",{\"1\":{\"17\":1}}],[\"verdant\",{\"1\":{\"23\":1}}],[\"versus\",{\"1\":{\"17\":1}}],[\"version\",{\"1\":{\"12\":1}}],[\"very\",{\"1\":{\"17\":1,\"28\":1}}],[\"ventilate\",{\"1\":{\"33\":1}}],[\"ventilated\",{\"1\":{\"23\":1,\"33\":1}}],[\"ventured\",{\"1\":{\"1\":1}}],[\"venezuela\",{\"1\":{\"17\":1}}],[\"ve\",{\"1\":{\"1\":3,\"21\":1}}],[\"g\",{\"1\":{\"17\":1}}],[\"gkml\",{\"1\":{\"12\":1}}],[\"guangdong\",{\"1\":{\"23\":1,\"28\":2}}],[\"guatemala\",{\"1\":{\"17\":1}}],[\"gui\",{\"1\":{\"27\":1}}],[\"guizhou\",{\"1\":{\"23\":1}}],[\"guide\",{\"1\":{\"17\":1}}],[\"guided\",{\"1\":{\"16\":1}}],[\"gutiérrez\",{\"1\":{\"12\":1}}],[\"guolan\",{\"1\":{\"28\":1}}],[\"guo\",{\"1\":{\"12\":2,\"21\":1,\"26\":1}}],[\"gather\",{\"1\":{\"21\":1,\"38\":1}}],[\"gain\",{\"1\":{\"17\":1}}],[\"gave\",{\"1\":{\"17\":1}}],[\"gallica\",{\"1\":{\"16\":1}}],[\"gap\",{\"1\":{\"12\":2}}],[\"garden\",{\"1\":{\"12\":1,\"23\":1,\"27\":3,\"28\":1,\"39\":1}}],[\"gardening\",{\"1\":{\"1\":1,\"17\":1}}],[\"goes\",{\"1\":{\"39\":2}}],[\"goeringii\",{\"1\":{\"12\":6,\"16\":5,\"21\":9,\"23\":6,\"24\":14,\"28\":1,\"31\":1}}],[\"good\",{\"1\":{\"33\":1}}],[\"go\",{\"1\":{\"28\":1}}],[\"gordon\",{\"1\":{\"17\":1}}],[\"governance\",{\"1\":{\"26\":1}}],[\"governed\",{\"1\":{\"16\":1}}],[\"gov\",{\"1\":{\"12\":1,\"28\":2}}],[\"goal\",{\"1\":{\"12\":2}}],[\"globalorchidtrade\",{\"1\":{\"28\":1}}],[\"global\",{\"1\":{\"17\":1}}],[\"globe\",{\"1\":{\"12\":1}}],[\"glue\",{\"1\":{\"12\":1}}],[\"gift\",{\"1\":{\"12\":1}}],[\"github\",{\"1\":{\"7\":1}}],[\"given\",{\"1\":{\"1\":1,\"16\":1,\"21\":1}}],[\"geographic\",{\"1\":{\"27\":1}}],[\"geographical\",{\"1\":{\"16\":1,\"23\":1}}],[\"gently\",{\"1\":{\"38\":3}}],[\"gentleman\",{\"1\":{\"12\":1,\"28\":2}}],[\"genetic\",{\"1\":{\"12\":1,\"16\":1,\"28\":1}}],[\"generally\",{\"1\":{\"27\":1,\"35\":1}}],[\"general\",{\"1\":{\"16\":1,\"35\":1,\"37\":1}}],[\"generated\",{\"1\":{\"21\":1}}],[\"generate\",{\"1\":{\"12\":1}}],[\"genera\",{\"1\":{\"12\":2,\"16\":5}}],[\"genus\",{\"1\":{\"12\":2,\"16\":16,\"17\":3,\"21\":4,\"28\":3}}],[\"gets\",{\"1\":{\"17\":1}}],[\"get\",{\"1\":{\"1\":1,\"17\":1}}],[\"germplasm\",{\"1\":{\"1\":1,\"12\":1,\"27\":1,\"28\":11}}],[\"germination\",{\"1\":{\"1\":2}}],[\"great\",{\"1\":{\"17\":2,\"26\":1}}],[\"greatly\",{\"1\":{\"17\":1,\"26\":1}}],[\"greenhouse\",{\"1\":{\"33\":3,\"37\":2}}],[\"green\",{\"1\":{\"17\":1,\"24\":20,\"27\":2,\"36\":3}}],[\"greed\",{\"1\":{\"17\":1}}],[\"greek\",{\"1\":{\"17\":2}}],[\"greece\",{\"1\":{\"17\":1}}],[\"ground\",{\"1\":{\"16\":1,\"17\":3,\"39\":1}}],[\"group\",{\"1\":{\"16\":3,\"17\":1}}],[\"groups\",{\"1\":{\"16\":4}}],[\"grouped\",{\"1\":{\"16\":2}}],[\"grows\",{\"1\":{\"26\":1,\"39\":1}}],[\"growers\",{\"1\":{\"17\":1,\"21\":1,\"28\":1,\"38\":1}}],[\"growth\",{\"0\":{\"32\":1},\"1\":{\"12\":1,\"16\":2,\"23\":1,\"24\":1,\"27\":2,\"33\":3,\"34\":3,\"35\":3,\"36\":5,\"37\":2,\"38\":2,\"39\":1}}],[\"grow\",{\"1\":{\"1\":1,\"12\":1,\"16\":1,\"17\":6,\"24\":3,\"27\":1,\"33\":1,\"36\":1}}],[\"growing\",{\"0\":{\"38\":1},\"1\":{\"1\":1,\"17\":3,\"37\":1,\"38\":1}}],[\"granular\",{\"1\":{\"35\":1}}],[\"grasses\",{\"1\":{\"26\":1}}],[\"grade\",{\"1\":{\"24\":1,\"36\":1}}],[\"gradual\",{\"1\":{\"33\":1}}],[\"gradually\",{\"1\":{\"17\":1,\"34\":1,\"36\":1}}],[\"graduated\",{\"1\":{\"1\":1}}],[\"grained\",{\"1\":{\"16\":2}}],[\"grafting\",{\"1\":{\"16\":1}}],[\"grace\",{\"1\":{\"12\":1,\"38\":1}}],[\"gracefully\",{\"1\":{\"23\":1}}],[\"graceful\",{\"1\":{\"12\":1,\"27\":1}}],[\"gracing\",{\"1\":{\"12\":1}}],[\"hbsjt\",{\"1\":{\"28\":1}}],[\"hceis\",{\"1\":{\"28\":1}}],[\"hybrid\",{\"1\":{\"21\":2}}],[\"hybrids\",{\"1\":{\"16\":2,\"17\":1}}],[\"html\",{\"1\":{\"17\":3,\"28\":2}}],[\"https\",{\"1\":{\"7\":1,\"28\":3}}],[\"h\",{\"1\":{\"17\":1,\"28\":1}}],[\"humidifier\",{\"1\":{\"35\":1}}],[\"humidity\",{\"1\":{\"33\":2,\"35\":1}}],[\"human\",{\"1\":{\"16\":2,\"17\":1,\"23\":1,\"27\":1}}],[\"humans\",{\"1\":{\"16\":1}}],[\"hubei\",{\"1\":{\"23\":1}}],[\"huge\",{\"1\":{\"21\":1}}],[\"huijuan\",{\"1\":{\"12\":1}}],[\"hunting\",{\"1\":{\"17\":2}}],[\"hunter\",{\"1\":{\"17\":1}}],[\"hunters\",{\"1\":{\"17\":4}}],[\"hundreds\",{\"1\":{\"12\":1,\"16\":2}}],[\"hunan\",{\"1\":{\"1\":1,\"23\":1,\"27\":1,\"28\":2}}],[\"healthy\",{\"1\":{\"37\":2,\"38\":1}}],[\"health\",{\"1\":{\"28\":1,\"35\":1,\"37\":2}}],[\"hearts\",{\"1\":{\"26\":1,\"28\":1}}],[\"hear\",{\"1\":{\"17\":1}}],[\"hebei\",{\"1\":{\"27\":1}}],[\"hence\",{\"1\":{\"24\":1}}],[\"henan\",{\"1\":{\"23\":1,\"27\":2}}],[\"held\",{\"1\":{\"21\":1}}],[\"help\",{\"1\":{\"12\":1,\"26\":1,\"38\":1}}],[\"heights\",{\"1\":{\"17\":1}}],[\"he\",{\"1\":{\"17\":2,\"26\":2,\"27\":3}}],[\"heritage\",{\"1\":{\"28\":1}}],[\"herbaceous\",{\"1\":{\"27\":1}}],[\"herb\",{\"1\":{\"17\":1}}],[\"here\",{\"1\":{\"12\":1,\"16\":1,\"17\":1}}],[\"hew\",{\"1\":{\"12\":2,\"28\":2}}],[\"hills\",{\"1\":{\"23\":1}}],[\"hillsides\",{\"1\":{\"23\":1}}],[\"hinsley\",{\"1\":{\"17\":1}}],[\"himself\",{\"1\":{\"28\":1}}],[\"himalayas\",{\"1\":{\"17\":1}}],[\"him\",{\"1\":{\"17\":1,\"26\":1}}],[\"hierarchy\",{\"1\":{\"16\":3}}],[\"his\",{\"1\":{\"12\":1,\"16\":1,\"17\":3,\"26\":5,\"27\":2}}],[\"historically\",{\"1\":{\"21\":1}}],[\"historical\",{\"1\":{\"12\":2}}],[\"history\",{\"1\":{\"12\":2,\"17\":10,\"21\":1,\"24\":1,\"26\":1,\"27\":1,\"28\":1}}],[\"hidden\",{\"1\":{\"12\":1}}],[\"highest\",{\"1\":{\"23\":1}}],[\"higher\",{\"1\":{\"16\":1,\"27\":1,\"33\":1,\"35\":1}}],[\"highly\",{\"1\":{\"17\":3}}],[\"highlight\",{\"1\":{\"16\":1}}],[\"high\",{\"1\":{\"1\":1,\"12\":2,\"21\":1,\"24\":2,\"33\":3}}],[\"hot\",{\"1\":{\"34\":1,\"36\":1,\"38\":2}}],[\"hours\",{\"1\":{\"33\":1,\"36\":2}}],[\"houseplants\",{\"1\":{\"31\":1}}],[\"house\",{\"1\":{\"17\":1}}],[\"houses\",{\"1\":{\"16\":1}}],[\"hong\",{\"1\":{\"27\":1}}],[\"hole\",{\"1\":{\"38\":3}}],[\"hold\",{\"1\":{\"26\":1}}],[\"holstein\",{\"1\":{\"16\":1}}],[\"home\",{\"1\":{\"17\":1,\"28\":2}}],[\"hortnews\",{\"1\":{\"17\":1}}],[\"horticulturists\",{\"1\":{\"17\":1}}],[\"horticulturae\",{\"1\":{\"12\":1,\"28\":2}}],[\"horticultural\",{\"1\":{\"1\":3,\"12\":2,\"17\":4,\"27\":1,\"28\":2}}],[\"horticulture\",{\"1\":{\"12\":3,\"16\":1,\"17\":1,\"21\":3}}],[\"how\",{\"1\":{\"17\":2}}],[\"however\",{\"1\":{\"8\":1,\"12\":2,\"16\":5,\"17\":2,\"21\":3,\"23\":1,\"26\":2,\"27\":3,\"28\":1}}],[\"hostile\",{\"1\":{\"17\":1}}],[\"host\",{\"1\":{\"17\":1}}],[\"hossain\",{\"1\":{\"12\":1}}],[\"hope\",{\"1\":{\"12\":1}}],[\"halting\",{\"1\":{\"28\":1}}],[\"harvesting\",{\"1\":{\"38\":1}}],[\"harvested\",{\"1\":{\"17\":1}}],[\"harmful\",{\"1\":{\"34\":1}}],[\"harmonious\",{\"1\":{\"27\":1}}],[\"harnessing\",{\"1\":{\"28\":1}}],[\"hardier\",{\"1\":{\"33\":1}}],[\"hard\",{\"1\":{\"24\":1,\"39\":1}}],[\"hardy\",{\"1\":{\"23\":1}}],[\"harsh\",{\"1\":{\"12\":1,\"17\":1,\"23\":1}}],[\"handle\",{\"1\":{\"33\":1}}],[\"hands\",{\"1\":{\"1\":1}}],[\"han\",{\"1\":{\"21\":1}}],[\"hansen\",{\"1\":{\"17\":2}}],[\"had\",{\"1\":{\"17\":1,\"27\":1}}],[\"habits\",{\"1\":{\"24\":2}}],[\"habitat\",{\"1\":{\"23\":1,\"28\":2}}],[\"habitats\",{\"1\":{\"12\":1,\"17\":1,\"27\":1}}],[\"habit\",{\"1\":{\"16\":2}}],[\"has\",{\"1\":{\"1\":2,\"12\":3,\"16\":3,\"17\":1,\"21\":2,\"24\":1,\"26\":2,\"27\":2,\"28\":2}}],[\"have\",{\"1\":{\"1\":1,\"8\":1,\"12\":6,\"16\":3,\"17\":7,\"21\":2,\"23\":1,\"27\":2,\"28\":3}}],[\"pseudobulb\",{\"1\":{\"38\":1}}],[\"p=1868\",{\"1\":{\"28\":1}}],[\"plenty\",{\"1\":{\"39\":2}}],[\"pleasant\",{\"1\":{\"17\":1}}],[\"plundered\",{\"1\":{\"17\":1}}],[\"placing\",{\"1\":{\"39\":1}}],[\"placement\",{\"1\":{\"21\":1,\"36\":1,\"38\":1}}],[\"place\",{\"1\":{\"17\":1,\"24\":1,\"26\":1,\"27\":1,\"38\":3}}],[\"plays\",{\"1\":{\"33\":1}}],[\"planet\",{\"1\":{\"12\":1}}],[\"planting\",{\"0\":{\"31\":1,\"39\":1},\"1\":{\"24\":1,\"31\":2,\"33\":1,\"37\":2,\"38\":3}}],[\"plantarum\",{\"1\":{\"16\":1,\"17\":1}}],[\"plantae\",{\"1\":{\"16\":2}}],[\"planted\",{\"1\":{\"12\":1}}],[\"planter\",{\"1\":{\"12\":1}}],[\"plants\",{\"1\":{\"1\":3,\"12\":5,\"16\":17,\"17\":15,\"24\":1,\"26\":2,\"27\":1,\"28\":3,\"33\":2,\"35\":1,\"36\":2,\"39\":3}}],[\"plant\",{\"1\":{\"1\":3,\"12\":2,\"16\":13,\"17\":5,\"21\":1,\"27\":2,\"28\":2,\"34\":2,\"35\":3,\"36\":1,\"37\":5,\"38\":6,\"39\":11}}],[\"pink\",{\"1\":{\"17\":1,\"27\":1}}],[\"pinyin\",{\"1\":{\"16\":1,\"21\":2}}],[\"picture\",{\"1\":{\"16\":1,\"17\":1}}],[\"pushed\",{\"1\":{\"28\":1}}],[\"pushing\",{\"1\":{\"1\":1}}],[\"pursuit\",{\"1\":{\"17\":1}}],[\"purpling\",{\"1\":{\"36\":1}}],[\"purple\",{\"1\":{\"17\":1,\"24\":9,\"27\":3}}],[\"purpose\",{\"1\":{\"17\":1,\"35\":1,\"39\":2}}],[\"purely\",{\"1\":{\"17\":1}}],[\"puts\",{\"1\":{\"17\":1}}],[\"public\",{\"1\":{\"16\":1}}],[\"publication\",{\"1\":{\"16\":1}}],[\"pérez\",{\"1\":{\"12\":1}}],[\"phosphorus\",{\"1\":{\"35\":1}}],[\"ph\",{\"1\":{\"34\":1}}],[\"philosophy\",{\"1\":{\"17\":1}}],[\"philippines\",{\"1\":{\"17\":1}}],[\"phenomenon\",{\"1\":{\"17\":1}}],[\"phenotypic\",{\"1\":{\"12\":1}}],[\"phase\",{\"1\":{\"37\":1}}],[\"pharmaceutical\",{\"1\":{\"28\":1}}],[\"pharmacists\",{\"1\":{\"26\":1}}],[\"pharmacology\",{\"1\":{\"12\":1}}],[\"phalaenopsis\",{\"1\":{\"16\":9,\"17\":4,\"28\":1}}],[\"phytochemical\",{\"1\":{\"17\":1}}],[\"phytochemistry\",{\"1\":{\"12\":1}}],[\"physical\",{\"1\":{\"16\":2,\"17\":1,\"28\":1}}],[\"physiologiae\",{\"1\":{\"17\":1}}],[\"physiological\",{\"1\":{\"12\":1}}],[\"physiology\",{\"1\":{\"1\":1,\"12\":1,\"28\":1}}],[\"phylum\",{\"1\":{\"16\":2}}],[\"points\",{\"0\":{\"39\":1}}],[\"poised\",{\"1\":{\"12\":1}}],[\"potassium\",{\"1\":{\"38\":1}}],[\"pots\",{\"1\":{\"38\":1}}],[\"potted\",{\"1\":{\"38\":1}}],[\"potting\",{\"1\":{\"31\":1,\"34\":1,\"35\":1,\"38\":4}}],[\"pot\",{\"1\":{\"34\":1}}],[\"potential\",{\"1\":{\"28\":5,\"37\":2}}],[\"potent\",{\"1\":{\"27\":1}}],[\"potency\",{\"1\":{\"17\":1}}],[\"powerful\",{\"1\":{\"28\":1}}],[\"portrayal\",{\"1\":{\"27\":1}}],[\"portrait\",{\"1\":{\"12\":1}}],[\"poodle\",{\"1\":{\"16\":1}}],[\"popularization\",{\"1\":{\"17\":1}}],[\"popularity\",{\"1\":{\"12\":1,\"17\":1}}],[\"popular\",{\"1\":{\"17\":1,\"24\":2,\"31\":1}}],[\"populations\",{\"1\":{\"12\":2,\"16\":1,\"23\":1,\"28\":3}}],[\"population\",{\"1\":{\"12\":1,\"27\":1,\"28\":1}}],[\"poem\",{\"1\":{\"27\":1}}],[\"poems\",{\"1\":{\"12\":1,\"26\":1}}],[\"poet\",{\"1\":{\"27\":1}}],[\"poetry\",{\"1\":{\"12\":1,\"26\":2,\"28\":2}}],[\"position\",{\"1\":{\"36\":1}}],[\"posing\",{\"1\":{\"12\":1}}],[\"post\",{\"1\":{\"28\":1,\"37\":2}}],[\"possessing\",{\"1\":{\"12\":1,\"16\":1}}],[\"possesses\",{\"1\":{\"12\":1,\"16\":1}}],[\"pose\",{\"1\":{\"12\":1}}],[\"pouched\",{\"1\":{\"12\":1}}],[\"prune\",{\"1\":{\"37\":1,\"39\":1}}],[\"pruning\",{\"0\":{\"37\":1},\"1\":{\"37\":5}}],[\"prized\",{\"1\":{\"27\":1,\"31\":1}}],[\"prioritize\",{\"1\":{\"21\":1,\"27\":1}}],[\"primary\",{\"1\":{\"21\":1,\"27\":1}}],[\"primarily\",{\"1\":{\"8\":1,\"16\":1}}],[\"price\",{\"1\":{\"12\":1,\"28\":1}}],[\"priced\",{\"1\":{\"12\":1,\"24\":1}}],[\"prices\",{\"1\":{\"12\":3,\"17\":1}}],[\"pricing\",{\"1\":{\"12\":1}}],[\"prince\",{\"1\":{\"12\":1}}],[\"practice\",{\"1\":{\"12\":1,\"28\":1}}],[\"practices\",{\"1\":{\"8\":1,\"12\":1,\"28\":1,\"33\":1,\"37\":1}}],[\"practical\",{\"1\":{\"12\":1,\"16\":1}}],[\"praises\",{\"1\":{\"27\":1}}],[\"praise\",{\"1\":{\"12\":1}}],[\"preparation\",{\"1\":{\"38\":1}}],[\"prefer\",{\"1\":{\"38\":1}}],[\"preferable\",{\"1\":{\"36\":1}}],[\"preferred\",{\"1\":{\"34\":1}}],[\"preferences\",{\"1\":{\"16\":1,\"33\":1,\"38\":1}}],[\"previously\",{\"1\":{\"36\":1}}],[\"prevention\",{\"1\":{\"37\":1}}],[\"preventing\",{\"1\":{\"28\":1}}],[\"prevent\",{\"1\":{\"35\":2,\"37\":1}}],[\"prevailing\",{\"1\":{\"33\":1}}],[\"precarious\",{\"1\":{\"28\":1}}],[\"precious\",{\"1\":{\"12\":1}}],[\"precisely\",{\"1\":{\"16\":1}}],[\"precise\",{\"1\":{\"12\":2,\"16\":2,\"21\":1,\"27\":1,\"28\":1}}],[\"predominantly\",{\"1\":{\"27\":1}}],[\"preservatives\",{\"1\":{\"38\":1}}],[\"preservation\",{\"1\":{\"12\":1,\"27\":1}}],[\"preserving\",{\"1\":{\"28\":1}}],[\"preserve\",{\"1\":{\"28\":1}}],[\"present\",{\"1\":{\"27\":1}}],[\"presence\",{\"1\":{\"12\":1,\"26\":1}}],[\"progress\",{\"1\":{\"37\":1}}],[\"programs\",{\"1\":{\"28\":1}}],[\"programming\",{\"0\":{\"3\":1,\"5\":1}}],[\"program\",{\"1\":{\"1\":1}}],[\"prolific\",{\"1\":{\"36\":1}}],[\"proliferation\",{\"1\":{\"8\":1}}],[\"propagate\",{\"1\":{\"38\":1,\"39\":1}}],[\"propagating\",{\"0\":{\"38\":1},\"1\":{\"38\":1}}],[\"proposed\",{\"1\":{\"27\":1}}],[\"proposing\",{\"1\":{\"26\":1}}],[\"proper\",{\"1\":{\"17\":1}}],[\"properties\",{\"1\":{\"12\":1}}],[\"propel\",{\"1\":{\"1\":1}}],[\"promptly\",{\"1\":{\"37\":1}}],[\"promoting\",{\"1\":{\"21\":1,\"26\":1,\"33\":1}}],[\"promotes\",{\"1\":{\"35\":1,\"36\":1}}],[\"promote\",{\"1\":{\"12\":1,\"37\":1}}],[\"prominently\",{\"1\":{\"21\":1}}],[\"prone\",{\"1\":{\"16\":1}}],[\"pronounced\",{\"1\":{\"16\":1}}],[\"province\",{\"1\":{\"24\":1,\"27\":6,\"28\":1}}],[\"provinces\",{\"1\":{\"23\":2,\"27\":1}}],[\"provincial\",{\"1\":{\"8\":1}}],[\"provided\",{\"1\":{\"17\":1}}],[\"provides\",{\"1\":{\"16\":2,\"35\":1}}],[\"provide\",{\"1\":{\"16\":2,\"23\":2,\"28\":1,\"36\":1,\"38\":1,\"39\":1}}],[\"providing\",{\"1\":{\"12\":1,\"39\":1}}],[\"produce\",{\"1\":{\"16\":1}}],[\"producers\",{\"1\":{\"12\":1}}],[\"producing\",{\"1\":{\"16\":1,\"17\":1,\"23\":1}}],[\"product\",{\"1\":{\"17\":1}}],[\"production\",{\"1\":{\"12\":1,\"35\":1}}],[\"products\",{\"1\":{\"8\":1}}],[\"protect\",{\"1\":{\"39\":1}}],[\"protected\",{\"1\":{\"12\":2,\"16\":1}}],[\"protection\",{\"1\":{\"12\":2,\"27\":1,\"28\":2,\"33\":1,\"36\":1,\"39\":1}}],[\"problems\",{\"1\":{\"12\":1}}],[\"profile\",{\"1\":{\"17\":1}}],[\"profound\",{\"1\":{\"12\":1,\"27\":1}}],[\"professionalism\",{\"1\":{\"21\":1}}],[\"professional\",{\"1\":{\"1\":2,\"16\":1,\"36\":1}}],[\"processes\",{\"1\":{\"12\":1}}],[\"process\",{\"1\":{\"1\":1,\"16\":1,\"28\":1}}],[\"peat\",{\"1\":{\"38\":1}}],[\"peaking\",{\"1\":{\"17\":1}}],[\"peak\",{\"1\":{\"12\":1,\"33\":1}}],[\"peloria\",{\"1\":{\"28\":1}}],[\"people\",{\"1\":{\"24\":1,\"26\":1,\"27\":3}}],[\"petals\",{\"1\":{\"24\":5}}],[\"petal\",{\"1\":{\"16\":1,\"17\":1,\"24\":3}}],[\"permanganate\",{\"1\":{\"38\":1}}],[\"permits\",{\"1\":{\"33\":1}}],[\"perlite\",{\"1\":{\"38\":1}}],[\"perceived\",{\"1\":{\"28\":1}}],[\"perch\",{\"1\":{\"17\":1}}],[\"per\",{\"1\":{\"24\":2}}],[\"perspective\",{\"1\":{\"27\":1}}],[\"perspectives\",{\"1\":{\"12\":1}}],[\"persisted\",{\"1\":{\"26\":1}}],[\"persistence\",{\"1\":{\"17\":1}}],[\"person\",{\"1\":{\"26\":1}}],[\"period\",{\"1\":{\"12\":1,\"24\":5,\"26\":1,\"35\":1}}],[\"periods\",{\"1\":{\"8\":1,\"33\":1}}],[\"perhaps\",{\"1\":{\"12\":1,\"16\":1}}],[\"perfect\",{\"1\":{\"1\":1,\"23\":1}}],[\"pengyingshu\",{\"1\":{\"7\":1}}],[\"pests\",{\"1\":{\"12\":1,\"35\":1,\"39\":1}}],[\"pest\",{\"1\":{\"1\":1}}],[\"pale\",{\"1\":{\"24\":7,\"36\":1}}],[\"pages\",{\"1\":{\"17\":1}}],[\"pair\",{\"1\":{\"17\":1}}],[\"painted\",{\"1\":{\"12\":1}}],[\"painting\",{\"1\":{\"12\":1}}],[\"paphiopedilum\",{\"1\":{\"17\":6}}],[\"papers\",{\"1\":{\"1\":1,\"17\":1}}],[\"paper\",{\"1\":{\"1\":1}}],[\"parrot\",{\"1\":{\"24\":1}}],[\"parviflorum\",{\"1\":{\"17\":1}}],[\"parasites\",{\"1\":{\"17\":1}}],[\"parents\",{\"1\":{\"16\":1}}],[\"partial\",{\"1\":{\"33\":1,\"36\":1,\"39\":1}}],[\"particularly\",{\"1\":{\"17\":3,\"36\":1}}],[\"particular\",{\"1\":{\"12\":1,\"16\":4}}],[\"participant\",{\"1\":{\"12\":1}}],[\"participated\",{\"1\":{\"1\":1}}],[\"parts\",{\"1\":{\"16\":1,\"17\":1,\"37\":1}}],[\"part\",{\"1\":{\"12\":2}}],[\"patterns\",{\"1\":{\"16\":1}}],[\"panorama\",{\"1\":{\"12\":1}}],[\"pastries\",{\"1\":{\"1\":1}}],[\"past\",{\"1\":{\"1\":1}}],[\"passionate\",{\"1\":{\"1\":1}}],[\"else\",{\"1\":{\"38\":1}}],[\"elegant\",{\"1\":{\"16\":1,\"28\":1,\"38\":1}}],[\"elegance\",{\"1\":{\"12\":1}}],[\"elevated\",{\"1\":{\"1\":1}}],[\"e\",{\"1\":{\"28\":1}}],[\"equivalent\",{\"1\":{\"27\":2}}],[\"equally\",{\"1\":{\"17\":1}}],[\"edges\",{\"1\":{\"24\":1,\"36\":1}}],[\"educator\",{\"1\":{\"26\":1}}],[\"edu\",{\"1\":{\"17\":2}}],[\"erected\",{\"1\":{\"27\":1}}],[\"eric\",{\"1\":{\"17\":2}}],[\"era\",{\"1\":{\"17\":2,\"27\":1}}],[\"error\",{\"1\":{\"16\":1}}],[\"eupatorium\",{\"1\":{\"27\":3}}],[\"eugenia\",{\"1\":{\"17\":1}}],[\"europe\",{\"1\":{\"17\":5}}],[\"eukaryotic\",{\"1\":{\"16\":1}}],[\"eukarya\",{\"1\":{\"16\":2}}],[\"ep\",{\"1\":{\"17\":1}}],[\"epiphyte\",{\"1\":{\"17\":3}}],[\"epiphytes\",{\"1\":{\"17\":3}}],[\"epiphytic\",{\"1\":{\"17\":2}}],[\"epithet\",{\"1\":{\"16\":3}}],[\"either\",{\"1\":{\"16\":1}}],[\"eight\",{\"1\":{\"16\":3}}],[\"essential\",{\"1\":{\"28\":1,\"33\":3,\"35\":1,\"36\":1}}],[\"essentially\",{\"1\":{\"16\":1}}],[\"estimates\",{\"1\":{\"28\":1}}],[\"estimating\",{\"1\":{\"17\":1}}],[\"esteemed\",{\"1\":{\"21\":1}}],[\"established\",{\"1\":{\"16\":1,\"28\":1}}],[\"establishing\",{\"1\":{\"12\":1}}],[\"establish\",{\"1\":{\"12\":1}}],[\"especially\",{\"1\":{\"17\":1,\"33\":1,\"34\":1,\"39\":1}}],[\"ethics\",{\"1\":{\"26\":1}}],[\"etymology\",{\"1\":{\"17\":1}}],[\"etc\",{\"1\":{\"17\":1,\"38\":1}}],[\"et\",{\"1\":{\"12\":6,\"17\":5,\"28\":3}}],[\"effort\",{\"1\":{\"24\":1}}],[\"efforts\",{\"1\":{\"12\":2,\"21\":1,\"28\":2}}],[\"effects\",{\"1\":{\"17\":1}}],[\"efficient\",{\"1\":{\"12\":2}}],[\"emerges\",{\"1\":{\"35\":1,\"39\":1}}],[\"emerged\",{\"1\":{\"12\":1}}],[\"emit\",{\"1\":{\"27\":1}}],[\"emotions\",{\"1\":{\"26\":1}}],[\"empowering\",{\"1\":{\"28\":1}}],[\"employed\",{\"1\":{\"16\":1,\"35\":1}}],[\"emphasis\",{\"1\":{\"12\":1}}],[\"emphasize\",{\"1\":{\"8\":1,\"16\":1}}],[\"embraces\",{\"1\":{\"16\":1}}],[\"embryonic\",{\"1\":{\"16\":2}}],[\"emanating\",{\"1\":{\"12\":1}}],[\"ecosystem\",{\"1\":{\"23\":1}}],[\"ecosystems\",{\"1\":{\"16\":1}}],[\"ecology\",{\"1\":{\"12\":3}}],[\"ecological\",{\"1\":{\"12\":1,\"16\":1,\"17\":1,\"27\":1,\"28\":1}}],[\"economic\",{\"1\":{\"8\":1,\"12\":1,\"17\":1,\"26\":1}}],[\"east\",{\"1\":{\"36\":1}}],[\"easiest\",{\"1\":{\"17\":1}}],[\"easy\",{\"1\":{\"12\":1,\"24\":2}}],[\"each\",{\"1\":{\"12\":1,\"16\":4,\"21\":1,\"24\":1,\"38\":4}}],[\"earns\",{\"1\":{\"24\":2}}],[\"earned\",{\"1\":{\"1\":1,\"12\":1}}],[\"earliest\",{\"1\":{\"17\":2}}],[\"early\",{\"1\":{\"12\":2,\"17\":1,\"26\":1,\"35\":1,\"38\":1}}],[\"earth\",{\"1\":{\"1\":1}}],[\"evaluate\",{\"1\":{\"28\":1}}],[\"evaluation\",{\"1\":{\"1\":1}}],[\"evidence\",{\"1\":{\"26\":1}}],[\"evolved\",{\"1\":{\"17\":2}}],[\"evolution\",{\"1\":{\"12\":1,\"28\":1}}],[\"evolutionary\",{\"1\":{\"12\":1,\"16\":1}}],[\"eventually\",{\"1\":{\"17\":1}}],[\"even\",{\"1\":{\"12\":1,\"17\":1,\"21\":1,\"23\":1,\"27\":1,\"33\":2,\"36\":1,\"38\":2}}],[\"everything\",{\"1\":{\"16\":1}}],[\"every\",{\"1\":{\"12\":2,\"24\":1,\"38\":1,\"39\":1}}],[\"exmaple\",{\"1\":{\"27\":1}}],[\"exquisite\",{\"1\":{\"27\":1}}],[\"exacerbates\",{\"1\":{\"28\":1}}],[\"exact\",{\"1\":{\"17\":1,\"28\":2}}],[\"examples\",{\"1\":{\"16\":1,\"17\":3,\"28\":1}}],[\"example\",{\"1\":{\"16\":7,\"17\":1,\"23\":1}}],[\"exposure\",{\"1\":{\"33\":1,\"36\":2}}],[\"express\",{\"1\":{\"26\":1}}],[\"expedition\",{\"1\":{\"21\":1,\"23\":1,\"27\":1}}],[\"expeditions\",{\"1\":{\"17\":1}}],[\"experience\",{\"1\":{\"1\":1,\"23\":1}}],[\"exploration\",{\"1\":{\"17\":1}}],[\"explicitly\",{\"1\":{\"16\":1}}],[\"expand\",{\"1\":{\"16\":1}}],[\"existence\",{\"1\":{\"27\":2}}],[\"existing\",{\"1\":{\"21\":1}}],[\"exists\",{\"1\":{\"16\":1,\"21\":1}}],[\"exist\",{\"1\":{\"16\":1}}],[\"exemplifies\",{\"1\":{\"16\":1}}],[\"extinction\",{\"1\":{\"28\":1}}],[\"extinctions\",{\"1\":{\"12\":1}}],[\"extends\",{\"1\":{\"21\":1}}],[\"extent\",{\"1\":{\"17\":1}}],[\"extension\",{\"1\":{\"17\":1}}],[\"extensive\",{\"1\":{\"12\":2,\"27\":1}}],[\"extensively\",{\"1\":{\"12\":1,\"17\":1}}],[\"extreme\",{\"1\":{\"17\":2}}],[\"extolled\",{\"1\":{\"17\":1}}],[\"excess\",{\"1\":{\"36\":1}}],[\"excessive\",{\"1\":{\"12\":1,\"36\":1}}],[\"exceptional\",{\"1\":{\"12\":1}}],[\"except\",{\"1\":{\"12\":1,\"16\":1}}],[\"exhibition\",{\"1\":{\"21\":3}}],[\"exhibit\",{\"1\":{\"12\":1,\"16\":1}}],[\"exotic\",{\"1\":{\"12\":1,\"17\":8}}],[\"enhanced\",{\"1\":{\"35\":1}}],[\"enhances\",{\"1\":{\"35\":1}}],[\"enhance\",{\"1\":{\"28\":1}}],[\"enhancing\",{\"1\":{\"12\":1}}],[\"enable\",{\"1\":{\"28\":1}}],[\"en\",{\"1\":{\"17\":3,\"28\":2}}],[\"enjoy\",{\"1\":{\"17\":1}}],[\"enough\",{\"1\":{\"17\":1,\"38\":1}}],[\"english\",{\"1\":{\"17\":2,\"21\":2}}],[\"england\",{\"1\":{\"17\":2}}],[\"engaged\",{\"1\":{\"1\":1}}],[\"ensure\",{\"1\":{\"21\":1,\"35\":1,\"39\":2}}],[\"ensuring\",{\"1\":{\"16\":1}}],[\"ensifolium\",{\"1\":{\"12\":1,\"21\":1,\"23\":1,\"24\":3,\"27\":2}}],[\"enters\",{\"1\":{\"35\":1,\"39\":1}}],[\"entire\",{\"1\":{\"16\":2,\"17\":1}}],[\"entities\",{\"1\":{\"16\":2}}],[\"enthusiasts\",{\"1\":{\"12\":1,\"17\":2,\"28\":1}}],[\"enthusiastically\",{\"1\":{\"1\":1}}],[\"encourage\",{\"1\":{\"37\":1}}],[\"encompass\",{\"1\":{\"17\":1}}],[\"encompasses\",{\"1\":{\"16\":7}}],[\"encompassing\",{\"1\":{\"12\":1,\"16\":1,\"28\":1}}],[\"enclosed\",{\"1\":{\"16\":1}}],[\"enchanting\",{\"1\":{\"12\":1}}],[\"enduring\",{\"1\":{\"26\":1}}],[\"endangered\",{\"1\":{\"12\":1,\"17\":2,\"28\":1}}],[\"end\",{\"1\":{\"12\":1,\"17\":1,\"38\":1}}],[\"environments\",{\"1\":{\"16\":1,\"23\":1,\"35\":1}}],[\"environmental\",{\"1\":{\"12\":1,\"27\":1,\"28\":1}}],[\"environment\",{\"0\":{\"32\":1},\"1\":{\"1\":1,\"12\":2,\"27\":1}}],[\"bulbs\",{\"1\":{\"38\":1}}],[\"bulpitt\",{\"1\":{\"17\":1}}],[\"building\",{\"1\":{\"36\":1}}],[\"burned\",{\"1\":{\"36\":1}}],[\"burn\",{\"1\":{\"35\":1}}],[\"butterfly\",{\"1\":{\"12\":1}}],[\"but\",{\"1\":{\"1\":2,\"16\":3,\"17\":4,\"21\":1,\"24\":2,\"26\":3,\"28\":1,\"35\":1,\"38\":4,\"39\":1}}],[\"b\",{\"1\":{\"17\":2,\"26\":2}}],[\"bit\",{\"1\":{\"17\":2}}],[\"binomial\",{\"1\":{\"16\":1}}],[\"biochemical\",{\"1\":{\"17\":1}}],[\"biologydictionary\",{\"1\":{\"17\":1}}],[\"biology\",{\"1\":{\"17\":1}}],[\"biological\",{\"1\":{\"16\":2}}],[\"biodiversity\",{\"1\":{\"16\":1}}],[\"biotechnology\",{\"1\":{\"12\":1}}],[\"borders\",{\"1\":{\"21\":1}}],[\"bowl\",{\"1\":{\"17\":1}}],[\"boasts\",{\"1\":{\"28\":1}}],[\"boast\",{\"1\":{\"23\":1}}],[\"boasting\",{\"1\":{\"16\":1,\"28\":1}}],[\"boat\",{\"1\":{\"17\":4}}],[\"boats\",{\"1\":{\"17\":1}}],[\"book\",{\"1\":{\"17\":1,\"27\":1,\"28\":1}}],[\"books\",{\"1\":{\"17\":2}}],[\"bottom\",{\"1\":{\"38\":1}}],[\"botony\",{\"1\":{\"21\":1}}],[\"both\",{\"1\":{\"17\":2,\"21\":1,\"34\":1}}],[\"botany\",{\"1\":{\"12\":1,\"21\":1}}],[\"botanist\",{\"1\":{\"17\":2}}],[\"botanists\",{\"1\":{\"12\":1,\"21\":1,\"26\":1,\"27\":2}}],[\"botanically\",{\"1\":{\"12\":1,\"21\":1}}],[\"botanical\",{\"1\":{\"12\":2,\"16\":2,\"17\":6,\"21\":3,\"23\":1,\"26\":1,\"27\":5,\"28\":2}}],[\"body\",{\"1\":{\"16\":1}}],[\"bound\",{\"1\":{\"16\":1}}],[\"bmw\",{\"1\":{\"12\":1}}],[\"by\",{\"1\":{\"12\":5,\"16\":10,\"17\":9,\"21\":3,\"23\":1,\"26\":5,\"27\":3,\"28\":5,\"37\":2,\"38\":3}}],[\"bce\",{\"1\":{\"26\":1}}],[\"bcarboretum\",{\"1\":{\"17\":1}}],[\"bc\",{\"1\":{\"12\":1,\"17\":1,\"26\":1,\"27\":2}}],[\"ball\",{\"1\":{\"38\":1}}],[\"balanced\",{\"1\":{\"35\":1,\"39\":2}}],[\"balilashaki\",{\"1\":{\"17\":1}}],[\"bao\",{\"1\":{\"27\":1}}],[\"baosuilan\",{\"1\":{\"24\":1}}],[\"ba\",{\"1\":{\"27\":1}}],[\"bark\",{\"1\":{\"38\":2}}],[\"barrie\",{\"1\":{\"17\":1}}],[\"barnabas\",{\"1\":{\"12\":2,\"28\":1}}],[\"banned\",{\"1\":{\"17\":1}}],[\"base\",{\"1\":{\"28\":1,\"35\":1,\"37\":1,\"38\":2}}],[\"based\",{\"1\":{\"16\":4,\"21\":2,\"27\":1,\"33\":1}}],[\"basic\",{\"1\":{\"16\":1}}],[\"bacteria\",{\"1\":{\"16\":1}}],[\"backfilling\",{\"1\":{\"38\":1}}],[\"background\",{\"0\":{\"28\":1},\"1\":{\"17\":1}}],[\"back\",{\"1\":{\"12\":1,\"17\":2,\"21\":1,\"26\":2,\"27\":1,\"39\":1}}],[\"bakery\",{\"1\":{\"1\":1}}],[\"blend\",{\"1\":{\"17\":1}}],[\"blending\",{\"1\":{\"1\":1}}],[\"bletilla\",{\"1\":{\"17\":4}}],[\"bletillas\",{\"1\":{\"17\":1}}],[\"blueprint\",{\"1\":{\"16\":1}}],[\"bloom\",{\"1\":{\"12\":2,\"24\":1,\"26\":1,\"33\":1,\"35\":1,\"38\":1}}],[\"blooms\",{\"1\":{\"12\":1,\"17\":2,\"24\":1,\"27\":2,\"36\":2,\"37\":2,\"38\":1}}],[\"blooming\",{\"1\":{\"8\":1,\"24\":11,\"35\":1,\"36\":1,\"37\":5,\"38\":1}}],[\"beds\",{\"1\":{\"39\":1}}],[\"best\",{\"1\":{\"38\":2,\"39\":1}}],[\"begins\",{\"1\":{\"39\":1}}],[\"begin\",{\"1\":{\"37\":1}}],[\"began\",{\"1\":{\"17\":2}}],[\"before\",{\"1\":{\"34\":1,\"35\":1,\"37\":1,\"38\":3}}],[\"beyond\",{\"1\":{\"21\":1,\"27\":1,\"28\":1}}],[\"behind\",{\"1\":{\"17\":1}}],[\"behavioral\",{\"1\":{\"16\":2}}],[\"believe\",{\"1\":{\"21\":1,\"26\":1,\"27\":1}}],[\"belize\",{\"1\":{\"17\":1}}],[\"below\",{\"1\":{\"12\":1,\"16\":1,\"23\":1,\"27\":1}}],[\"belongs\",{\"1\":{\"16\":1,\"27\":1}}],[\"belong\",{\"1\":{\"12\":1,\"16\":4,\"21\":1,\"26\":1}}],[\"became\",{\"1\":{\"17\":1}}],[\"because\",{\"1\":{\"16\":1,\"17\":1,\"21\":1,\"24\":1}}],[\"becomes\",{\"1\":{\"16\":1,\"39\":1}}],[\"become\",{\"1\":{\"12\":1,\"17\":1,\"27\":1}}],[\"beneficial\",{\"1\":{\"16\":1,\"21\":1,\"33\":1,\"35\":2}}],[\"benefit\",{\"1\":{\"12\":1}}],[\"bean\",{\"1\":{\"24\":1}}],[\"bears\",{\"1\":{\"24\":1}}],[\"bearing\",{\"1\":{\"16\":1}}],[\"beauties\",{\"1\":{\"23\":1}}],[\"beautiful\",{\"1\":{\"12\":1,\"17\":2,\"24\":2,\"26\":1,\"27\":1}}],[\"beauty\",{\"1\":{\"12\":1,\"16\":1,\"17\":1,\"28\":3,\"31\":1}}],[\"being\",{\"1\":{\"12\":1,\"17\":2,\"21\":1,\"26\":1}}],[\"be\",{\"1\":{\"12\":2,\"16\":17,\"17\":4,\"21\":1,\"26\":1,\"27\":1,\"28\":1,\"31\":1,\"33\":1,\"35\":3,\"38\":1}}],[\"between\",{\"1\":{\"8\":1,\"12\":2,\"16\":3,\"27\":2,\"28\":2,\"33\":1,\"38\":1}}],[\"been\",{\"1\":{\"1\":2,\"12\":1,\"16\":2,\"17\":1,\"26\":1}}],[\"brown\",{\"1\":{\"24\":3,\"37\":2}}],[\"broadness\",{\"1\":{\"16\":1}}],[\"broader\",{\"1\":{\"16\":1,\"21\":1}}],[\"broad\",{\"1\":{\"16\":1}}],[\"brazil\",{\"1\":{\"17\":2}}],[\"brand\",{\"1\":{\"12\":1}}],[\"branches\",{\"1\":{\"12\":1,\"17\":1}}],[\"break\",{\"1\":{\"33\":1}}],[\"bred\",{\"1\":{\"17\":1}}],[\"breeders\",{\"1\":{\"17\":1,\"28\":1}}],[\"breeds\",{\"1\":{\"16\":4}}],[\"breeding\",{\"1\":{\"1\":2,\"12\":1,\"16\":3,\"28\":2}}],[\"bright\",{\"1\":{\"36\":1,\"39\":1}}],[\"brief\",{\"1\":{\"28\":1}}],[\"brink\",{\"1\":{\"28\":1}}],[\"bring\",{\"1\":{\"1\":1,\"33\":1}}],[\"britannica\",{\"1\":{\"17\":1}}],[\"britain\",{\"1\":{\"17\":1}}],[\"british\",{\"1\":{\"1\":1}}],[\"bridging\",{\"1\":{\"12\":1}}],[\"mcgregor\",{\"1\":{\"17\":1}}],[\"minimal\",{\"1\":{\"39\":1}}],[\"minimum\",{\"1\":{\"36\":1}}],[\"minimize\",{\"1\":{\"33\":1,\"37\":2}}],[\"minhajur\",{\"1\":{\"17\":1}}],[\"mix\",{\"1\":{\"31\":1,\"34\":2,\"38\":6}}],[\"millennia\",{\"1\":{\"28\":1}}],[\"millersville\",{\"1\":{\"17\":1}}],[\"microclimates\",{\"1\":{\"23\":1}}],[\"mikeparkbooks\",{\"1\":{\"17\":1}}],[\"misting\",{\"1\":{\"33\":1,\"34\":1}}],[\"misuses\",{\"1\":{\"17\":1}}],[\"missed\",{\"1\":{\"35\":1}}],[\"miss\",{\"1\":{\"17\":1}}],[\"misclassification\",{\"1\":{\"8\":1}}],[\"middle\",{\"1\":{\"16\":1}}],[\"might\",{\"1\":{\"16\":2,\"17\":1,\"21\":1}}],[\"mulch\",{\"1\":{\"39\":2}}],[\"multiple\",{\"1\":{\"24\":4}}],[\"multitude\",{\"1\":{\"12\":1,\"17\":1}}],[\"much\",{\"1\":{\"27\":1,\"33\":1}}],[\"mushy\",{\"1\":{\"34\":1}}],[\"musharof\",{\"1\":{\"12\":1}}],[\"must\",{\"1\":{\"16\":1,\"27\":1}}],[\"mutations\",{\"1\":{\"12\":1,\"16\":1}}],[\"moist\",{\"1\":{\"38\":4}}],[\"moisture\",{\"1\":{\"17\":1,\"35\":1,\"39\":1}}],[\"movement\",{\"1\":{\"33\":1}}],[\"moves\",{\"1\":{\"23\":1}}],[\"mountainous\",{\"1\":{\"27\":1}}],[\"mountains\",{\"1\":{\"12\":1}}],[\"moth\",{\"1\":{\"17\":1}}],[\"moss\",{\"1\":{\"16\":1,\"38\":1}}],[\"mosses\",{\"1\":{\"16\":1}}],[\"most\",{\"1\":{\"16\":6,\"17\":6,\"21\":1,\"24\":2,\"27\":2,\"33\":1}}],[\"months\",{\"1\":{\"38\":1}}],[\"month\",{\"1\":{\"34\":1}}],[\"monitor\",{\"1\":{\"28\":1}}],[\"monitoring\",{\"1\":{\"1\":1,\"28\":1}}],[\"monocots\",{\"1\":{\"16\":1}}],[\"monocotyledonae\",{\"1\":{\"16\":1}}],[\"moderately\",{\"1\":{\"38\":1}}],[\"moderate\",{\"1\":{\"35\":1}}],[\"modern\",{\"0\":{\"16\":1,\"26\":1},\"1\":{\"16\":3,\"17\":1,\"26\":3,\"27\":2}}],[\"modesty\",{\"1\":{\"28\":1}}],[\"models\",{\"1\":{\"12\":1}}],[\"mohammad\",{\"1\":{\"12\":1}}],[\"molecular\",{\"1\":{\"12\":1,\"17\":1}}],[\"morning\",{\"1\":{\"36\":2}}],[\"morphology\",{\"1\":{\"12\":2,\"27\":1}}],[\"more\",{\"1\":{\"1\":2,\"12\":1,\"16\":8,\"17\":4,\"21\":1,\"26\":1,\"27\":4,\"34\":2,\"37\":1,\"39\":1}}],[\"maximum\",{\"1\":{\"36\":1}}],[\"macaque\",{\"1\":{\"27\":1,\"28\":1}}],[\"machine\",{\"1\":{\"1\":1}}],[\"magistrate\",{\"1\":{\"27\":1}}],[\"mature\",{\"1\":{\"21\":1}}],[\"mated\",{\"1\":{\"16\":1}}],[\"malipoense\",{\"1\":{\"17\":1}}],[\"malaysia\",{\"1\":{\"17\":1}}],[\"mainstream\",{\"1\":{\"27\":1}}],[\"mainly\",{\"1\":{\"23\":1}}],[\"maintaining\",{\"1\":{\"35\":1}}],[\"maintain\",{\"1\":{\"16\":1,\"35\":1,\"37\":1}}],[\"maintained\",{\"1\":{\"16\":2}}],[\"main\",{\"1\":{\"16\":1,\"23\":3,\"38\":1}}],[\"march\",{\"1\":{\"24\":5}}],[\"martha\",{\"1\":{\"12\":1}}],[\"marked\",{\"1\":{\"17\":1}}],[\"markets\",{\"1\":{\"28\":2}}],[\"marketable\",{\"1\":{\"16\":1}}],[\"marketing\",{\"1\":{\"12\":1}}],[\"market\",{\"1\":{\"12\":3}}],[\"marks\",{\"1\":{\"16\":1}}],[\"mark\",{\"1\":{\"12\":1}}],[\"making\",{\"1\":{\"12\":1,\"16\":1}}],[\"makes\",{\"1\":{\"28\":1}}],[\"make\",{\"1\":{\"1\":1,\"12\":2,\"16\":1,\"38\":2}}],[\"manure\",{\"1\":{\"35\":1}}],[\"manghe\",{\"1\":{\"27\":1,\"28\":2}}],[\"managed\",{\"1\":{\"37\":2}}],[\"manage\",{\"1\":{\"23\":1}}],[\"management\",{\"1\":{\"1\":1,\"12\":3,\"28\":2}}],[\"many\",{\"1\":{\"12\":2,\"16\":1,\"17\":2,\"21\":2,\"24\":1,\"26\":2,\"27\":1,\"28\":2}}],[\"made\",{\"1\":{\"12\":2,\"17\":3}}],[\"may\",{\"1\":{\"12\":1,\"16\":5,\"17\":1,\"24\":1,\"28\":1,\"34\":1,\"35\":1,\"36\":1,\"37\":1}}],[\"majoring\",{\"1\":{\"1\":1}}],[\"m\",{\"1\":{\"1\":2,\"17\":1}}],[\"merchants\",{\"1\":{\"21\":1}}],[\"mentalfloss\",{\"1\":{\"17\":1}}],[\"mentioned\",{\"1\":{\"27\":2}}],[\"mention\",{\"1\":{\"17\":1,\"26\":1}}],[\"mentioning\",{\"1\":{\"16\":1}}],[\"mentions\",{\"1\":{\"16\":1}}],[\"measures\",{\"1\":{\"17\":1,\"33\":1}}],[\"meaning\",{\"1\":{\"17\":1,\"24\":1}}],[\"meaningful\",{\"1\":{\"12\":1}}],[\"means\",{\"1\":{\"17\":4}}],[\"mesmerizing\",{\"1\":{\"16\":1}}],[\"member\",{\"1\":{\"17\":1}}],[\"members\",{\"1\":{\"12\":1,\"16\":1}}],[\"membrane\",{\"1\":{\"16\":1}}],[\"method\",{\"1\":{\"34\":1,\"38\":1}}],[\"methodological\",{\"1\":{\"16\":1}}],[\"methods\",{\"1\":{\"1\":1,\"17\":1,\"35\":1}}],[\"medium\",{\"1\":{\"35\":1}}],[\"medicine\",{\"1\":{\"12\":1,\"17\":2}}],[\"medicinal\",{\"1\":{\"12\":1,\"17\":2}}],[\"med\",{\"1\":{\"12\":1}}],[\"mei\",{\"1\":{\"12\":1}}],[\"me\",{\"1\":{\"1\":2}}],[\"mythical\",{\"1\":{\"17\":1}}],[\"mystery\",{\"1\":{\"17\":1,\"28\":1}}],[\"my\",{\"1\":{\"1\":6,\"21\":1}}],[\"cm\",{\"1\":{\"24\":2,\"38\":1}}],[\"cyperifolium\",{\"1\":{\"21\":2}}],[\"cypripedium\",{\"1\":{\"17\":2}}],[\"cymbidieae\",{\"1\":{\"17\":1}}],[\"cymbidiums\",{\"1\":{\"17\":8,\"28\":2,\"38\":1}}],[\"cymbidium\",{\"0\":{\"20\":1,\"21\":1,\"23\":1,\"31\":1,\"42\":1},\"1\":{\"8\":2,\"12\":27,\"16\":13,\"17\":18,\"21\":31,\"23\":6,\"24\":23,\"26\":3,\"27\":25,\"28\":27,\"31\":5,\"33\":6,\"34\":1,\"35\":2,\"36\":1,\"38\":5}}],[\"cym\",{\"1\":{\"16\":1}}],[\"circulation\",{\"1\":{\"33\":1,\"37\":1}}],[\"circulate\",{\"1\":{\"33\":1}}],[\"circumvent\",{\"1\":{\"16\":1}}],[\"ci\",{\"1\":{\"27\":1}}],[\"citing\",{\"1\":{\"28\":1}}],[\"cities\",{\"1\":{\"8\":1}}],[\"city\",{\"1\":{\"27\":2}}],[\"cites\",{\"1\":{\"17\":2}}],[\"cluster\",{\"1\":{\"38\":1}}],[\"clusters\",{\"1\":{\"38\":1}}],[\"clumps\",{\"1\":{\"38\":1}}],[\"clean\",{\"1\":{\"38\":3}}],[\"clear\",{\"1\":{\"28\":1}}],[\"clearly\",{\"1\":{\"24\":2}}],[\"clematis\",{\"1\":{\"16\":1}}],[\"cliffs\",{\"1\":{\"23\":1}}],[\"climates\",{\"1\":{\"33\":1}}],[\"climate\",{\"1\":{\"17\":1,\"27\":1,\"39\":1}}],[\"climbing\",{\"1\":{\"16\":1}}],[\"clarification\",{\"1\":{\"16\":1}}],[\"clarify\",{\"1\":{\"16\":1}}],[\"classifying\",{\"1\":{\"28\":1}}],[\"classify\",{\"1\":{\"21\":1}}],[\"classification\",{\"0\":{\"16\":1},\"1\":{\"12\":4,\"16\":7,\"17\":1,\"26\":1,\"27\":1,\"28\":3}}],[\"classified\",{\"1\":{\"12\":1,\"21\":1}}],[\"classic\",{\"1\":{\"17\":1,\"26\":2,\"28\":2}}],[\"class\",{\"1\":{\"16\":3}}],[\"cloned\",{\"1\":{\"16\":1}}],[\"closely\",{\"1\":{\"16\":1}}],[\"close\",{\"1\":{\"16\":1,\"37\":1}}],[\"centers\",{\"1\":{\"28\":2}}],[\"centerfor\",{\"1\":{\"28\":1}}],[\"center\",{\"1\":{\"27\":1,\"28\":8}}],[\"centuries\",{\"1\":{\"12\":1,\"26\":1,\"28\":1}}],[\"century\",{\"1\":{\"12\":2,\"17\":2,\"27\":2}}],[\"ce\",{\"1\":{\"26\":3}}],[\"cell\",{\"1\":{\"28\":1}}],[\"cellular\",{\"1\":{\"17\":1}}],[\"cells\",{\"1\":{\"16\":1}}],[\"cemented\",{\"1\":{\"17\":1}}],[\"certain\",{\"1\":{\"16\":2,\"17\":2}}],[\"cn\",{\"1\":{\"12\":1,\"28\":5}}],[\"c\",{\"1\":{\"12\":10,\"16\":1,\"17\":2,\"21\":7,\"23\":11,\"24\":7,\"26\":2,\"28\":3}}],[\"chu\",{\"1\":{\"27\":1}}],[\"churning\",{\"1\":{\"1\":2}}],[\"choose\",{\"1\":{\"38\":3}}],[\"chosen\",{\"1\":{\"17\":1}}],[\"choy\",{\"1\":{\"12\":2,\"28\":2}}],[\"champion\",{\"1\":{\"27\":1}}],[\"challenging\",{\"1\":{\"24\":1,\"27\":1}}],[\"challenge\",{\"1\":{\"12\":1,\"21\":1,\"28\":1}}],[\"challenges\",{\"1\":{\"8\":1,\"12\":1,\"17\":1}}],[\"charm\",{\"1\":{\"17\":1}}],[\"characterized\",{\"1\":{\"16\":1,\"17\":1}}],[\"characteristic\",{\"1\":{\"16\":1}}],[\"characteristics\",{\"1\":{\"16\":8,\"17\":1,\"23\":1,\"24\":2,\"27\":2,\"28\":1}}],[\"chase\",{\"1\":{\"12\":1}}],[\"changing\",{\"1\":{\"12\":1,\"24\":1,\"36\":1}}],[\"chat\",{\"1\":{\"1\":1}}],[\"check\",{\"1\":{\"39\":1}}],[\"cherished\",{\"1\":{\"8\":1}}],[\"cheap\",{\"1\":{\"1\":1}}],[\"chill\",{\"1\":{\"39\":1}}],[\"chi\",{\"1\":{\"28\":1}}],[\"chinse\",{\"1\":{\"24\":1}}],[\"chines\",{\"0\":{\"42\":1}}],[\"chinese\",{\"0\":{\"20\":1,\"21\":1,\"23\":1,\"31\":1,\"38\":1},\"1\":{\"8\":2,\"12\":26,\"16\":6,\"17\":7,\"21\":21,\"23\":5,\"24\":19,\"26\":11,\"27\":15,\"28\":10,\"31\":3,\"33\":5,\"34\":1,\"35\":2,\"36\":1,\"38\":4}}],[\"chinensis\",{\"1\":{\"16\":1}}],[\"chinaculture\",{\"1\":{\"28\":1}}],[\"chinas\",{\"1\":{\"28\":1}}],[\"china\",{\"0\":{\"23\":1},\"1\":{\"1\":1,\"8\":2,\"12\":11,\"16\":1,\"17\":9,\"21\":6,\"23\":5,\"24\":2,\"26\":3,\"27\":8,\"28\":6,\"31\":1}}],[\"chit\",{\"1\":{\"1\":1}}],[\"critical\",{\"1\":{\"28\":1,\"33\":1}}],[\"crops\",{\"1\":{\"28\":1}}],[\"crossbreed\",{\"1\":{\"17\":1}}],[\"cross\",{\"1\":{\"1\":1,\"17\":1}}],[\"crucial\",{\"1\":{\"28\":1,\"35\":1}}],[\"creation\",{\"0\":{\"28\":1}}],[\"creates\",{\"1\":{\"28\":1}}],[\"created\",{\"1\":{\"12\":1,\"16\":3,\"21\":2,\"28\":1}}],[\"create\",{\"1\":{\"1\":1}}],[\"craze\",{\"1\":{\"17\":1}}],[\"cover\",{\"1\":{\"39\":2}}],[\"covered\",{\"1\":{\"31\":1}}],[\"covers\",{\"1\":{\"1\":1,\"21\":1}}],[\"co\",{\"1\":{\"27\":1,\"28\":3}}],[\"cool\",{\"1\":{\"38\":2}}],[\"cooler\",{\"1\":{\"17\":1,\"33\":1,\"34\":1}}],[\"coordinates\",{\"1\":{\"27\":1}}],[\"costa\",{\"1\":{\"17\":1}}],[\"county\",{\"1\":{\"27\":2}}],[\"country\",{\"1\":{\"17\":1,\"28\":1}}],[\"countries\",{\"1\":{\"17\":3,\"21\":2}}],[\"counter\",{\"1\":{\"26\":1}}],[\"counterparts\",{\"1\":{\"17\":1}}],[\"counterfeiting\",{\"1\":{\"12\":1}}],[\"counterfeit\",{\"1\":{\"8\":1}}],[\"couldn\",{\"1\":{\"26\":1}}],[\"could\",{\"1\":{\"16\":2}}],[\"correlation\",{\"1\":{\"12\":1}}],[\"corner\",{\"1\":{\"12\":1}}],[\"cozzolino\",{\"1\":{\"12\":1}}],[\"code\",{\"1\":{\"1\":1,\"12\":1,\"16\":3,\"17\":4}}],[\"confines\",{\"1\":{\"27\":1}}],[\"confirmed\",{\"1\":{\"27\":1}}],[\"confusion\",{\"1\":{\"16\":1,\"21\":1,\"26\":1}}],[\"confused\",{\"1\":{\"16\":1}}],[\"confucius\",{\"1\":{\"12\":3,\"17\":1,\"26\":6,\"27\":2,\"28\":1}}],[\"congress\",{\"1\":{\"17\":1}}],[\"convention\",{\"1\":{\"17\":1}}],[\"concluded\",{\"1\":{\"27\":1}}],[\"conclusive\",{\"1\":{\"26\":1}}],[\"conclusion\",{\"1\":{\"16\":1}}],[\"concentration\",{\"1\":{\"23\":1}}],[\"concept\",{\"1\":{\"16\":1}}],[\"concepts\",{\"0\":{\"15\":1,\"17\":1},\"1\":{\"16\":1}}],[\"conducive\",{\"1\":{\"27\":1}}],[\"conducting\",{\"1\":{\"12\":1}}],[\"conducted\",{\"1\":{\"1\":1,\"12\":2,\"27\":2}}],[\"conditions\",{\"1\":{\"12\":1,\"17\":1,\"23\":2,\"27\":2,\"31\":1,\"33\":1,\"36\":3}}],[\"consistent\",{\"1\":{\"27\":1}}],[\"consisting\",{\"1\":{\"16\":1}}],[\"consider\",{\"1\":{\"36\":1}}],[\"considerations\",{\"1\":{\"33\":2,\"37\":1}}],[\"considerable\",{\"1\":{\"12\":1}}],[\"considered\",{\"1\":{\"21\":1}}],[\"consequently\",{\"1\":{\"21\":1}}],[\"consequences\",{\"1\":{\"17\":1,\"36\":1}}],[\"consequence\",{\"1\":{\"12\":1}}],[\"conservation\",{\"1\":{\"12\":2,\"17\":1,\"28\":4}}],[\"construction\",{\"1\":{\"12\":1}}],[\"constructed\",{\"1\":{\"8\":1}}],[\"consumers\",{\"1\":{\"12\":1,\"17\":1}}],[\"continuous\",{\"1\":{\"37\":1}}],[\"continue\",{\"1\":{\"17\":1,\"39\":2}}],[\"content\",{\"1\":{\"35\":1}}],[\"contexts\",{\"1\":{\"21\":1}}],[\"context\",{\"1\":{\"12\":1,\"16\":4,\"21\":1}}],[\"control\",{\"1\":{\"33\":1,\"37\":2}}],[\"controversies\",{\"0\":{\"26\":1}}],[\"contribute\",{\"1\":{\"17\":1}}],[\"contributions\",{\"1\":{\"12\":1}}],[\"contributing\",{\"1\":{\"1\":1}}],[\"contrast\",{\"1\":{\"16\":1,\"23\":1}}],[\"container\",{\"1\":{\"38\":2}}],[\"containing\",{\"1\":{\"16\":2}}],[\"contains\",{\"1\":{\"8\":1,\"21\":1}}],[\"colder\",{\"1\":{\"33\":1,\"39\":1}}],[\"cold\",{\"1\":{\"24\":1,\"27\":1,\"39\":3}}],[\"colombia\",{\"1\":{\"17\":1}}],[\"color\",{\"1\":{\"24\":1,\"36\":1}}],[\"colorful\",{\"1\":{\"17\":2}}],[\"colors\",{\"1\":{\"16\":1,\"17\":3}}],[\"collapse\",{\"1\":{\"12\":2}}],[\"collect\",{\"1\":{\"27\":1,\"28\":1}}],[\"collectors\",{\"1\":{\"17\":1}}],[\"collecting\",{\"1\":{\"17\":2,\"21\":1}}],[\"collective\",{\"1\":{\"12\":1,\"21\":1}}],[\"collection\",{\"0\":{\"8\":1},\"1\":{\"1\":1,\"12\":3,\"16\":2,\"21\":1,\"23\":1,\"26\":1,\"28\":2}}],[\"collected\",{\"1\":{\"8\":1}}],[\"columbia\",{\"1\":{\"1\":1}}],[\"comes\",{\"1\":{\"24\":1}}],[\"come\",{\"1\":{\"17\":2,\"24\":1,\"27\":1}}],[\"community\",{\"1\":{\"26\":1,\"27\":1}}],[\"communication\",{\"1\":{\"21\":1}}],[\"communicate\",{\"1\":{\"16\":1}}],[\"common\",{\"1\":{\"16\":5,\"17\":1,\"24\":8,\"26\":1,\"34\":1}}],[\"commonly\",{\"1\":{\"12\":2,\"17\":2,\"27\":1}}],[\"command\",{\"1\":{\"12\":1}}],[\"commerce\",{\"1\":{\"12\":1}}],[\"commercially\",{\"1\":{\"17\":1}}],[\"commercialization\",{\"1\":{\"12\":1}}],[\"commercial\",{\"1\":{\"8\":1,\"12\":1,\"38\":1}}],[\"committed\",{\"1\":{\"1\":1}}],[\"compost\",{\"1\":{\"35\":1}}],[\"composite\",{\"1\":{\"12\":1}}],[\"computers\",{\"1\":{\"27\":1}}],[\"competitive\",{\"1\":{\"17\":2}}],[\"comparatively\",{\"1\":{\"27\":1}}],[\"comparative\",{\"1\":{\"17\":1}}],[\"comparing\",{\"1\":{\"16\":1}}],[\"compared\",{\"1\":{\"16\":1}}],[\"complete\",{\"1\":{\"35\":1}}],[\"completed\",{\"1\":{\"26\":1}}],[\"completely\",{\"1\":{\"16\":1}}],[\"complexity\",{\"1\":{\"21\":1,\"31\":1}}],[\"complex\",{\"1\":{\"8\":1}}],[\"comprising\",{\"1\":{\"16\":1}}],[\"comprehensive\",{\"1\":{\"1\":1,\"12\":1,\"16\":2,\"28\":1}}],[\"com\",{\"1\":{\"7\":1,\"17\":5,\"28\":4}}],[\"customized\",{\"1\":{\"28\":1}}],[\"customs\",{\"1\":{\"16\":1}}],[\"curious\",{\"1\":{\"12\":1}}],[\"current\",{\"1\":{\"8\":1}}],[\"currently\",{\"1\":{\"1\":1,\"12\":1}}],[\"cultigen\",{\"1\":{\"17\":1}}],[\"cultigens\",{\"1\":{\"16\":1}}],[\"cultivate\",{\"1\":{\"17\":1}}],[\"cultivated\",{\"1\":{\"12\":1,\"16\":3,\"17\":5,\"21\":1,\"24\":3,\"28\":1}}],[\"cultivation\",{\"1\":{\"1\":5,\"8\":1,\"12\":7,\"16\":1,\"17\":3,\"21\":3,\"23\":1,\"24\":9,\"26\":1,\"28\":4,\"31\":1,\"33\":2,\"36\":2}}],[\"cultivarorvariety\",{\"1\":{\"17\":1}}],[\"cultivar\",{\"1\":{\"8\":1,\"16\":15,\"17\":3,\"21\":2,\"24\":1,\"28\":3}}],[\"cultivars\",{\"1\":{\"8\":4,\"12\":9,\"16\":16,\"17\":1,\"21\":2,\"23\":1,\"24\":2,\"27\":3,\"28\":10,\"33\":3}}],[\"culture\",{\"1\":{\"12\":2,\"16\":1,\"21\":3,\"26\":1,\"27\":1,\"28\":3,\"38\":1}}],[\"cultural\",{\"1\":{\"8\":1,\"12\":3,\"17\":2,\"28\":2,\"31\":1}}],[\"cutting\",{\"1\":{\"39\":1}}],[\"cuttings\",{\"1\":{\"16\":1,\"38\":6}}],[\"cut\",{\"1\":{\"1\":1,\"17\":1,\"37\":1,\"38\":5}}],[\"call\",{\"1\":{\"26\":1}}],[\"called\",{\"1\":{\"26\":1}}],[\"calling\",{\"1\":{\"24\":1}}],[\"calligraphy\",{\"1\":{\"12\":1}}],[\"cause\",{\"1\":{\"36\":1}}],[\"causing\",{\"1\":{\"17\":1,\"35\":1}}],[\"caution\",{\"1\":{\"1\":1}}],[\"cas\",{\"1\":{\"28\":2}}],[\"casually\",{\"1\":{\"16\":1}}],[\"cases\",{\"1\":{\"16\":1}}],[\"captured\",{\"1\":{\"21\":1,\"23\":1}}],[\"captivated\",{\"1\":{\"17\":2,\"28\":1}}],[\"captivating\",{\"1\":{\"17\":2,\"31\":1}}],[\"capitalized\",{\"1\":{\"16\":1}}],[\"capable\",{\"1\":{\"16\":2}}],[\"category\",{\"1\":{\"17\":1,\"21\":2}}],[\"categorizing\",{\"1\":{\"16\":1}}],[\"categorized\",{\"1\":{\"16\":1}}],[\"categorization\",{\"1\":{\"16\":1}}],[\"cattleya\",{\"1\":{\"16\":2,\"17\":1}}],[\"cattleyas\",{\"1\":{\"12\":1,\"17\":1}}],[\"cattle\",{\"1\":{\"16\":1}}],[\"carbendazim\",{\"1\":{\"38\":1}}],[\"care\",{\"1\":{\"17\":2,\"24\":2,\"37\":3,\"38\":1,\"39\":1}}],[\"career\",{\"1\":{\"1\":2}}],[\"carl\",{\"1\":{\"16\":1,\"17\":1}}],[\"carolus\",{\"1\":{\"16\":1,\"17\":1}}],[\"car\",{\"1\":{\"12\":1}}],[\"cannot\",{\"1\":{\"27\":1,\"33\":1}}],[\"can\",{\"1\":{\"12\":3,\"16\":10,\"17\":5,\"23\":1,\"27\":2,\"28\":1,\"33\":5,\"35\":3,\"36\":2,\"37\":1,\"38\":2}}],[\"canada\",{\"1\":{\"1\":1}}],[\"t20230602\",{\"1\":{\"28\":1}}],[\"t20140122\",{\"1\":{\"28\":1}}],[\"t20151014\",{\"1\":{\"28\":1}}],[\"twice\",{\"1\":{\"38\":1}}],[\"twentieth\",{\"1\":{\"27\":1}}],[\"two\",{\"1\":{\"12\":4,\"16\":2,\"27\":2,\"38\":2}}],[\"turland\",{\"1\":{\"17\":1}}],[\"tubers\",{\"1\":{\"17\":1}}],[\"t\",{\"1\":{\"16\":3,\"17\":1,\"21\":1,\"26\":2}}],[\"timing\",{\"1\":{\"35\":1,\"38\":1}}],[\"times\",{\"1\":{\"16\":1,\"34\":3}}],[\"time\",{\"1\":{\"1\":2,\"12\":1,\"17\":2,\"24\":8,\"26\":1,\"28\":1}}],[\"tips\",{\"1\":{\"34\":1,\"35\":1}}],[\"tissue\",{\"1\":{\"16\":1,\"38\":1}}],[\"typical\",{\"1\":{\"16\":1}}],[\"typically\",{\"1\":{\"12\":1,\"16\":2,\"21\":1}}],[\"types\",{\"1\":{\"16\":1,\"17\":1,\"23\":2}}],[\"type\",{\"1\":{\"12\":1,\"28\":1,\"34\":1}}],[\"temperature\",{\"0\":{\"33\":1},\"1\":{\"33\":7}}],[\"temperatures\",{\"1\":{\"23\":2,\"27\":4,\"33\":4}}],[\"temperate\",{\"1\":{\"17\":1}}],[\"text\",{\"1\":{\"21\":1}}],[\"texts\",{\"1\":{\"16\":1,\"26\":1}}],[\"testicles\",{\"1\":{\"17\":1}}],[\"testicle\",{\"1\":{\"17\":1}}],[\"ten\",{\"1\":{\"27\":1}}],[\"tend\",{\"1\":{\"17\":1}}],[\"tens\",{\"1\":{\"12\":1}}],[\"terrestrials\",{\"1\":{\"17\":1}}],[\"terrestrial\",{\"1\":{\"12\":1,\"16\":1,\"17\":5,\"21\":1}}],[\"terminology\",{\"1\":{\"16\":1}}],[\"term\",{\"1\":{\"12\":1,\"16\":7,\"17\":8,\"21\":7,\"24\":1,\"26\":1}}],[\"technically\",{\"1\":{\"16\":1}}],[\"techniques\",{\"1\":{\"1\":1,\"8\":2,\"12\":1,\"16\":1,\"17\":1,\"31\":1,\"35\":1,\"37\":1}}],[\"technology\",{\"1\":{\"1\":1,\"21\":1}}],[\"tarp\",{\"1\":{\"39\":1}}],[\"targeted\",{\"1\":{\"28\":2}}],[\"task\",{\"1\":{\"38\":1}}],[\"tasks\",{\"1\":{\"37\":1}}],[\"tap\",{\"1\":{\"34\":1}}],[\"tapers\",{\"1\":{\"23\":1}}],[\"tapestry\",{\"1\":{\"8\":1,\"16\":1,\"24\":1}}],[\"taxa\",{\"1\":{\"28\":1}}],[\"taxon\",{\"1\":{\"16\":1,\"17\":2}}],[\"taxonomist\",{\"1\":{\"17\":1}}],[\"taxonomic\",{\"0\":{\"16\":1},\"1\":{\"16\":8}}],[\"taxonomy\",{\"1\":{\"12\":1,\"16\":2}}],[\"tang\",{\"1\":{\"26\":4}}],[\"taiwan\",{\"1\":{\"23\":1}}],[\"tall\",{\"1\":{\"36\":1}}],[\"tale\",{\"1\":{\"17\":2}}],[\"talk\",{\"1\":{\"1\":1,\"26\":1}}],[\"take\",{\"1\":{\"17\":1,\"28\":1}}],[\"taking\",{\"1\":{\"16\":1}}],[\"trim\",{\"1\":{\"37\":1}}],[\"triggering\",{\"1\":{\"33\":1}}],[\"tribute\",{\"1\":{\"27\":1}}],[\"tribes\",{\"1\":{\"17\":1}}],[\"truly\",{\"1\":{\"26\":1}}],[\"true\",{\"1\":{\"16\":1,\"17\":1,\"27\":1}}],[\"tropical\",{\"1\":{\"17\":3}}],[\"trends\",{\"1\":{\"12\":1}}],[\"treasured\",{\"1\":{\"28\":1}}],[\"treasures\",{\"1\":{\"17\":1}}],[\"treasure\",{\"1\":{\"12\":1}}],[\"trees\",{\"1\":{\"1\":2,\"17\":2}}],[\"tree\",{\"1\":{\"1\":1,\"36\":1,\"38\":1}}],[\"transplanting\",{\"1\":{\"38\":3}}],[\"transplant\",{\"1\":{\"33\":1,\"38\":1}}],[\"transcriptome\",{\"1\":{\"28\":1}}],[\"transforming\",{\"1\":{\"28\":1}}],[\"transitioning\",{\"1\":{\"33\":1}}],[\"transition\",{\"1\":{\"27\":1}}],[\"translated\",{\"1\":{\"21\":3}}],[\"translates\",{\"1\":{\"17\":1,\"26\":1}}],[\"translations\",{\"1\":{\"21\":1}}],[\"traversed\",{\"1\":{\"26\":1}}],[\"travels\",{\"1\":{\"26\":1}}],[\"tracking\",{\"1\":{\"28\":1}}],[\"tracing\",{\"1\":{\"21\":1}}],[\"traced\",{\"1\":{\"12\":1,\"17\":2}}],[\"tragic\",{\"1\":{\"17\":1}}],[\"traders\",{\"1\":{\"17\":1}}],[\"trademark\",{\"1\":{\"16\":2}}],[\"trade\",{\"1\":{\"12\":2,\"17\":2,\"28\":3}}],[\"traded\",{\"1\":{\"12\":1}}],[\"tradition\",{\"1\":{\"28\":2}}],[\"traditionally\",{\"1\":{\"17\":1}}],[\"traditional\",{\"1\":{\"1\":1,\"12\":4,\"17\":1,\"21\":1}}],[\"trading\",{\"1\":{\"12\":1,\"17\":1}}],[\"traits\",{\"1\":{\"12\":2,\"16\":4,\"21\":1}}],[\"training\",{\"1\":{\"1\":1}}],[\"total\",{\"1\":{\"37\":1}}],[\"tolerable\",{\"1\":{\"36\":1}}],[\"tolerance\",{\"1\":{\"33\":1}}],[\"tolerances\",{\"1\":{\"33\":2}}],[\"tolerant\",{\"1\":{\"24\":1,\"27\":1,\"36\":1}}],[\"touch\",{\"1\":{\"39\":1}}],[\"touched\",{\"1\":{\"21\":1}}],[\"tourism\",{\"1\":{\"28\":1}}],[\"too\",{\"1\":{\"33\":1}}],[\"took\",{\"1\":{\"27\":2}}],[\"tool\",{\"1\":{\"12\":1,\"36\":1}}],[\"tools\",{\"0\":{\"5\":1},\"1\":{\"28\":1,\"37\":1,\"38\":2}}],[\"top\",{\"1\":{\"24\":1,\"39\":1}}],[\"topic\",{\"1\":{\"17\":1}}],[\"tomohisa\",{\"1\":{\"17\":1}}],[\"today\",{\"1\":{\"17\":3,\"21\":1,\"26\":1}}],[\"towering\",{\"1\":{\"16\":1}}],[\"tortisepalum\",{\"1\":{\"12\":1,\"21\":1,\"23\":1,\"24\":3}}],[\"to\",{\"1\":{\"1\":7,\"8\":1,\"12\":24,\"16\":43,\"17\":40,\"21\":14,\"23\":2,\"24\":18,\"26\":11,\"27\":9,\"28\":6,\"31\":2,\"33\":7,\"35\":8,\"36\":5,\"37\":6,\"38\":8,\"39\":9}}],[\"thick\",{\"1\":{\"38\":1}}],[\"things\",{\"1\":{\"28\":1}}],[\"thin\",{\"1\":{\"24\":2}}],[\"thinker\",{\"1\":{\"26\":1}}],[\"think\",{\"1\":{\"21\":1,\"27\":1}}],[\"this\",{\"1\":{\"1\":1,\"12\":7,\"16\":12,\"17\":12,\"21\":8,\"26\":4,\"27\":3,\"28\":8,\"31\":1,\"36\":1,\"39\":1}}],[\"thoroughly\",{\"1\":{\"38\":1,\"39\":1}}],[\"though\",{\"1\":{\"27\":1}}],[\"thought\",{\"1\":{\"16\":1,\"17\":1}}],[\"thousands\",{\"1\":{\"12\":1,\"28\":1}}],[\"thousand\",{\"1\":{\"12\":1,\"26\":2,\"27\":2}}],[\"those\",{\"1\":{\"1\":1,\"12\":1,\"16\":4,\"17\":3,\"24\":1,\"26\":1}}],[\"thrombolytic\",{\"1\":{\"17\":1}}],[\"through\",{\"1\":{\"12\":1,\"16\":2,\"24\":1}}],[\"throughout\",{\"1\":{\"1\":1,\"12\":1,\"26\":2,\"37\":1}}],[\"threats\",{\"1\":{\"28\":1}}],[\"threat\",{\"1\":{\"28\":1}}],[\"threatened\",{\"1\":{\"12\":1,\"28\":1}}],[\"three\",{\"1\":{\"12\":1,\"16\":1,\"21\":1,\"24\":1,\"38\":2}}],[\"thriving\",{\"1\":{\"12\":1,\"27\":1}}],[\"thrives\",{\"1\":{\"33\":1}}],[\"thrive\",{\"1\":{\"12\":1,\"17\":1,\"23\":1,\"28\":1,\"39\":1}}],[\"thailand\",{\"1\":{\"17\":1}}],[\"than\",{\"1\":{\"8\":1,\"16\":5,\"17\":3,\"21\":2,\"24\":5,\"26\":2,\"27\":4,\"34\":2,\"37\":1}}],[\"that\",{\"1\":{\"1\":1,\"8\":1,\"12\":3,\"16\":9,\"17\":11,\"21\":4,\"23\":1,\"26\":3,\"27\":7,\"38\":2}}],[\"thepaper\",{\"1\":{\"28\":1}}],[\"then\",{\"1\":{\"27\":1,\"39\":1}}],[\"theophrastus\",{\"1\":{\"17\":1}}],[\"theories\",{\"1\":{\"1\":1}}],[\"theory\",{\"1\":{\"1\":1}}],[\"they\",{\"1\":{\"16\":4,\"17\":9,\"21\":1,\"24\":1,\"26\":1,\"27\":2,\"28\":2,\"31\":1}}],[\"therapeutic\",{\"1\":{\"12\":1}}],[\"therefore\",{\"1\":{\"17\":1,\"28\":1}}],[\"thereafter\",{\"1\":{\"17\":2}}],[\"thereby\",{\"1\":{\"16\":1,\"21\":1}}],[\"there\",{\"1\":{\"12\":1,\"16\":7,\"17\":1,\"21\":1,\"23\":2,\"24\":1,\"26\":1,\"27\":2,\"38\":1,\"39\":1}}],[\"these\",{\"1\":{\"8\":1,\"12\":4,\"16\":9,\"17\":8,\"21\":4,\"23\":6,\"24\":2,\"26\":1,\"27\":5,\"28\":7}}],[\"their\",{\"1\":{\"8\":1,\"12\":8,\"16\":9,\"17\":16,\"21\":1,\"23\":2,\"24\":1,\"26\":2,\"27\":8,\"28\":5,\"31\":2,\"33\":1,\"35\":1,\"39\":1}}],[\"them\",{\"1\":{\"1\":1,\"16\":2,\"17\":2,\"21\":1,\"28\":2,\"33\":1,\"36\":1,\"38\":3}}],[\"the\",{\"0\":{\"28\":1},\"1\":{\"1\":17,\"8\":5,\"12\":48,\"16\":114,\"17\":101,\"21\":31,\"23\":17,\"24\":38,\"26\":32,\"27\":43,\"28\":24,\"31\":4,\"33\":5,\"35\":5,\"37\":4,\"38\":25,\"39\":20}}],[\"aerated\",{\"1\":{\"31\":1,\"34\":1}}],[\"aesthetic\",{\"1\":{\"17\":1}}],[\"avoiding\",{\"1\":{\"37\":1}}],[\"avoid\",{\"1\":{\"21\":1,\"33\":1,\"35\":1,\"36\":1,\"38\":1}}],[\"available\",{\"1\":{\"12\":1,\"17\":1,\"38\":1}}],[\"aosforum\",{\"1\":{\"17\":1}}],[\"air\",{\"1\":{\"17\":3,\"33\":3,\"35\":1,\"37\":1}}],[\"aim\",{\"1\":{\"1\":1}}],[\"against\",{\"1\":{\"39\":1}}],[\"agamous\",{\"1\":{\"12\":1}}],[\"ago\",{\"1\":{\"27\":1}}],[\"age\",{\"1\":{\"12\":1,\"28\":1}}],[\"agriculture\",{\"1\":{\"1\":1}}],[\"agricultural\",{\"1\":{\"1\":2,\"28\":2}}],[\"agronomy\",{\"1\":{\"1\":1}}],[\"ahead\",{\"1\":{\"12\":1}}],[\"affiliated\",{\"1\":{\"16\":1}}],[\"affecting\",{\"1\":{\"12\":1}}],[\"affection\",{\"1\":{\"12\":1}}],[\"afternoon\",{\"1\":{\"36\":2}}],[\"after\",{\"1\":{\"1\":1,\"17\":1,\"21\":1,\"24\":1,\"26\":2,\"35\":1,\"37\":3,\"38\":4,\"39\":3}}],[\"audience\",{\"1\":{\"21\":1}}],[\"au\",{\"1\":{\"17\":1}}],[\"aug09\",{\"1\":{\"17\":1}}],[\"australia\",{\"1\":{\"17\":1}}],[\"auction\",{\"1\":{\"12\":1}}],[\"authentic\",{\"1\":{\"17\":1}}],[\"authorities\",{\"1\":{\"16\":1}}],[\"author\",{\"1\":{\"12\":1,\"21\":2,\"23\":1,\"27\":2,\"37\":2}}],[\"autumn\",{\"1\":{\"12\":1,\"17\":1,\"24\":2,\"26\":1,\"27\":4,\"38\":1}}],[\"aura\",{\"1\":{\"12\":1}}],[\"apart\",{\"1\":{\"38\":1}}],[\"aptly\",{\"1\":{\"12\":1}}],[\"appears\",{\"1\":{\"38\":1}}],[\"appear\",{\"1\":{\"26\":1,\"27\":1,\"38\":1}}],[\"appearing\",{\"1\":{\"26\":1}}],[\"appearance\",{\"1\":{\"12\":1,\"16\":1,\"26\":1,\"28\":2}}],[\"appreciated\",{\"1\":{\"26\":1}}],[\"appreciation\",{\"1\":{\"16\":1,\"26\":1}}],[\"appropriate\",{\"1\":{\"16\":3,\"33\":1}}],[\"approach\",{\"1\":{\"16\":1}}],[\"approximations\",{\"1\":{\"12\":1}}],[\"apply\",{\"1\":{\"37\":1,\"39\":1}}],[\"applied\",{\"1\":{\"35\":1}}],[\"applies\",{\"1\":{\"16\":1}}],[\"application\",{\"1\":{\"1\":2,\"16\":1,\"35\":1}}],[\"applications\",{\"1\":{\"1\":1,\"12\":2,\"35\":1}}],[\"apple\",{\"1\":{\"16\":1,\"36\":1}}],[\"absent\",{\"1\":{\"36\":1}}],[\"absence\",{\"1\":{\"27\":1}}],[\"absolute\",{\"1\":{\"26\":1}}],[\"abc\",{\"1\":{\"17\":1}}],[\"abroad\",{\"1\":{\"17\":2}}],[\"abundant\",{\"1\":{\"17\":1,\"23\":1}}],[\"abundance\",{\"1\":{\"12\":1}}],[\"ability\",{\"1\":{\"12\":1}}],[\"about\",{\"0\":{\"0\":1},\"1\":{\"1\":1,\"12\":2,\"16\":2,\"17\":4,\"26\":2,\"27\":2,\"28\":1}}],[\"adequate\",{\"1\":{\"35\":2}}],[\"adjustment\",{\"1\":{\"37\":1}}],[\"adjustments\",{\"1\":{\"33\":1}}],[\"adjust\",{\"1\":{\"33\":1,\"35\":1}}],[\"adopted\",{\"1\":{\"17\":2}}],[\"adapting\",{\"1\":{\"36\":1}}],[\"adapt\",{\"1\":{\"33\":1}}],[\"adaptability\",{\"1\":{\"31\":1}}],[\"adaptations\",{\"1\":{\"17\":1}}],[\"adaptation\",{\"1\":{\"16\":1}}],[\"adapted\",{\"1\":{\"17\":1}}],[\"address\",{\"1\":{\"37\":1}}],[\"addressing\",{\"1\":{\"16\":1}}],[\"adding\",{\"1\":{\"21\":1}}],[\"addition\",{\"1\":{\"16\":1,\"23\":1}}],[\"additionally\",{\"1\":{\"12\":2,\"17\":1}}],[\"additional\",{\"1\":{\"8\":1,\"16\":2,\"34\":1,\"35\":1}}],[\"adhere\",{\"1\":{\"16\":1}}],[\"advances\",{\"1\":{\"12\":1,\"28\":1}}],[\"advancements\",{\"1\":{\"12\":1}}],[\"advancement\",{\"1\":{\"1\":1}}],[\"admiring\",{\"1\":{\"17\":1}}],[\"admiration\",{\"1\":{\"12\":1}}],[\"administrative\",{\"1\":{\"8\":1}}],[\"annual\",{\"1\":{\"35\":1}}],[\"anhui\",{\"1\":{\"23\":1}}],[\"anatomy\",{\"1\":{\"17\":1}}],[\"analysis\",{\"1\":{\"12\":2,\"28\":1}}],[\"another\",{\"1\":{\"17\":1}}],[\"anything\",{\"1\":{\"17\":1,\"21\":1}}],[\"any\",{\"1\":{\"16\":1,\"39\":1}}],[\"angle\",{\"1\":{\"37\":1}}],[\"anghelescu\",{\"1\":{\"17\":1}}],[\"angus\",{\"1\":{\"16\":1}}],[\"angiospermae\",{\"1\":{\"16\":1}}],[\"animal\",{\"1\":{\"16\":1}}],[\"animals\",{\"1\":{\"16\":3,\"17\":1}}],[\"ancestor\",{\"1\":{\"16\":1}}],[\"ancient\",{\"0\":{\"26\":1},\"1\":{\"12\":1,\"17\":2,\"26\":6,\"27\":3,\"28\":1}}],[\"an\",{\"1\":{\"12\":8,\"16\":2,\"17\":1,\"26\":2,\"28\":3,\"36\":1,\"38\":1,\"39\":1}}],[\"anti\",{\"1\":{\"17\":1}}],[\"antioxidant\",{\"1\":{\"17\":1}}],[\"antiquated\",{\"1\":{\"8\":1}}],[\"anthropocene\",{\"1\":{\"12\":1}}],[\"antarctica\",{\"1\":{\"12\":1}}],[\"and\",{\"0\":{\"26\":1,\"38\":1},\"1\":{\"1\":21,\"8\":6,\"12\":54,\"16\":49,\"17\":71,\"21\":14,\"23\":14,\"24\":13,\"26\":9,\"27\":26,\"28\":31,\"31\":2,\"33\":7,\"34\":4,\"35\":9,\"36\":3,\"37\":11,\"38\":12,\"39\":8}}],[\"argument\",{\"1\":{\"26\":1}}],[\"aromatic\",{\"1\":{\"26\":1}}],[\"around\",{\"1\":{\"12\":1,\"17\":1,\"38\":1,\"39\":1}}],[\"arrival\",{\"1\":{\"17\":1}}],[\"array\",{\"1\":{\"17\":1}}],[\"armeniacum\",{\"1\":{\"17\":1}}],[\"aristocrat\",{\"1\":{\"27\":1}}],[\"aristotle\",{\"1\":{\"17\":1}}],[\"arises\",{\"1\":{\"21\":1}}],[\"arise\",{\"1\":{\"16\":1}}],[\"arising\",{\"1\":{\"12\":1}}],[\"archaea\",{\"1\":{\"16\":1}}],[\"article\",{\"1\":{\"17\":1,\"31\":1},\"2\":{\"14\":1,\"19\":1,\"30\":1,\"41\":1}}],[\"artificially\",{\"1\":{\"12\":1}}],[\"artificial\",{\"1\":{\"1\":1,\"12\":2,\"36\":1}}],[\"area\",{\"1\":{\"12\":1,\"28\":1,\"39\":2}}],[\"areas\",{\"1\":{\"12\":1,\"23\":2}}],[\"are\",{\"1\":{\"8\":1,\"12\":7,\"16\":23,\"17\":20,\"21\":5,\"23\":6,\"24\":6,\"26\":3,\"27\":2,\"28\":2,\"31\":2,\"33\":1,\"35\":2,\"38\":1}}],[\"acquiring\",{\"1\":{\"17\":1}}],[\"acquisition\",{\"1\":{\"8\":1}}],[\"acta\",{\"1\":{\"17\":1,\"28\":1}}],[\"actually\",{\"1\":{\"17\":1,\"21\":1}}],[\"active\",{\"1\":{\"34\":1,\"35\":1,\"37\":1}}],[\"actively\",{\"1\":{\"12\":1,\"16\":1}}],[\"activities\",{\"1\":{\"27\":1}}],[\"activity\",{\"1\":{\"16\":1,\"17\":1}}],[\"acclimate\",{\"1\":{\"36\":1}}],[\"accustomed\",{\"1\":{\"24\":1}}],[\"accurately\",{\"1\":{\"28\":1}}],[\"accurate\",{\"1\":{\"16\":2,\"21\":1,\"28\":1}}],[\"acceptable\",{\"1\":{\"35\":1}}],[\"accepted\",{\"1\":{\"16\":1}}],[\"accelerate\",{\"1\":{\"28\":1}}],[\"accessed\",{\"1\":{\"12\":1,\"17\":14,\"28\":11}}],[\"accompanied\",{\"1\":{\"12\":1}}],[\"accordingly\",{\"1\":{\"33\":1}}],[\"according\",{\"1\":{\"12\":1,\"16\":1}}],[\"accordance\",{\"1\":{\"8\":1,\"21\":1}}],[\"achievements\",{\"1\":{\"12\":1}}],[\"achieve\",{\"1\":{\"12\":1,\"37\":1}}],[\"achieving\",{\"1\":{\"1\":1}}],[\"across\",{\"1\":{\"8\":1,\"12\":1,\"16\":1,\"28\":1}}],[\"academy\",{\"1\":{\"1\":1,\"28\":1}}],[\"academic\",{\"1\":{\"1\":1,\"8\":1,\"21\":1}}],[\"alone\",{\"1\":{\"26\":1}}],[\"along\",{\"1\":{\"12\":1}}],[\"alternative\",{\"1\":{\"38\":1}}],[\"altered\",{\"1\":{\"12\":1}}],[\"although\",{\"1\":{\"21\":1}}],[\"always\",{\"1\":{\"16\":1}}],[\"algae\",{\"1\":{\"16\":1,\"17\":1}}],[\"alex\",{\"1\":{\"12\":1}}],[\"al\",{\"1\":{\"12\":6,\"17\":5,\"28\":3}}],[\"alike\",{\"1\":{\"12\":1}}],[\"almost\",{\"1\":{\"12\":1}}],[\"allowing\",{\"1\":{\"36\":1}}],[\"allows\",{\"1\":{\"28\":1}}],[\"allure\",{\"1\":{\"28\":1}}],[\"all\",{\"1\":{\"1\":4,\"12\":3,\"16\":6,\"17\":7,\"33\":1,\"39\":2}}],[\"also\",{\"1\":{\"1\":2,\"12\":2,\"16\":1,\"17\":3,\"21\":2,\"24\":1,\"27\":2,\"28\":1,\"33\":3,\"35\":1}}],[\"astronomical\",{\"1\":{\"17\":1}}],[\"asteraceae\",{\"1\":{\"12\":1,\"27\":1}}],[\"asia\",{\"1\":{\"17\":2}}],[\"assertion\",{\"1\":{\"27\":1}}],[\"association\",{\"1\":{\"17\":1}}],[\"associated\",{\"1\":{\"12\":1,\"21\":1,\"26\":1}}],[\"assume\",{\"1\":{\"16\":1}}],[\"aspx\",{\"1\":{\"28\":1}}],[\"aspects\",{\"1\":{\"17\":1}}],[\"aspect\",{\"1\":{\"16\":1}}],[\"aspire\",{\"1\":{\"12\":1}}],[\"as\",{\"1\":{\"1\":2,\"12\":10,\"16\":10,\"17\":13,\"21\":9,\"23\":2,\"24\":4,\"26\":8,\"27\":5,\"28\":2,\"33\":2,\"35\":1,\"36\":2,\"38\":2,\"39\":3}}],[\"amplified\",{\"1\":{\"28\":1}}],[\"amy\",{\"1\":{\"17\":1}}],[\"ambition\",{\"1\":{\"17\":1}}],[\"ambiguity\",{\"1\":{\"16\":1,\"28\":1}}],[\"ambiguous\",{\"1\":{\"16\":1}}],[\"among\",{\"1\":{\"17\":3,\"21\":3,\"24\":1,\"26\":1}}],[\"amongst\",{\"1\":{\"17\":1}}],[\"america\",{\"1\":{\"17\":2}}],[\"americas\",{\"1\":{\"17\":1}}],[\"amabilis\",{\"1\":{\"16\":1,\"17\":1}}],[\"amidst\",{\"1\":{\"12\":2}}],[\"am\",{\"1\":{\"1\":2,\"16\":1}}],[\"attention\",{\"1\":{\"38\":1}}],[\"attended\",{\"1\":{\"21\":1}}],[\"attempting\",{\"1\":{\"38\":1}}],[\"attempts\",{\"1\":{\"16\":1}}],[\"attributing\",{\"1\":{\"16\":1}}],[\"attributes\",{\"1\":{\"16\":2,\"17\":1}}],[\"at\",{\"1\":{\"1\":3,\"12\":1,\"16\":3,\"21\":1,\"27\":3,\"28\":2,\"37\":2,\"38\":4,\"39\":1}}],[\"a\",{\"1\":{\"1\":9,\"8\":1,\"12\":21,\"16\":50,\"17\":24,\"21\":12,\"23\":2,\"24\":2,\"26\":12,\"27\":11,\"28\":10,\"33\":4,\"34\":1,\"35\":2,\"36\":3,\"37\":4,\"38\":12,\"39\":6}}],[\"sky\",{\"1\":{\"24\":1}}],[\"skills\",{\"0\":{\"6\":1}}],[\"skill\",{\"0\":{\"2\":1}}],[\"szechuanicum\",{\"1\":{\"21\":2}}],[\"sg\",{\"1\":{\"17\":1}}],[\"sword\",{\"1\":{\"24\":1}}],[\"swartz\",{\"1\":{\"17\":1}}],[\"swedish\",{\"1\":{\"16\":1,\"17\":1}}],[\"small\",{\"1\":{\"27\":1}}],[\"smaller\",{\"1\":{\"16\":2}}],[\"smuggling\",{\"1\":{\"17\":1}}],[\"saturating\",{\"1\":{\"38\":1}}],[\"sanitized\",{\"1\":{\"37\":1}}],[\"samples\",{\"1\":{\"28\":1}}],[\"same\",{\"1\":{\"16\":4,\"24\":1,\"26\":1,\"27\":1,\"38\":1}}],[\"saw\",{\"1\":{\"17\":1,\"26\":1}}],[\"safest\",{\"1\":{\"16\":1}}],[\"saying\",{\"1\":{\"16\":3}}],[\"salvatore\",{\"1\":{\"12\":1}}],[\"scarce\",{\"1\":{\"39\":1}}],[\"scale\",{\"1\":{\"12\":1}}],[\"scorching\",{\"1\":{\"36\":2}}],[\"scene\",{\"1\":{\"26\":1}}],[\"scholars\",{\"1\":{\"26\":1}}],[\"schematic\",{\"1\":{\"24\":1}}],[\"schuh\",{\"1\":{\"17\":1}}],[\"science\",{\"1\":{\"17\":1}}],[\"sciences\",{\"1\":{\"1\":1,\"16\":1,\"28\":2}}],[\"scientia\",{\"1\":{\"12\":1,\"28\":1}}],[\"scientifica\",{\"1\":{\"17\":1}}],[\"scientifically\",{\"1\":{\"17\":1}}],[\"scientific\",{\"1\":{\"12\":3,\"16\":3,\"17\":1,\"21\":3,\"27\":1,\"28\":1}}],[\"symbols\",{\"1\":{\"21\":1}}],[\"symbolism\",{\"1\":{\"17\":2}}],[\"symbolize\",{\"1\":{\"12\":1,\"28\":1}}],[\"systems\",{\"1\":{\"28\":1}}],[\"systematics\",{\"1\":{\"17\":1,\"28\":1}}],[\"systematic\",{\"1\":{\"16\":1}}],[\"systematically\",{\"1\":{\"8\":1}}],[\"system\",{\"0\":{\"16\":1},\"1\":{\"12\":1,\"16\":6,\"17\":1,\"21\":1,\"28\":1}}],[\"slugs\",{\"1\":{\"39\":1}}],[\"slightest\",{\"1\":{\"33\":1}}],[\"slightly\",{\"1\":{\"24\":4}}],[\"slippers\",{\"1\":{\"17\":1}}],[\"slipper\",{\"1\":{\"12\":1}}],[\"sleeves\",{\"1\":{\"1\":1}}],[\"shelter\",{\"1\":{\"39\":1}}],[\"sheltered\",{\"1\":{\"36\":1}}],[\"shears\",{\"1\":{\"37\":1}}],[\"shenzhen\",{\"1\":{\"17\":2}}],[\"shennong\",{\"1\":{\"17\":1}}],[\"shriveled\",{\"1\":{\"34\":1}}],[\"shrouded\",{\"1\":{\"17\":1,\"28\":1}}],[\"shtml\",{\"1\":{\"28\":2}}],[\"shoots\",{\"1\":{\"38\":1}}],[\"short\",{\"1\":{\"33\":1}}],[\"shorter\",{\"1\":{\"24\":1}}],[\"should\",{\"1\":{\"26\":1,\"38\":2}}],[\"showcase\",{\"1\":{\"38\":1}}],[\"showcasing\",{\"1\":{\"16\":1}}],[\"showy\",{\"1\":{\"17\":1}}],[\"show\",{\"1\":{\"1\":1}}],[\"shaded\",{\"1\":{\"39\":1}}],[\"shade\",{\"1\":{\"33\":1,\"36\":3,\"38\":1}}],[\"shades\",{\"1\":{\"27\":1}}],[\"shading\",{\"1\":{\"33\":1}}],[\"shaanxi\",{\"1\":{\"27\":1}}],[\"shanxi\",{\"1\":{\"27\":2,\"28\":1}}],[\"shandong\",{\"1\":{\"27\":2}}],[\"shanghai\",{\"1\":{\"23\":1}}],[\"shaoxing\",{\"1\":{\"21\":1}}],[\"shaped\",{\"1\":{\"24\":11}}],[\"shape\",{\"1\":{\"17\":1,\"24\":1,\"37\":1}}],[\"shapes\",{\"1\":{\"17\":1}}],[\"share\",{\"1\":{\"16\":3}}],[\"shared\",{\"1\":{\"16\":1}}],[\"sharing\",{\"1\":{\"16\":2}}],[\"shihao\",{\"1\":{\"12\":1,\"28\":1}}],[\"shift\",{\"1\":{\"12\":1}}],[\"stimulate\",{\"1\":{\"37\":2}}],[\"still\",{\"1\":{\"16\":1,\"17\":2}}],[\"stop\",{\"1\":{\"39\":1}}],[\"storing\",{\"1\":{\"28\":1}}],[\"stones\",{\"1\":{\"12\":1}}],[\"stunted\",{\"1\":{\"36\":1}}],[\"stumbled\",{\"1\":{\"26\":1,\"27\":1}}],[\"studies\",{\"1\":{\"17\":1,\"27\":1}}],[\"student\",{\"1\":{\"17\":1}}],[\"study\",{\"1\":{\"12\":1,\"16\":1}}],[\"sterile\",{\"1\":{\"38\":1}}],[\"sterilized\",{\"1\":{\"37\":1}}],[\"stern\",{\"1\":{\"17\":1}}],[\"steps\",{\"1\":{\"28\":1,\"38\":1}}],[\"stepping\",{\"1\":{\"12\":1}}],[\"stele\",{\"1\":{\"27\":2}}],[\"stems\",{\"1\":{\"26\":1,\"27\":2,\"33\":1,\"38\":2,\"39\":1}}],[\"stem\",{\"1\":{\"24\":5,\"37\":1,\"38\":6}}],[\"steud\",{\"1\":{\"17\":1}}],[\"stay\",{\"1\":{\"38\":1}}],[\"stalks\",{\"1\":{\"37\":1}}],[\"stage\",{\"1\":{\"34\":1,\"39\":1}}],[\"standing\",{\"1\":{\"33\":1}}],[\"state\",{\"1\":{\"26\":2}}],[\"states\",{\"1\":{\"17\":1}}],[\"start\",{\"1\":{\"17\":1}}],[\"started\",{\"1\":{\"16\":1}}],[\"stable\",{\"1\":{\"16\":1}}],[\"strong\",{\"1\":{\"33\":1}}],[\"strategies\",{\"1\":{\"28\":1}}],[\"strains\",{\"1\":{\"24\":1}}],[\"strap\",{\"1\":{\"24\":8}}],[\"streaks\",{\"1\":{\"36\":1}}],[\"streamlined\",{\"1\":{\"1\":1}}],[\"stress\",{\"1\":{\"33\":1}}],[\"strength\",{\"1\":{\"21\":1}}],[\"structural\",{\"1\":{\"17\":1}}],[\"structures\",{\"1\":{\"16\":2}}],[\"structure\",{\"1\":{\"16\":2}}],[\"structured\",{\"1\":{\"16\":1}}],[\"strictly\",{\"1\":{\"16\":1}}],[\"strides\",{\"1\":{\"12\":1}}],[\"spotlight\",{\"1\":{\"28\":1}}],[\"spots\",{\"1\":{\"24\":4,\"36\":1}}],[\"spread\",{\"1\":{\"27\":2,\"37\":1}}],[\"spring\",{\"1\":{\"12\":1,\"21\":5,\"24\":3,\"26\":1,\"27\":1,\"35\":2,\"38\":2,\"39\":1}}],[\"spirit\",{\"1\":{\"26\":1}}],[\"spikes\",{\"1\":{\"17\":1}}],[\"spurred\",{\"1\":{\"12\":1,\"17\":1,\"21\":1}}],[\"splendor\",{\"1\":{\"12\":1}}],[\"spacing\",{\"1\":{\"38\":1}}],[\"space\",{\"1\":{\"38\":1}}],[\"sparse\",{\"1\":{\"36\":2}}],[\"sparked\",{\"1\":{\"12\":1,\"17\":1}}],[\"spanning\",{\"1\":{\"8\":1,\"17\":1,\"27\":1}}],[\"spawned\",{\"1\":{\"8\":1}}],[\"spells\",{\"1\":{\"34\":1}}],[\"speaks\",{\"1\":{\"26\":1}}],[\"speaking\",{\"1\":{\"16\":1}}],[\"spencer\",{\"1\":{\"17\":1}}],[\"spent\",{\"1\":{\"1\":1,\"37\":2,\"39\":1}}],[\"speice\",{\"1\":{\"16\":1}}],[\"speculation\",{\"1\":{\"12\":1,\"28\":1}}],[\"speculative\",{\"1\":{\"12\":1}}],[\"special\",{\"1\":{\"26\":1,\"33\":1,\"37\":1}}],[\"specializing\",{\"1\":{\"1\":1}}],[\"specimens\",{\"1\":{\"17\":1}}],[\"specify\",{\"1\":{\"16\":1}}],[\"specifying\",{\"1\":{\"16\":1}}],[\"specificity\",{\"1\":{\"16\":2}}],[\"specifically\",{\"1\":{\"16\":1,\"17\":1,\"26\":1,\"27\":3}}],[\"specific\",{\"1\":{\"16\":17,\"17\":2,\"33\":1,\"37\":1}}],[\"species\",{\"1\":{\"8\":3,\"12\":6,\"16\":46,\"17\":10,\"21\":11,\"23\":2,\"24\":2,\"26\":1,\"27\":3,\"28\":2,\"31\":1}}],[\"size\",{\"1\":{\"34\":1,\"37\":3}}],[\"sizes\",{\"1\":{\"17\":1}}],[\"side\",{\"1\":{\"28\":1}}],[\"sit\",{\"1\":{\"34\":1}}],[\"situation\",{\"1\":{\"28\":1}}],[\"situated\",{\"1\":{\"27\":1}}],[\"sites\",{\"1\":{\"17\":1}}],[\"signs\",{\"1\":{\"34\":2}}],[\"signified\",{\"1\":{\"17\":1}}],[\"significantly\",{\"1\":{\"12\":1,\"17\":1}}],[\"significant\",{\"1\":{\"8\":1,\"12\":2,\"21\":2,\"37\":1}}],[\"significance\",{\"1\":{\"8\":1,\"12\":1,\"17\":1,\"21\":1,\"28\":1,\"31\":1}}],[\"sigh\",{\"1\":{\"26\":1}}],[\"sight\",{\"1\":{\"26\":1}}],[\"simplifies\",{\"1\":{\"28\":1}}],[\"simplified\",{\"1\":{\"21\":1}}],[\"simply\",{\"1\":{\"16\":1,\"28\":1}}],[\"similarities\",{\"1\":{\"16\":1}}],[\"similarly\",{\"1\":{\"16\":1,\"21\":1}}],[\"similar\",{\"1\":{\"16\":2,\"17\":1,\"24\":1,\"27\":1,\"28\":1,\"35\":1}}],[\"simultaneously\",{\"1\":{\"12\":1}}],[\"sichuan\",{\"1\":{\"12\":2,\"23\":2,\"28\":1}}],[\"sinica\",{\"1\":{\"28\":1}}],[\"since\",{\"1\":{\"26\":1}}],[\"sing\",{\"1\":{\"28\":1}}],[\"singapore\",{\"1\":{\"17\":2}}],[\"single\",{\"1\":{\"16\":2,\"17\":2,\"24\":2}}],[\"sin\",{\"1\":{\"12\":2,\"28\":2}}],[\"sinense\",{\"1\":{\"12\":2,\"21\":1,\"23\":1,\"24\":3,\"27\":2,\"28\":2}}],[\"six\",{\"1\":{\"8\":1}}],[\"silviculture\",{\"1\":{\"1\":1}}],[\"sow\",{\"1\":{\"39\":2}}],[\"soggy\",{\"1\":{\"38\":1}}],[\"solution\",{\"1\":{\"38\":1}}],[\"solely\",{\"1\":{\"37\":1}}],[\"solitary\",{\"1\":{\"26\":1}}],[\"soil\",{\"1\":{\"34\":3,\"35\":2,\"38\":1,\"39\":4}}],[\"soils\",{\"1\":{\"31\":1}}],[\"soared\",{\"1\":{\"17\":1}}],[\"southern\",{\"1\":{\"23\":1,\"27\":1}}],[\"sought\",{\"1\":{\"17\":1,\"21\":1}}],[\"sources\",{\"1\":{\"28\":1}}],[\"sourced\",{\"1\":{\"12\":1}}],[\"source\",{\"1\":{\"8\":1,\"12\":1,\"16\":1,\"24\":1}}],[\"sometimes\",{\"1\":{\"16\":1,\"17\":1}}],[\"something\",{\"1\":{\"16\":1}}],[\"some\",{\"1\":{\"16\":3,\"17\":8,\"21\":1,\"23\":1,\"24\":2,\"27\":3,\"28\":3,\"33\":2,\"35\":1,\"38\":1,\"39\":1}}],[\"someone\",{\"1\":{\"12\":1,\"17\":1}}],[\"society\",{\"1\":{\"12\":1,\"17\":1}}],[\"songming\",{\"1\":{\"28\":1}}],[\"songs\",{\"1\":{\"27\":1}}],[\"song\",{\"1\":{\"12\":1,\"21\":1}}],[\"software\",{\"0\":{\"2\":1,\"4\":1}}],[\"so\",{\"1\":{\"1\":1,\"16\":5,\"33\":1}}],[\"suits\",{\"1\":{\"38\":1}}],[\"suitable\",{\"1\":{\"16\":1,\"23\":1,\"27\":1,\"35\":1}}],[\"susceptibility\",{\"1\":{\"35\":1}}],[\"sustain\",{\"1\":{\"27\":1}}],[\"sustainable\",{\"1\":{\"12\":1,\"28\":2,\"35\":1}}],[\"sufficient\",{\"1\":{\"35\":1,\"36\":1}}],[\"summary\",{\"1\":{\"28\":1}}],[\"summarize\",{\"1\":{\"27\":1}}],[\"summers\",{\"1\":{\"36\":1}}],[\"summer\",{\"1\":{\"24\":2,\"27\":1,\"34\":2,\"35\":1,\"39\":1}}],[\"sunny\",{\"1\":{\"39\":1}}],[\"sunlight\",{\"0\":{\"36\":1},\"1\":{\"36\":3,\"39\":2}}],[\"sunlit\",{\"1\":{\"23\":1}}],[\"sun\",{\"1\":{\"33\":2,\"36\":5,\"39\":1}}],[\"sunshine\",{\"1\":{\"23\":1,\"39\":1}}],[\"support\",{\"1\":{\"37\":1,\"39\":1}}],[\"supplementing\",{\"1\":{\"35\":1}}],[\"supplemental\",{\"1\":{\"36\":1}}],[\"supplementation\",{\"1\":{\"35\":1}}],[\"supplementary\",{\"1\":{\"16\":1}}],[\"suppression\",{\"1\":{\"35\":1}}],[\"superior\",{\"1\":{\"21\":1,\"27\":1}}],[\"sure\",{\"1\":{\"38\":1}}],[\"surrounding\",{\"1\":{\"35\":1}}],[\"surrounded\",{\"1\":{\"26\":1}}],[\"surprisingly\",{\"1\":{\"28\":1}}],[\"survive\",{\"1\":{\"23\":1,\"27\":1,\"35\":1}}],[\"survival\",{\"1\":{\"12\":1,\"27\":1}}],[\"surge\",{\"1\":{\"17\":1}}],[\"suggest\",{\"1\":{\"16\":1,\"36\":1}}],[\"su\",{\"1\":{\"12\":1,\"28\":1}}],[\"suan\",{\"1\":{\"12\":1,\"28\":1}}],[\"successful\",{\"1\":{\"33\":1}}],[\"successfully\",{\"1\":{\"12\":1}}],[\"such\",{\"1\":{\"1\":1,\"12\":2,\"16\":4,\"17\":3,\"21\":2,\"28\":1,\"36\":1,\"38\":1}}],[\"subtropical\",{\"1\":{\"17\":1}}],[\"subtle\",{\"1\":{\"12\":1,\"16\":1}}],[\"subgroup\",{\"1\":{\"16\":1}}],[\"subordinate\",{\"1\":{\"16\":1}}],[\"subset\",{\"1\":{\"12\":1}}],[\"subclasses\",{\"1\":{\"8\":1}}],[\"subjects\",{\"1\":{\"1\":1}}],[\"s\",{\"1\":{\"1\":4,\"16\":6,\"17\":5,\"21\":4,\"24\":3,\"27\":3,\"28\":2,\"38\":1,\"39\":1}}],[\"segment\",{\"1\":{\"38\":1}}],[\"segments\",{\"1\":{\"38\":1}}],[\"separate\",{\"1\":{\"38\":1}}],[\"separately\",{\"1\":{\"37\":1}}],[\"sept\",{\"1\":{\"12\":1}}],[\"season\",{\"1\":{\"37\":1,\"38\":1,\"39\":1}}],[\"seasonal\",{\"1\":{\"27\":1}}],[\"seasons\",{\"0\":{\"39\":1},\"1\":{\"24\":2,\"33\":1}}],[\"setbacks\",{\"1\":{\"26\":1}}],[\"semi\",{\"1\":{\"23\":1}}],[\"sensitivity\",{\"1\":{\"36\":1}}],[\"sensibilities\",{\"1\":{\"17\":1}}],[\"sense\",{\"1\":{\"16\":1}}],[\"seldom\",{\"1\":{\"23\":1}}],[\"select\",{\"1\":{\"38\":1}}],[\"selection\",{\"1\":{\"16\":1,\"35\":1}}],[\"selectively\",{\"1\":{\"17\":1,\"37\":1}}],[\"selective\",{\"1\":{\"16\":2}}],[\"selected\",{\"1\":{\"16\":2}}],[\"self\",{\"0\":{\"1\":1}}],[\"seyler\",{\"1\":{\"12\":2,\"28\":1}}],[\"serrated\",{\"1\":{\"24\":1}}],[\"serratum\",{\"1\":{\"12\":1,\"21\":1,\"23\":1,\"24\":3}}],[\"series\",{\"1\":{\"17\":1}}],[\"serve\",{\"1\":{\"12\":1,\"16\":1}}],[\"several\",{\"1\":{\"12\":1,\"17\":2,\"21\":2,\"27\":1,\"36\":1}}],[\"sees\",{\"1\":{\"26\":1}}],[\"seems\",{\"1\":{\"12\":1}}],[\"see\",{\"1\":{\"12\":1,\"38\":2}}],[\"seeking\",{\"1\":{\"12\":1,\"16\":1}}],[\"seed\",{\"1\":{\"1\":1}}],[\"seeds\",{\"1\":{\"1\":1,\"16\":3,\"39\":2}}],[\"second\",{\"1\":{\"12\":1,\"16\":1,\"21\":1}}],[\"f\",{\"1\":{\"17\":1}}],[\"feet\",{\"1\":{\"38\":1}}],[\"feeding\",{\"1\":{\"35\":3}}],[\"festival\",{\"1\":{\"24\":1}}],[\"february\",{\"1\":{\"24\":1,\"38\":1}}],[\"fern\",{\"1\":{\"38\":1}}],[\"fertilizing\",{\"1\":{\"39\":1}}],[\"fertilizers\",{\"1\":{\"35\":3}}],[\"fertilizer\",{\"0\":{\"35\":1},\"1\":{\"35\":3,\"37\":1,\"39\":2}}],[\"fertilization\",{\"1\":{\"33\":1,\"35\":6,\"39\":2}}],[\"fertile\",{\"1\":{\"16\":1,\"31\":1}}],[\"fervent\",{\"1\":{\"17\":1}}],[\"fetching\",{\"1\":{\"17\":1}}],[\"fever\",{\"1\":{\"17\":4}}],[\"few\",{\"1\":{\"16\":1,\"27\":1,\"34\":1,\"39\":1}}],[\"featured\",{\"1\":{\"21\":1}}],[\"features\",{\"1\":{\"16\":1,\"17\":1}}],[\"feature\",{\"1\":{\"16\":1}}],[\"feat\",{\"1\":{\"12\":1}}],[\"future\",{\"1\":{\"28\":1,\"37\":1}}],[\"fu\",{\"1\":{\"27\":1}}],[\"fuels\",{\"1\":{\"26\":1}}],[\"fueled\",{\"1\":{\"12\":1,\"26\":1,\"28\":1}}],[\"fujian\",{\"1\":{\"23\":1,\"24\":1,\"28\":1}}],[\"furthermore\",{\"1\":{\"21\":1,\"27\":1}}],[\"further\",{\"1\":{\"16\":2,\"17\":1,\"28\":2,\"37\":2,\"38\":1}}],[\"fungi\",{\"1\":{\"16\":1,\"17\":1}}],[\"fundamental\",{\"1\":{\"16\":2,\"24\":1}}],[\"fuller\",{\"1\":{\"36\":1}}],[\"full\",{\"1\":{\"1\":1,\"26\":1,\"28\":2,\"36\":1,\"39\":1}}],[\"food\",{\"1\":{\"37\":1}}],[\"foliage\",{\"1\":{\"36\":3,\"37\":1}}],[\"following\",{\"1\":{\"28\":1}}],[\"follow\",{\"1\":{\"16\":1,\"38\":1}}],[\"followed\",{\"1\":{\"12\":1,\"16\":1}}],[\"focuses\",{\"1\":{\"31\":1}}],[\"focusing\",{\"1\":{\"12\":1,\"37\":2}}],[\"four\",{\"1\":{\"21\":1,\"24\":1}}],[\"foundation\",{\"1\":{\"16\":1}}],[\"found\",{\"1\":{\"12\":3,\"23\":1,\"27\":4,\"43\":1}}],[\"forward\",{\"1\":{\"28\":1}}],[\"formulation\",{\"1\":{\"28\":1}}],[\"formidable\",{\"1\":{\"28\":1}}],[\"form\",{\"1\":{\"26\":1,\"37\":1}}],[\"formal\",{\"1\":{\"17\":1,\"28\":1}}],[\"format\",{\"1\":{\"16\":1}}],[\"foreign\",{\"1\":{\"21\":1}}],[\"forests\",{\"1\":{\"12\":1,\"17\":1,\"23\":1,\"31\":1}}],[\"forest\",{\"1\":{\"1\":1}}],[\"forestry\",{\"1\":{\"1\":2,\"12\":1,\"28\":1}}],[\"forgery\",{\"1\":{\"12\":1}}],[\"for\",{\"0\":{\"39\":1},\"1\":{\"1\":2,\"8\":1,\"12\":12,\"16\":24,\"17\":9,\"21\":7,\"23\":4,\"24\":8,\"26\":2,\"27\":7,\"28\":8,\"31\":2,\"33\":5,\"34\":1,\"35\":4,\"36\":5,\"37\":2,\"38\":8,\"39\":1}}],[\"fade\",{\"1\":{\"37\":1}}],[\"fast\",{\"1\":{\"34\":2}}],[\"fascination\",{\"1\":{\"17\":1}}],[\"fascinating\",{\"1\":{\"17\":1,\"27\":1}}],[\"fall\",{\"1\":{\"34\":1,\"35\":1,\"39\":2}}],[\"falls\",{\"1\":{\"16\":1}}],[\"fan\",{\"1\":{\"33\":1}}],[\"famous\",{\"1\":{\"27\":1}}],[\"familiar\",{\"1\":{\"21\":1}}],[\"families\",{\"1\":{\"12\":1,\"16\":4}}],[\"family\",{\"1\":{\"12\":6,\"16\":20,\"17\":3,\"27\":1}}],[\"faber\",{\"1\":{\"23\":1}}],[\"faberi\",{\"1\":{\"12\":1,\"21\":1,\"23\":1,\"24\":3,\"27\":10,\"28\":3,\"31\":1}}],[\"fauna\",{\"1\":{\"17\":1}}],[\"farmer\",{\"1\":{\"17\":1}}],[\"fact\",{\"1\":{\"21\":1,\"27\":1}}],[\"facts\",{\"1\":{\"17\":1}}],[\"factors\",{\"1\":{\"16\":1}}],[\"factor\",{\"1\":{\"12\":1}}],[\"faced\",{\"1\":{\"17\":1}}],[\"facilitating\",{\"1\":{\"12\":1,\"16\":1}}],[\"facing\",{\"1\":{\"8\":1,\"26\":1,\"36\":1}}],[\"flexible\",{\"1\":{\"27\":1}}],[\"fleshy\",{\"1\":{\"16\":1}}],[\"fluctuations\",{\"1\":{\"33\":1}}],[\"fluctuate\",{\"1\":{\"16\":1}}],[\"flutter\",{\"1\":{\"12\":1}}],[\"flamboyant\",{\"1\":{\"12\":1,\"17\":1}}],[\"flourish\",{\"1\":{\"36\":1}}],[\"flourishing\",{\"1\":{\"31\":1,\"38\":1}}],[\"floribundum\",{\"1\":{\"21\":2}}],[\"floriculture\",{\"1\":{\"17\":1}}],[\"flora\",{\"1\":{\"17\":1}}],[\"floral\",{\"1\":{\"12\":2,\"16\":3}}],[\"flower\",{\"1\":{\"16\":4,\"17\":7,\"24\":6,\"35\":3,\"37\":2,\"38\":1}}],[\"flowering\",{\"1\":{\"12\":1,\"16\":3,\"17\":1,\"24\":1,\"33\":1,\"35\":1,\"36\":1,\"37\":1,\"38\":2,\"39\":1}}],[\"flowers\",{\"1\":{\"1\":1,\"12\":1,\"16\":4,\"17\":9,\"24\":13,\"26\":1,\"27\":2,\"31\":1,\"37\":2,\"38\":5,\"39\":1}}],[\"flying\",{\"1\":{\"1\":1}}],[\"frequency\",{\"1\":{\"34\":4,\"35\":1,\"37\":1,\"39\":1}}],[\"frequent\",{\"1\":{\"12\":1,\"34\":1}}],[\"freezing\",{\"1\":{\"33\":1}}],[\"fresh\",{\"1\":{\"12\":1,\"28\":1}}],[\"frost\",{\"1\":{\"27\":1,\"33\":2,\"39\":2}}],[\"front\",{\"1\":{\"12\":1}}],[\"from\",{\"1\":{\"1\":1,\"8\":1,\"12\":4,\"16\":5,\"17\":8,\"21\":1,\"24\":5,\"26\":4,\"27\":2,\"28\":2,\"34\":1,\"35\":1,\"37\":1,\"39\":2}}],[\"fragrant\",{\"1\":{\"17\":1,\"24\":7,\"26\":2,\"27\":1}}],[\"fragrance\",{\"1\":{\"12\":2,\"17\":2,\"24\":1,\"26\":1,\"27\":3,\"28\":2}}],[\"framework\",{\"0\":{\"4\":1}}],[\"fruits\",{\"1\":{\"16\":1}}],[\"fruit\",{\"1\":{\"1\":1,\"16\":2}}],[\"fiber\",{\"1\":{\"38\":1}}],[\"filtered\",{\"1\":{\"36\":1}}],[\"filled\",{\"1\":{\"26\":1}}],[\"fill\",{\"1\":{\"12\":1,\"38\":1}}],[\"figures\",{\"1\":{\"28\":1}}],[\"five\",{\"1\":{\"21\":1,\"24\":1}}],[\"fite\",{\"1\":{\"17\":1}}],[\"fitoterapia\",{\"1\":{\"12\":1}}],[\"firming\",{\"1\":{\"38\":1}}],[\"fir\",{\"1\":{\"38\":2}}],[\"first\",{\"1\":{\"16\":1,\"17\":5,\"26\":1}}],[\"fire\",{\"1\":{\"1\":1}}],[\"finest\",{\"1\":{\"16\":1}}],[\"fine\",{\"1\":{\"16\":1}}],[\"find\",{\"1\":{\"16\":1,\"23\":1,\"31\":1}}],[\"fields\",{\"1\":{\"1\":1,\"12\":1}}],[\"field\",{\"1\":{\"1\":1,\"12\":1,\"16\":1,\"21\":1}}],[\"id=4649\",{\"1\":{\"28\":1}}],[\"identifying\",{\"1\":{\"28\":3,\"36\":1}}],[\"identify\",{\"1\":{\"16\":1,\"24\":1,\"28\":1}}],[\"identifies\",{\"1\":{\"16\":1}}],[\"identification\",{\"1\":{\"1\":1,\"8\":2,\"12\":3,\"21\":1,\"27\":1,\"28\":1}}],[\"identical\",{\"1\":{\"16\":1}}],[\"ideas\",{\"1\":{\"26\":1}}],[\"ideally\",{\"1\":{\"36\":1,\"38\":1}}],[\"ideal\",{\"1\":{\"23\":2,\"26\":1,\"31\":1,\"35\":1,\"36\":1}}],[\"idea\",{\"1\":{\"16\":1}}],[\"irishorchidsociety\",{\"1\":{\"17\":1}}],[\"icbn\",{\"1\":{\"17\":1}}],[\"icncp\",{\"1\":{\"16\":2,\"17\":1}}],[\"iastate\",{\"1\":{\"17\":1}}],[\"ih\",{\"1\":{\"17\":1}}],[\"if\",{\"1\":{\"16\":8,\"17\":1,\"34\":1,\"35\":1,\"38\":2,\"39\":1}}],[\"illegal\",{\"1\":{\"12\":1,\"28\":2}}],[\"immediately\",{\"1\":{\"38\":1}}],[\"immense\",{\"1\":{\"12\":1,\"26\":1}}],[\"immobile\",{\"1\":{\"36\":1}}],[\"imbalances\",{\"1\":{\"35\":1,\"36\":1}}],[\"improved\",{\"1\":{\"37\":1}}],[\"implement\",{\"1\":{\"33\":2}}],[\"imply\",{\"1\":{\"16\":1}}],[\"impact\",{\"1\":{\"27\":1}}],[\"imports\",{\"1\":{\"17\":1}}],[\"imported\",{\"1\":{\"17\":1}}],[\"important\",{\"1\":{\"12\":1,\"28\":1}}],[\"imagine\",{\"1\":{\"12\":1,\"27\":1}}],[\"image\",{\"1\":{\"8\":1,\"12\":2,\"28\":3}}],[\"images\",{\"1\":{\"8\":2,\"16\":1,\"21\":4,\"28\":1}}],[\"issue\",{\"1\":{\"21\":1}}],[\"isn\",{\"1\":{\"16\":1}}],[\"isolation\",{\"1\":{\"16\":1}}],[\"is\",{\"1\":{\"1\":1,\"12\":9,\"16\":22,\"17\":16,\"21\":7,\"24\":11,\"26\":5,\"27\":12,\"28\":4,\"33\":4,\"34\":1,\"35\":4,\"36\":1,\"39\":2}}],[\"italics\",{\"1\":{\"16\":1}}],[\"it\",{\"1\":{\"1\":1,\"12\":1,\"16\":8,\"17\":2,\"21\":3,\"24\":3,\"26\":4,\"27\":2,\"33\":2,\"38\":1,\"39\":3}}],[\"itself\",{\"1\":{\"39\":1}}],[\"its\",{\"1\":{\"1\":1,\"12\":4,\"16\":4,\"17\":5,\"21\":2,\"24\":12,\"26\":2,\"27\":1,\"38\":1}}],[\"i\",{\"1\":{\"1\":9,\"12\":2,\"16\":3,\"21\":8,\"28\":3}}],[\"inwards\",{\"1\":{\"37\":1}}],[\"initiation\",{\"1\":{\"33\":1,\"35\":1}}],[\"initially\",{\"1\":{\"17\":1}}],[\"involved\",{\"1\":{\"31\":1}}],[\"involving\",{\"1\":{\"8\":1}}],[\"inquiry\",{\"1\":{\"17\":1}}],[\"info\",{\"1\":{\"17\":1}}],[\"information\",{\"1\":{\"16\":3}}],[\"informal\",{\"1\":{\"16\":1}}],[\"inflorescence\",{\"1\":{\"24\":2}}],[\"influencing\",{\"1\":{\"21\":1}}],[\"influenced\",{\"1\":{\"16\":1}}],[\"influence\",{\"1\":{\"12\":1}}],[\"inflammatory\",{\"1\":{\"17\":1}}],[\"infraspecific\",{\"1\":{\"16\":1}}],[\"indoors\",{\"1\":{\"33\":3,\"34\":1}}],[\"indoor\",{\"1\":{\"17\":1,\"28\":1,\"34\":1,\"36\":1,\"39\":1}}],[\"indonesia\",{\"1\":{\"17\":1}}],[\"indicate\",{\"1\":{\"36\":2,\"37\":1}}],[\"indigenous\",{\"1\":{\"17\":1}}],[\"india\",{\"1\":{\"17\":1}}],[\"individual\",{\"1\":{\"16\":2,\"28\":2,\"38\":2}}],[\"individuals\",{\"1\":{\"16\":1,\"17\":1}}],[\"indeed\",{\"1\":{\"16\":1}}],[\"industry\",{\"1\":{\"16\":2,\"17\":1}}],[\"inch\",{\"1\":{\"39\":1}}],[\"increase\",{\"1\":{\"34\":2,\"36\":1,\"39\":1}}],[\"increased\",{\"1\":{\"31\":1}}],[\"increasing\",{\"1\":{\"12\":1}}],[\"inclusion\",{\"1\":{\"21\":1}}],[\"included\",{\"1\":{\"16\":1,\"21\":1}}],[\"include\",{\"1\":{\"12\":1,\"16\":3,\"17\":2,\"21\":1}}],[\"includes\",{\"1\":{\"12\":1,\"16\":1,\"17\":1,\"21\":1}}],[\"including\",{\"1\":{\"1\":1,\"8\":1,\"16\":1,\"17\":2,\"21\":2,\"26\":1}}],[\"ingenuity\",{\"1\":{\"12\":1}}],[\"insert\",{\"1\":{\"38\":1}}],[\"insigne\",{\"1\":{\"17\":2}}],[\"insights\",{\"1\":{\"12\":1}}],[\"inspired\",{\"1\":{\"17\":1}}],[\"instructions\",{\"1\":{\"38\":1}}],[\"instead\",{\"1\":{\"17\":1}}],[\"instance\",{\"1\":{\"16\":2,\"27\":1}}],[\"institution\",{\"1\":{\"27\":1}}],[\"institutions\",{\"1\":{\"1\":1,\"17\":1}}],[\"institute\",{\"1\":{\"1\":1,\"27\":1,\"28\":3}}],[\"insufficient\",{\"1\":{\"8\":1,\"36\":3}}],[\"intact\",{\"1\":{\"38\":2}}],[\"intricately\",{\"1\":{\"24\":1}}],[\"introduce\",{\"0\":{\"20\":1}}],[\"introduced\",{\"1\":{\"17\":1}}],[\"introduction\",{\"0\":{\"1\":1}}],[\"integrity\",{\"1\":{\"28\":1}}],[\"integrate\",{\"1\":{\"12\":1}}],[\"integration\",{\"1\":{\"1\":1}}],[\"integral\",{\"1\":{\"12\":1}}],[\"intense\",{\"1\":{\"36\":1}}],[\"intensity\",{\"1\":{\"36\":1}}],[\"intentional\",{\"1\":{\"16\":1}}],[\"intended\",{\"1\":{\"16\":1}}],[\"interpretations\",{\"1\":{\"26\":1}}],[\"intertwined\",{\"1\":{\"26\":1}}],[\"intervention\",{\"1\":{\"23\":1}}],[\"interest\",{\"1\":{\"17\":1}}],[\"interestingly\",{\"1\":{\"17\":1}}],[\"interested\",{\"1\":{\"16\":1}}],[\"interspecific\",{\"1\":{\"16\":1}}],[\"international\",{\"1\":{\"16\":3,\"17\":6}}],[\"internationally\",{\"1\":{\"16\":1}}],[\"interbreeding\",{\"1\":{\"16\":2}}],[\"intelligence\",{\"1\":{\"1\":1,\"12\":2}}],[\"intelligent\",{\"1\":{\"1\":2,\"12\":1}}],[\"intoxicating\",{\"1\":{\"26\":1,\"27\":1}}],[\"into\",{\"1\":{\"1\":2,\"8\":1,\"12\":1,\"16\":6,\"17\":7,\"28\":1,\"38\":5}}],[\"in\",{\"0\":{\"23\":1,\"39\":1},\"1\":{\"1\":12,\"8\":3,\"12\":33,\"16\":20,\"17\":39,\"21\":22,\"23\":11,\"24\":10,\"26\":10,\"27\":24,\"28\":9,\"31\":3,\"33\":7,\"34\":2,\"35\":1,\"36\":1,\"37\":1,\"38\":5,\"39\":5}}],[\"i👧🏻\",{\"1\":{\"1\":1}}]],\"serializationVersion\":2}}")).map(([e,t])=>[e,zt(t,{fields:["h","t","c"],storeFields:["h","t","c"]})]));self.onmessage=({data:{type:e="all",query:t,locale:s,options:n,id:o}})=>{const u=bt[s];e==="suggest"?self.postMessage([e,o,tt(t,u,n)]):e==="search"?self.postMessage([e,o,Z(t,u,n)]):self.postMessage({suggestions:[e,o,tt(t,u,n)],results:[e,o,Z(t,u,n)]})};
//# sourceMappingURL=index.js.map