-
### Have you searched existing issues? ๐
- [X] I have searched and found no existing issues
### Desribe the bug
I want to use spacy.load('xx-ent-wiki-sm') but
I got error "File "thinc/backendsโฆ
-
Hi, there:
I load model from huggingface(https://huggingface.co/Helsinki-NLP/opus-mt-tc-big-zh-ja),
and I run the code below, but output wrong text(output: **ใๆถใฎใใชใทใผ01ใ**), that not match hugggingfaโฆ
-
```
Traceback (most recent call last):
File "C:\Users\User\Documents\GitHub\whisper-diarization\diarize.py", line 172, in
tokens_starred, text_starred = preprocess_text(
File "C:\Users\Usโฆ
-
# Using Exported Corpus from NLP.js-App within NLP.js
## Summary
At the moment we're looking to make use of the NLP.js application (https://github.com/axa-group/nlp.js-app) to train our model viโฆ
-
~~~javascript
const doc = nlp.readDoc('I have a cold.');
doc.printTokens();
~~~
outputs
~~~
token p-spaces prefix suffix shape case nerHint type normal/pos
โโโโโโโโโโโโโโโโฆ
-
Hi, I found a very interesting result to tokenize a document. The example code is:
```
import spacy
nlp = spacy.load("en_core_web_sm")
# doc = nlp("Apple is looking at. startup for $1 billion.โฆ
-
### ์ฐ๋ฝ์ฒ Contact
leesk55@gmail.com
### ์ถ๊ฐ ์์ฒญ ๊ธฐ๋ฅ๋ช
Feature Name
AI ๊ธฐ๋ฐ ์ฌ์ฉ์ ์ง์ ์ฑ๋ด ํตํฉ
### ๊ธฐ๋ฅ ์์ธ ์ค๋ช
Feature Description
์ฌ์ฉ์ ๋ฌธ์์ ๋ํด AI ์ฑ๋ด์ด ์๋์ผ๋ก ์๋ตํ๋ ์์คํ
์ ์ถ๊ฐํฉ๋๋ค. ์์ฐ์ด ์ฒ๋ฆฌ(NLP) ๊ธฐ์ ์ ์ฌ์ฉํ์ฌ ์ฌ์ฉ์๊ฐ ์
๋ ฅํ ์ง๋ฌธ์ ์ดํดํ๊ณ , ๊ด๋ จโฆ
-
The inference code provided does not work
```
import sys
sys.path.append('./')
from videollama2 import model_init, mm_infer
from videollama2.utils import disable_torch_init
def inference():โฆ
-
-
Thanks for your great work,
when I using norm with multi process with pool:
I get error:
```
[E] ucnv_toUChars: ICU Error "U_STRING_NOT_TERMINATED_WARNING"
[E] ucnv_toUChars: ICU Error "U_STRโฆ