Home
last modified time | relevance | path

Searched refs:emission_cost (Results 1 – 10 of 10) sorted by relevance

/dports/science/crf++/crfpp-1dc92a606f874a4fe52603803364cc1d90f952fb/perl/
H A DCRFPP.pm123 *emission_cost = *CRFPPc::Tagger_emission_cost;
H A DCRFPP_wrap.cxx3446 result = (double)((CRFPP::Tagger const *)arg1)->emission_cost(arg2,arg3); in XS()
/dports/science/crf++/crfpp-1dc92a606f874a4fe52603803364cc1d90f952fb/java/org/chasen/crfpp/
H A DTagger.java138 public double emission_cost(long i, long j) { in emission_cost() method in Tagger
/dports/science/crf++/crfpp-1dc92a606f874a4fe52603803364cc1d90f952fb/python/
H A DCRFPP.py119 def emission_cost(self, *args): return _CRFPP.Tagger_emission_cost(self, *args) member in Tagger
H A DCRFPP_wrap.cxx4732 result = (double)((CRFPP::Tagger const *)arg1)->emission_cost(arg2,arg3); in _wrap_Tagger_emission_cost()
/dports/science/crf++/crfpp-1dc92a606f874a4fe52603803364cc1d90f952fb/
H A Dtagger.h118 double emission_cost(size_t i, size_t j) const { return node_[i][j]->cost; } in emission_cost() function
H A Dcrfpp.h263 virtual double emission_cost(size_t i, size_t j) const = 0;
H A Dlibcrfpp.cpp219 return reinterpret_cast<CRFPP::Tagger *>(c)->emission_cost(i, j); in crfpp_emisstion_cost()
/dports/science/crf++/crfpp-1dc92a606f874a4fe52603803364cc1d90f952fb/java/
H A DCRFPP_wrap.cxx1226 result = (double)((CRFPP::Tagger const *)arg1)->emission_cost(arg2,arg3); in Java_org_chasen_crfpp_CRFPPJNI_Tagger_1emission_1cost()
/dports/science/crf++/crfpp-1dc92a606f874a4fe52603803364cc1d90f952fb/ruby/
H A DCRFPP_wrap.cpp3434 result = (double)((CRFPP::Tagger const *)arg1)->emission_cost(arg2,arg3);