Home
last modified time | relevance | path

Searched defs:next_transition_cost (Results 1 – 3 of 3) sorted by relevance

/dports/science/crf++/crfpp-1dc92a606f874a4fe52603803364cc1d90f952fb/java/org/chasen/crfpp/
H A DTagger.java142 public double next_transition_cost(long i, long j, long k) { in next_transition_cost() method in Tagger
/dports/science/crf++/crfpp-1dc92a606f874a4fe52603803364cc1d90f952fb/
H A Dtagger.h119 double next_transition_cost(size_t i, size_t j, size_t k) const { in next_transition_cost() function
/dports/science/crf++/crfpp-1dc92a606f874a4fe52603803364cc1d90f952fb/python/
H A DCRFPP.py120 def next_transition_cost(self, *args): return _CRFPP.Tagger_next_transition_cost(self, *args) member in Tagger