Results 21 comments of Saeed

Sorry for the delay. Here is the full spacy output: ``` ℹ Saving to output directory: storage/model ℹ Using GPU: 0 =========================== Initializing pipeline =========================== [2022-02-05 22:38:53,492] [INFO] Set up...

How about checking the label format and raise an error in case of invalid format?

Yeah I saw that and got it to work before I realize I had a bug in converting my data to spacy format. ``` ============================= Training pipeline ============================= ℹ Pipeline:...

Hi all, I'm facing the same issue. Also, Python 3.5.

I believe there is typo in @yvandenis code snippet and: ``` tr_save = copy.deepcopy(indTrain) te_save = copy.deepcopy(indTrain) ``` should be: ``` tr_save = copy.deepcopy(indTrain) te_save = copy.deepcopy(indTest) ``` with this...

خب لیست دارای ترتیب لزوماً نباید شماره‌دار باشه. لیستی که با حروف ابجد شروع می‌شه دیگه شماره نداره. مشکل شاید این باشه که تو جامعهٔ کاربری فارسی لیست دارای ترتیب...

چرا این مسئله بازه؟ مگه حل نشده؟

چون این یکی مربوط به ادیتور بود جدا باز کردم. یعنی همین طور که می‌نویسیم بشه دید.

سعی کردم تأکید بر موقع نوشتن رو نشون بدم الآن. حتّی شاید بهتر باشه جملهٔ اول رو حذف کنم.

What is the point of availableOptions at first place?