require 'formula' class Crfxx < Formula homepage 'http://code.google.com/p/crfpp/' url 'http://crfpp.googlecode.com/files/CRF++-0.58.tar.gz' sha1 '979a686a6d73d14cdd0c96a310888fb6bffd2e91' def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make", "CXXFLAGS=#{ENV.cflags}", "install" end end pplication/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/python/examples/history-example.py
blob: bf78c7df3073b6381f8c3978148b3dc289d03357 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15