Muhammad Irfan

Results 30 issues of Muhammad Irfan

Hi, I tried long string to convert it to paragraphs but it fails even changing parameters. Here is the test sample. ```python import lexnlp.nlp.en.segments.paragraphs as p paras = p.get_paragraph_list("We will...

Hi, I'm trying to use lottie animation in streamlit multippage. But the issue is I cannot set the position of lottie logo. It's always at the bottom of menu pages....

I'm trying to use gradio with Vosk but it seems the model is not predicting speech. I'm using `test_gradio.py` to predict the speech. Here is the app console output. ![web](https://github.com/alphacep/vosk-api/assets/3822565/d78f1e6c-5071-4970-b4dc-1fca20ba6fd1)...

I tried to use Vue sample but it seems not working. I'm using node 16.20.1. I have installed the packages but when I run app and press start it does...

Is there a way to fine-tune the model in this library???

**Describe the bug** I'm trying to use the sentiment model. **To Reproduce** ```python from danlp.models import load_spacy_model import operator # load the model nlp = load_spacy_model(textcat='sentiment') # use the model...

I've trained the model successfully but when I try to synthesize the text it throws an error. ```shell Cannot load NN model from model_dir: /home/virtuoso_irfan/Ossian/voices//cn/toy_cn_corpus/naive_01_nn.cn/processors/duration_predictor -- not trained yet Cannot...

I'm trying to run it on Cantonese data and getting errors: ```shell p p p p p p p p p p p p p p p p p p...

I have updated to code and tested it with latest libraries. Doc and code following the conventions.

I want to predict the sample text on your model. How can I do that? I did not find the code to do it on single sample.