aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mecab-ipadic.rb
AgeCommit message (Collapse)Author
2013-07-17mecab-ipadic: use ARGV.valueAdam Vandenberg
2013-02-02mecab-ipadic: document argsAdam Vandenberg
2013-01-29#{prefix} should be interpolatedcocoatomo
To extract a variable "prefix", use "%W" instead of "%w". Using "%w", installation fails. Closes #17429. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-28mecab-ipadic: style nitsAdam Vandenberg
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-09-08mecab-ipadic - remove trailing whitespaceAdam Vandenberg
2010-09-08Added formula for mecab, a Japanese morphological analyserKim Ahlström
mecab is the main application that does morphological analysis on Japanese text. mecab-ipadic is data that is required by mecab to work. This is the recommended data file by the author, but other data files are available on the mecab homepage. This formula sets utf-8 as the default charset for mecab-ipadic, but this can be changed with the --with-charset=[sjis|euc-jp] flag. Signed-off-by: Adam Vandenberg <flangy@gmail.com>