Template:Kampo/Reference
From Metabolomics.JP
< Template:Kampo(Difference between revisions)
m |
m |
||
Line 5: | Line 5: | ||
local t = {} | local t = {} | ||
for word in stdin:gmatch("([%S]+)") do | for word in stdin:gmatch("([%S]+)") do | ||
− | if (string.len(word) > 6 and string.find(word,"研究") == nil and string.find(word,"処方") == nil and string.find(word,"有効") == nil and string.find(word,"漢方") == nil) then | + | if (string.len(word) > 6 and string.find(word,"研究") == nil and string.find(word,"処方") == nil and string.find(word,"有効") == nil and string.find(word,"漢方") == nil and string.find(word,"有用") == nil) then |
if (bucket[word] ~= nil) then | if (bucket[word] ~= nil) then | ||
bucket[word] = bucket[word] + 1 | bucket[word] = bucket[word] + 1 |
Revision as of 00:19, 27 August 2010
Related keywords
./lua: /tmp/mw_ex_lua_6KH0Re:4: ')' expected near '�'
References
Total 0 articles found.