BILSTM+CRF中的条件随机场 tensorflow中crf关键的两个函数是训练函数tf.contrib.crf.crf_log_likelihood和解码函数tf.contrib.crf.viterbi_decode crf_log_likelihood(inputs, tag_indices, sequence_lengths, transition_params=None) Computes the log-likelihood of tag sequences in a CRF. A