Version 9 (modified by humem (humem), 13 years ago) (diff) |
---|
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
No results
On CC
No results
Ports (2011-11-28)
- audio/MMDAgent @1.1
- audio/hts_engine_API @1.05
- audio/julius @4.2
- audio/open_jtalk @1.04
- audio/palmkit @1.0.32
- audio/portaudio @19.20110326
- audio/ssrc @1.30
- databases/groonga @1.2.7
- databases/groonga @1.2.8
- databases/tinycdb @0.77
- devel/cutter @1.1.9
- devel/darts @0.32
- devel/darts-clone @0.32g
- devel/google-glog @0.3.1-1
- devel/jubatus @0.1.1
- devel/libzookeeper @3.3.4
- devel/pficommon @1.3.1
- devel/re2 @20111030-9aa1d4f2954d
- java/apache-solr @3.5.0
- java/dualist @0.1
- java/hadoop @0.20.203.0
- java/lucene-gosen @1.2.0
- java/mahout @0.5
- java/mecab-java @0.98
- math/TinySVM @0.09
- math/bact @0.13
- math/crfpp @0.54
- math/liblinear @1.8
- math/libsvm @3.1
- math/oll @0.03
- math/pecco @20110829
- math/plda @3.1
- math/sofia-ml @2011-06-20-r42
- perl/p5-mecab @0.980.0
- perl/p5-text-csv_xs @0.850.0
- python/py-jubatus-client @0.1.1
- python/py-mecab @0.98
- ruby/rb-mecab @0.98
- ruby/rb19-mecab @0.98
- 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.1
- textproc/juman @6.01
- textproc/knp @3.01
- textproc/kytea @0.3.3
- textproc/mecab @0.98
- textproc/mecab-base @0.98
- 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.98
- textproc/mecab-utf8 @0.98
- textproc/seekanser @1.0.6
- 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