All Questions

Filter by
Sorted by
Tagged with
0
votes
0answers
4 views

Configure PunktSentenceTokenizer and specify language

I would like to use the PunktSentenceTokenizer to split up German texts into sentences. As the pretrained model stumbles upon some abbreviations (e.g. z. B.), I would like to configure those ...
0
votes
0answers
4 views

How do you creating large scale web application folder structure for next js and redux?

I have folder structure for large scale application but I'm not sure it is good or not. I want to know which approach you are using for large scale application. Example data fetching , storing , any ...
0
votes
0answers
3 views

onViewableItemsChanged isn't called in a nested ScrollView (React-Native)

I have a ScrollView for the entire screen and inside it there is a FlatList. when I place onViewableItemsChanged inside the flatlist it does not work, unless I make the ScrollView a normal View. What ...
0
votes
0answers
2 views

Is this a good approach to different tasks?

I am currently using executor services to do different 5 tasks based on if statement with different parameters and after completing the task I want update views like progress bar and textview in the ...
0
votes
0answers
4 views

Stored procedure is not executing due to some syntax error?

Hi here is my stored procedure but it's not executing due to some syntax error. Can someone please help me out? CREATE PROCEDURE Modify_Schedule(IN courseCode Varchar(30), IN startDate date) BEGIN ...
0
votes
0answers
3 views

PHP - Convert "non" UTF-8 to UTF-8

In my XML file I have strings like: "Schwäbisch Hall Unicorns" How do I convert this by using PHP into UTF-8 to get: "Schwäbisch Hall Unicorns"
0
votes
0answers
3 views

What's the useof .pro file in a Qt project?

Hope you're doing well. I'm curious to know the use of the .pro file in a Qt project. It will be better if someone can give some insight on it. Thanks in advance!
0
votes
0answers
6 views

VMware can't recognize my windows7 broken maybe

VM ware thing that my Windows 7 is Windows 10 but not a big dial just asking if can fix it and it stuck as well Example
0
votes
0answers
6 views

how to make a automatic barber machine?

I want to do a big project, automatic barber machine, generate the desired distribution with Gan neural network, and then use a high-tech, automatic hair cutting. Is there any technology that can cut ...
0
votes
0answers
4 views

Kernel size is different in keras from what I have specified

I have been working with the convolutional neural network with Keras. I used the below image and converted it into an array. img_arr = np.array(img) img_arr = img_arr/255.0 >>> array([[[0....
0
votes
0answers
7 views

Unity freezes when adjusting the script to many objects

I'm working on dropping the ball through Unity and getting the coordinates of the ball. Two things were applied: a script for physical action and a script for dropping a ball. I don't think there's a ...
0
votes
2answers
9 views

Calculate mean of row using only certain columns in pandas

I have a pandas dataframe containing 5 scores for each row and then the standard deviation of these 5 scores. This was easy to calculate by using df['std'] = df.std(axis=1, ddof=0). However, when I ...
0
votes
0answers
8 views

In react-native: How to dismiss dropdown menu View, on clicking screen outside of this dropdown menu inside functional component

Below is the dropdown View, which I want to dismiss it on clicking anywhere in screen outside of this View.
0
votes
0answers
5 views

there is a shell code for file under a folder but it is showing a error . folderName = abc ./fileloop.sh: line 5: folderName: command not found

#!/bin/bash -x for file in ls *.txt; do folderName = echo $file | cut -f 1 -d '.'; mkdir echo $folderName; cp $file $folderName; done
0
votes
0answers
6 views

TPL DataFlow memory leak

I've developed a multiple data pipelines using TPL DataFlow v5.0 which any pipeline contains TPL blocks. Each pipeline looks like this: BufferBlock - receives udp packets from multiple clients and ...

15 30 50 per page
1
2 3 4 5
1455885