-
I stumbled upon a sentence that is parsed inconsistently, depending on whether another text is or is not read on first with `nlp.readDoc()`:
```ts
const sentence1 = 'The students did not complete …
-
ID/chrom/pos/ref/alt, tagging are obvious ones
Some way to ensure they stay in there.
-
We want to implement support for two new tasks: Named Entity Recognition (NER) and Part of Speech tagging (POS). While best performant models are encoder-only, these are standardized tasks with refere…
-
To handle word negations and make it one word, e.g. "not happy" to "sad"
-
In sentences:
- "il cane mangia molta carne" → "molta" is recognized by DET instead of ADV.
- "il cane mangia molto cavolfiore" → "cavolfiore" is recognized by ADJ intstead of NOUN.
I have no i…
-
你好!我想用你的代码训练其他语言的Pos tagger,出现了以下错误。
Epoch: 1 Learning rate: 0.100
Traceback (most recent call last):
File "pos_model.py", line 285, in
tf.app.run()
File "/Users/Altangadas/.pyenv/versio…
-
https://universaldependencies.org/ has labelled data for parts of speech, dependencies and information about morphology for Hindi, Sanskrit, Marathi, Tamil and Telugu.
I plan on using a LM-LSTM-CRF a…
-
Hello! I wondered if you can explain me one thing about your POS tagging.
Why do you often mark participles as NOUNs? For example, in this sentence in the third line:
# newdoc id = n01024
# se…
-
Hi @kolloldas, great job with the transformer. I was using your model to run a few basic experiments on sequence labeling and after completing chunking and NER, wanted to move ahead with POS tagging.…
-
I've tried the following example as input:
這些語辭都含有高調音
這些(Neqa) 語辭(Na) 都(D) 含有(VJ) **高(VH) 調音(VA)**
With customized dictionary, it was able to tag 高調音 as Na.
word_to_weight = {
…
loaga updated
3 years ago