Skip to main content

Questions tagged [text]

Text is a sequence of printable characters.

0 votes
0 answers
9 views

NIFI - How I can use a InvokeHttp without body in Nifi?

How I can use a InvokeHttp without body in Nifi? I need to use a POST method with a query, example: www.teste.com&query= Send without a body, only in URL.
Rodrigo Hajime Himauari's user avatar
0 votes
1 answer
6 views

using tshark to extract text similar to wireshark export packet dissections

I am trying to use tshark to export text files from pcap with the same amount of information as I would get from wireshark -> file -> export packet dissections > as plain text. when I use ...
activemorta's user avatar
1 vote
2 answers
45 views

How to find duplicates in a text file in python and create a new text file with out them

I am trying to remove duplicates from text files to make a current process more efficient Example input: 1 1 1 1 2 1 3 1 4 1 Example Output: 1 1 2 1 3 1 4 1 my issue is when ...
Kaleb Brookshire's user avatar
0 votes
2 answers
88 views

How to show String of array text in curve shape in SwiftUI?

I need array of text should scroll in curve shape like below: Code: but with this code i can create green colour curve shape view but how to show array of text in curve shape ? please help me to ...
Swift's user avatar
  • 1,172
0 votes
0 answers
24 views

Trying to truncate text on smaller screens, but the common solutions don't work

This code works fine, only when the_title() text is longer and the window is small, the text wraps to the next line: <div class="metabox metabox--position-up metabox--with-home-link"> ...
atownsend11's user avatar
0 votes
0 answers
28 views

Need Help Comparing Text in One Cell To Another

I am trying to develop a program where the end state will be this program finding all instances of similar text within cells from multiple sheets and grouping it together. This question is going to ...
Mdlovitt's user avatar
0 votes
0 answers
15 views

How to resolve Internal server error in flask and summary not fetched error in a text summarizer application that I'm trying to build?

I'm building a simple text summarizer using HTML , CSS and Flask. It is a simple web application that I'm trying to build, it should give summary when .txt file is uploaded but I'm getting internal ...
user008's user avatar
-2 votes
1 answer
53 views

Extract only phone number without country code in BigQuery

I have some data in GCP BigQuery where the 'phone_number' column is in the formats shown below. How can I extract only the digits in the data corresponding to the area code and subsequent phone number,...
Gaurav Bansal's user avatar
0 votes
0 answers
23 views

ERROR: Failed building wheel for hdbscan - using text package in R [closed]

I cannot install Python modelus for text analysis using the text package in R. I ran text::textrpp_install() and get the following error: note: This error originates from a subprocess, and is likely ...
Andrés Castro's user avatar
2 votes
3 answers
45 views

How to create text highlight effect

Any suggestions on how i can create this text effect with html and css. want to create this Tried using mix-blend-mode but the background got inverted as well. <!DOCTYPE html> <html lang=&...
huanz's user avatar
  • 21
0 votes
0 answers
14 views

How do I make text in Button take up a bigger part of it?

I'm trying to make a custom keyboard for an android app so I'm trying to make the text on the buttons as readable as possible. I want the text to be big on the button, but setting the textSize ...
user26370805's user avatar
0 votes
1 answer
63 views

Issue with centering a TextBox in Python Tkinter

I'm currently using Customtkinter and encountering an issue with horizontally centering text within a CTkTextbox. Here is a snippet of my code: textbox = customtkinter.CTkTextbox(master=self....
dann's user avatar
  • 50
1 vote
1 answer
59 views

is there a way to output and consume binary files on stdout/stdin of powershell?

I am expierencing an issue with a powershell script which doesn't work whereas dotnet application with the same commands works. I believe the problem is related to encoding, I think in powershell the ...
Lawrence Kok's user avatar
  • 1,588
-2 votes
0 answers
15 views

How to Multi Label Classification Korean SpecialAI [closed]

I checked the URL https://github.com/sonnydfa/SpecialAI/, but it wasn't helpful. I want to classify characters written in Hangul and perform multi-label classification for sentiment analysis. Could ...
Inho Son's user avatar
0 votes
1 answer
12 views

Windows terminal cursor sometimes become strange

While using Windows, I frequently encounter the situation provided in the attached image. It looks somewhat auto-completion and the text cursor stands still until I complete typing a word. I think ...
Jisung Kim's user avatar

15 30 50 per page
1
2 3 4 5
2130