summaryrefslogtreecommitdiff
path: root/homebrew/apacheopennlp/.beer
blob: e4f1c4807a185e3273b73731fa92dd3661339554 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "ApacheOpennlp",
    "description": "Machine learning toolkit for processing natural language text",
    "url": "https://www.apache.org/dyn/closer.cgi?path=opennlp/opennlp-1.9.1/apache-opennlp-1.9.1-bin.tar.gz",
    "mirror": null,
    "homepage": "https://opennlp.apache.org/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "libexec.install Dir[\"*\"]",
        "bin.write_exec_script libexec/\"bin/opennlp\""
    ],
    "version": "1.9.1",
    "file": "apache-opennlp.rb"
}