Hiroshi Umemoto (hum)
I am interested in natural language processing (especially for Japanese), machine learning, distributed computing, information retrieval and speech processing.
Tickets
Reported Tickets
No results
Assigned Tickets
- #32801
- portaudio: build fails on Tiger
On CC
- #25166
- emacs-app 23.2 universal variant does not build
- #29794
- emacs-app @23.3_0 Problem using tramp in emacs.app: "ControlPath too long"
- #31783
- emacs-app @23.3 fails compiling with "unexec: input file not in Mach-O format" error
- #32146
- emacs-app must write /opt/local/share/emacs/site-lisp/subdirs.el if it is not present
- #32148
- Info-default-directory-list of emacs-app must contain ${prefix}/share/info
Ports (2012-3-10)
- aqua/emacs-app @23.4
- audio/MMDAgent @1.2
- audio/hts_engine_API @1.06
- audio/julius @4.2.1
- audio/open_jtalk @1.05
- audio/palmkit @1.0.32
- audio/portaudio @19.20111121
- audio/ssrc @1.30
- databases/groonga @2.0.0
- databases/tinycdb @0.77
- devel/cutter @1.2.0
- devel/darts @0.32
- devel/darts-clone @0.32g
- devel/google-glog @0.3.2
- devel/jubatus @0.2.0
- devel/libzookeeper @3.3.4
- devel/openfst @1.3.1
- devel/pficommon @1.3.1
- devel/re2 @20111209-d49d9934b9aa
- java/apache-solr @3.5.0
- java/dualist @0.3
- java/hadoop @1.0.1
- java/lucene-gosen @1.2.1
- java/mahout @0.6
- java/mecab-java @0.993
- math/TinySVM @0.09
- math/arowpp @0.1.2
- math/bact @0.13
- math/bayon @0.1.0
- math/crfpp @0.54
- math/crfpp-devel @0.55
- math/crfsuite @0.12
- math/liblbfgs @1.10
- math/liblinear @1.8
- math/libsvm @3.11
- math/mallet @2.0.7
- math/oll @0.03
- math/opal-ml @20111221
- math/pecco @20111221
- math/plda @3.1
- math/sofia-ml @2011-06-20-r42
- math/vowpal_wabbit @6.1
- perl/p5-mecab @0.993.0
- perl/p5-text-csv_xs @0.870.0
- python/py-jubatus-client @0.1.1
- python/py-mecab @0.993
- ruby/rb-mecab @0.993
- ruby/rb19-mecab @0.993
- textproc/cabocha @0.60
- textproc/chasen @2.3.3
- textproc/chasen-base @2.3.3
- textproc/chasen-ipadic @2.7.0
- textproc/chasen-ipadic-sjis @2.7.0
- textproc/chasen-ipadic-utf8 @2.7.0
- textproc/chasen-naist-jdic @0.4.3
- textproc/chasen-naist-jdic-sjis @0.4.3
- textproc/chasen-naist-jdic-utf8 @0.4.3
- textproc/extractopinion @1.2
- textproc/giza-pp @20110924
- textproc/juman @7.0
- textproc/juman6 @6.01
- textproc/knp @4.0
- textproc/knp3 @3.01
- textproc/kytea @0.4.0
- textproc/marisa-trie @0.2.0
- textproc/mecab @0.993
- textproc/mecab-base @0.993
- textproc/mecab-ipadic @2.7.0-20070801
- textproc/mecab-ipadic-eucjp @2.7.0-20070801
- textproc/mecab-ipadic-sjis @2.7.0-20070801
- textproc/mecab-ipadic-utf8 @2.7.0-20070801
- textproc/mecab-jumandic @5.1-20070304
- textproc/mecab-jumandic-eucjp @5.1-20070304
- textproc/mecab-jumandic-sjis @5.1-20070304
- textproc/mecab-jumandic-utf8 @5.1-20070304
- textproc/mecab-naist-jdic @0.6.3b-20111013
- textproc/mecab-naist-jdic-sjis @0.6.3b-20111013
- textproc/mecab-naist-jdic-utf8 @0.6.3b-20111013
- textproc/mecab-sjis @0.993
- textproc/mecab-utf8 @0.993
- textproc/seekanser @1.0.7
- textproc/syncha @0.2.1
- textproc/ux-trie @0.1.8
- textproc/yamcha @0.33
Above list was created with the following command according to Adam's page and Tips:
HANDLE=hum
port list '(' \
"maintainer:(\s|^)$HANDLE(\s|$)" or \
"maintainer:(\s|^)$HANDLE@macports.org(\s|$)" or \
"maintainer:(\s|^)macports.org:$HANDLE(\s|$)" ')' \
| awk '{ print " * [source:trunk/dports/"$3" "$3" "$2"]" } ' | sort -u
Thanks.
To run livecheck my ports:
HANDLE=hum
myports=`port echo '(' \
"maintainer:(\s|^)$HANDLE(\s|$)" or \
"maintainer:(\s|^)$HANDLE@macports.org(\s|$)" or \
"maintainer:(\s|^)macports.org:$HANDLE(\s|$)" ')'`
for p in $myports; do port -v livecheck $p; done

