diff options
author | pav <pav@FreeBSD.org> | 2005-03-12 00:00:01 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-03-12 00:00:01 +0800 |
commit | 0819d0ca90568c4f4f00a141496d1bf014a1b639 (patch) | |
tree | 6530a51c9cc10751206b386707244c205cc91014 /devel/Makefile | |
parent | 4c0dc42a0e225b367eb8c6359e0af4afc30944a6 (diff) | |
download | freebsd-ports-gnome-0819d0ca90568c4f4f00a141496d1bf014a1b639.tar.gz freebsd-ports-gnome-0819d0ca90568c4f4f00a141496d1bf014a1b639.tar.zst freebsd-ports-gnome-0819d0ca90568c4f4f00a141496d1bf014a1b639.zip |
Bayesian Noise Reduction is a statistical approach to evaluating coherence by
instantiating a series of machine-generated contexts to serve as a means of
contrast. This makes it possible to identify text that is out of context using
a form of pattern consistency checking. BNR attempts to solve the problem
commonly referred to as "Bayesian Noise" which, in its simplest definition,
refers to irrelevant data present in a message being classified. Bayesian Noise
Reduction dubs irrelevant text in order to provide cleaner classification and
is implemented as a pre-filter to existing language classification functions.
PR: ports/78159
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 3ecbecad94c4..331845553b20 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -404,6 +404,7 @@ SUBDIR += libast SUBDIR += libavl SUBDIR += libbfd + SUBDIR += libbnr SUBDIR += libbonobo SUBDIR += libbonobomm SUBDIR += libcapsinetwork |