Thanks for the wonderful work here!
I have some text files and want to extract NE from them by running ```nerTagger.py``` . However, my files contain all lowercase characters and of course, I can't…
데이터를 보면 두번째, 세번째 필드에 오류가 있는 경우가 있습니다.
세번째 tags 필드의 시작이 '+'인 경우에 태그가 빠져있어서 살펴보니,
대략 아래와 같은 규칙으로 교정이 가능해보였습니다.
```
if tags[0] == '+':
if morphi == '봤':
morph…
Traceback (most recent call last):
not enough values to unpack (expected 2, got 1)
File "D:/dogtime/mission/BiGRU_crf/bert_data_utils.py", line 41, in load_data
word, tag = line.split()
Valu…
### Overview
We are doing this to compare SciBERT's performance on NER, relative to text classification. SciBERT didn't provide a chemprot dataset for NER, so we are using the chemprot dataset straig…
After following the instructions in the README and running:
```
docker run --rm --gpus all -it --init --ulimit core=0 -p 8060:8060 grobid/datastet:0.8.0
```
I was able to access the console on `…
# not support bi-lstm-crf
## My code
```
import numpy as np
import pandas as pd
import kashgari
import re
from kashgari.embeddings import BERTEmbedding
from kashgari.tasks.labeling import …
Currently getting error while running the allennlp0.8 BERT config [tagger/tagger_with_bert_config.json](https://github.com/interactive-cookbook/tagger-parser/tree/main/tagger/tagger_with_bert_config.j…