sci-misc/kenlm - 1 (flammie)

Search

Install

Install this version:

emerge -a =sci-misc/kenlm-1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sci-misc/kenlm-1

Or alternatively:

emerge --autounmask-write -a =sci-misc/kenlm-1

Package Information

Description:
Estimates, filters, and queries language models
Homepage:
https://kheafield.com/code/kenlm/
License:
LGPL-2.1+

Ebuild Details

Version EAPI Keywords Slot
1 7 ~amd64 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit cmake

DESCRIPTION="Estimates, filters, and queries language models"
HOMEPAGE="https://kheafield.com/code/kenlm/"
SRC_URI="https://kheafield.com/code/kenlm.tar.gz"
LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

COMMON_DEPEND=""
DEPEND="${COMMON_DEPEND}"
RDEPEND="${COMMON_DEPEND}"

S=${WORKDIR}/${PN}

Inherited Eclasses

Manifest for 1

Type File Size Source URLs
DIST kenlm.tar.gz 491888 bytes https://kheafield.com/code/kenlm.tar.gz