-
![Capture justine](https://user-images.githubusercontent.com/33261829/56467027-445b2380-6422-11e9-94e6-adde7df8f15c.PNG)
Error when I run nlu_model.py
-
!pip install bert-extractive-summarizer
from summarizer import Summarizer,TransformerSummarizer
gives error
---------------------------------------------------------------------------
Import…
-
train_parser.sh: line 14: allennlp: command not found
train_parser.sh: line 26: syntax error near unexpected token `done'
train_parser.sh: line 26: `done'
allennlp -v produced:
ModuleNotFoundE…
-
`ValueError: could not convert string to float: 'Valence'` error when running `python3 main.py`. Any idea what is the issue?
Full error:
```
root@0c90ffaa2958:/Font_LDL_2020/Font_LDL# PYTHONIOE…
-
https://github.com/MartinHlavna/hector/pull/29
Aktuálna verzia spacy píše warning:
UserWarning: [W095] Model 'sk_ud_sk_snk' (1.0.0) was trained with spaCy v3.7.5 and may not be 100% compatible w…
-
I'm trying to reproduce the example in the README.
```python
name = 'absa/classifier-rest-0.2'
model = absa.BertABSClassifier.from_pretrained(name)
tokenizer = absa.BertTokenizer.from_pretrained…
-
В директории `docs` сделать файлик installation.md с инструкциями как поставить все зависимости, чего куда скачать (например для спейси оказывается надо запустить `python -m spacy download ru_core_new…
-
# Idea
`User: what is karma?` etc. should be detected based on the combination of sentence type (question) and the keyword(s) such as `karma`
# Possible approach
Next to simply using regex one m…
-
## Rasa Train & Test
`> rasa train`
```
Error: YamlValidationException: Failed to validate YAML. Please make sure the file is correct and all mandatory parameters are specified. Here are the erro…
-
Code:
import re
import heapq
import nltk
import numpy as np
import gensim, logging
from text import text2vec
f = open("D:\dataset\mahout-0.8\mahout-0.8_Corpus.txt")
doc_list = f.read()
#doc…