luopeixiang / named_entity_recognition

中文命名实体识别(包括多种模型:HMM,CRF,BiLSTM,BiLSTM+CRF的具体实现)
2.12k stars 538 forks source link

crf log exp sum #26

Open janenie opened 4 years ago

janenie commented 4 years ago

is the summation dimension problematic in models/utili.py LINE 146? should the dimension set to 2? (as we want to sum over the previous step t-1's tag space)