public abstract class LogLikelihoodCollocation extends Object implements CollocationComputer
November 14, 2008
Constructor and Description |
---|
LogLikelihoodCollocation() |
Modifier and Type | Method and Description |
---|---|
double |
getCollocationScore(String left,
String right)
Compute the collocation using a hypothesis test, like Dunning 1993
|
abstract double |
getTotalNumberOfTokens() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCount
public double getCollocationScore(String left, String right) throws Exception
getCollocationScore
in interface CollocationComputer
Exception
public abstract double getTotalNumberOfTokens()
Copyright © 2017. All rights reserved.