issues
search
luopeixiang
/
named_entity_recognition
中文命名实体识别(包括多种模型:HMM,CRF,BiLSTM,BiLSTM+CRF的具体实现)
2.14k
stars
538
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
这段代码可以更换成BIO标注的数据集?
#55
Blxzxb
opened
5 months ago
0
训练数据特征过于明显
#54
XY-cpp
opened
7 months ago
0
UnicodeEncodeError: 'ascii' codec can't encode characters in position 9-10: ordinal not in range(128)为什么在训练CRF模型时会一直报错?
#53
EstrellaXiao
opened
8 months ago
4
cuDNN error: CUDNN_STATUS_EXECUTION_FAILED
#52
luogyu7
opened
12 months ago
0
emission.unsqueeze(2).expand(-1, -1, out_size, -1) + self.transition.unsqueeze(0)
#51
ttyuuuuuuuuuu
opened
1 year ago
0
如何添加Bert模型
#50
Liujiahao1111
opened
1 year ago
0
模型运行速度/调参
#49
jiajiajiamarvelous
opened
1 year ago
0
HMM模型训练时状态转移矩阵,观测概率矩阵的问题
#48
xushuaishuai123
closed
2 years ago
0
请问数据集有哪些需要注意的点吗
#47
parkLGW
opened
2 years ago
0
Bump numpy from 1.16.2 to 1.22.0
#46
dependabot[bot]
opened
2 years ago
0
环境配置不成功
#45
AnitaSherry
closed
6 months ago
3
想问一下bilstm+crf做推理的时候,为什么还要加入tag呢?
#44
1193700079
opened
2 years ago
0
请问batch_size是在哪里设置的
#43
GiveMeAnApple99
opened
2 years ago
0
BiLstm-CRF
#42
ddf62
closed
2 years ago
0
数据问题
#41
echois123
opened
3 years ago
2
数据集问题
#40
cc846049716
opened
3 years ago
0
Chen Min modified.
#39
bjtuchenmin
closed
3 years ago
0
recall
#38
bourne-3
opened
3 years ago
0
bilistm_crf模型中的为啥要sort_by_lengths(word_lists, tag_lists),作用是啥。
#37
tianke0711
opened
3 years ago
1
数据问题
#36
RomanticHW
opened
3 years ago
0
使用BIO标注是否也能运用该代码
#35
yohowitch
opened
3 years ago
5
RuntimeError: Attempting to deserialize object on a CUDA device but torch.cuda.is_available() is False. If you are running on a CPU-only machine, please use torch.load with map_location=torch.device('cpu') to map your storages to the CPU.
#34
sxl19951229
opened
3 years ago
0
potential fix in build_corpus
#33
mikelty
opened
3 years ago
0
potential fix in build_corpus
#32
mikelty
opened
3 years ago
0
下载问题
#31
langhaixia
opened
3 years ago
0
HMM的Learning问题
#30
zelin-x
opened
3 years ago
0
bilstm_crf评估的时候调用的test函数依然是class BILSTM_Model中的吗?
#29
hujunyi96
opened
4 years ago
1
请问,在windows下怎么复现整个代码?
#28
huabao97
opened
4 years ago
3
Update hmm.py
#27
IamHehe
opened
4 years ago
0
crf log exp sum
#26
janenie
opened
4 years ago
0
dev 数据集作用是??
#25
flitdu
closed
4 years ago
1
epoch显示貌似有问题
#24
flitdu
closed
4 years ago
1
预训练词向量
#23
tyistyler
opened
4 years ago
0
运行main.py时报错:not enough values to unpack
#22
iblackholmes
closed
4 years ago
1
如果我有大量结构化数据,人名,公司名称都是表中的一列
#21
chengzhaoan
opened
4 years ago
0
How to make this code work with own dataset
#20
Salidor
closed
4 years ago
0
单词转换成向量用的什么
#19
whao1011
opened
4 years ago
1
代码是否多余?
#18
WeiYangBin
opened
4 years ago
2
Python3中遇到UnicodeEncodeError: 'ascii' codec can't encode characters in ordinal not in range(128)
#17
Gaoshuang77
opened
4 years ago
10
训练bilstm_crf,不需要在标注后加<end>
#16
MTaoYue
opened
4 years ago
1
ResumeNER数据好像有点小问题哦
#15
chaoyueziji
closed
4 years ago
4
标签替换
#14
qzd147
opened
4 years ago
1
要是有推理的代码就好了
#13
w279805299
opened
4 years ago
0
forward函数 不需要max最大路径吗
#12
lcyuanjiang
opened
5 years ago
0
util.py中indexed函数的作用
#11
Theo-Chang
opened
5 years ago
2
.
#10
tyxr
closed
5 years ago
0
.
#9
xiaomindog
closed
5 years ago
0
出现除零错误
#8
lichunnan
opened
5 years ago
3
NER 的评估方式应该是以entity为基本单位而不是以单个tag 为单位
#7
jiesutd
opened
5 years ago
3
关于代码的几点思考
#6
Zessay
opened
5 years ago
5
Next