サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
プライムデーセール
gist.github.com/neubig
crf.py ��檪 `�檪 #!/usr/bin/python # crf.py (by Graham Neubig) # This script trains conditional random fields (CRFs) # stdin: A corpus of WORD_POS WORD_POS WORD_POS sentences # stdout: Feature vectors for emission and transition properties from collections import defaultdict from math import log, exp import sys import operator # The L2 regularization coefficient and learning rate for SGD l2_coeff =
このページを最初にブックマークしてみませんか?
『gist.github.com』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く