-
I want to recognize some proper noun from a series of text, **especially the company and organization.**
I have found an article about how to train a NER model in English on the official site.
Is it…
-
```
53 def _create_graph(self):
54 self._add_plh()
55 self.vocab = tkz.load_vocab(FLAGS.vocab_file)
56 mask = tf.cast(tf.sequence_mask(self._input_seq_len_plh), tf.…
-
Hello, I am trying to generate vocabs to train electra model.
I am using the following code
```
from tokenizers import BertWordPieceTokenizer
# Initialize an empty BERT tokenizer
tokenizer = …
-
We are beginning to think about enhancements to the various Cologne Sanskrit Lexicon dictionaries, such as in the [alternate head words](https://github.com/sanskrit-lexicon/alternateheadwords) reposi…
-
I modified this English NE tagging example slightly with my own Chinese example data and the blank Chinese model: https://spacy.io/usage/examples. This English example works well.
My Chinese versio…
-
-
I had similar problem of running the test.py and those are my versions of dependencies:
zh_core_web_sm-2.0.5
python: 3.7.5
jieba==0.42
more-itertools==8.1.0
murmurhash==1.0.2
numpy==1.18.1
plac…
-
Right now, if there are multiple `nav_groups` in the `tab_card`, the selected `nav_item` in every `nav_group` is highlighted.
When looking at the picture below, it is unclear which tab is the active …
-
In the current implementation, in the zh/_init_.py
```
def make_doc(self, text):
text = normalize(text)
return self.tokenizer(text)
```
This sends a single document to jieba. A…
-
[2020-03-23 11:24:54,689] [ INFO] - Installing bert_chinese_L-12_H-768_A-12 module
[2020-03-23 11:24:54,693] [ INFO] - Module bert_chinese_L-12_H-768_A-12 already installed in /home/aistudio/.p…
SDUwn updated
4 years ago