Skip to main content

Questions tagged [text]

Text is a sequence of printable characters.

-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
13 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
1 vote
1 answer
48 views

Regex for nested tag detection

I have a document generation application that handles tag replacement, I use a regular expression to detect said tags. These tags can be of multiple types, for the sake of the problem let's take into ...
Filipe Nóbrega's user avatar
-1 votes
1 answer
29 views

Text DISABLED but leave Scrollbar NORMAL

I can't seem to find a solution to this one. If I have a textbox that I state=DISABLE, it also disables the scrollbar. Is there a way around this? from tkinter import * from tkinter import ttk #Create ...
Phil LuvsChips's user avatar
0 votes
1 answer
37 views

Set value in column based on multiple conditions on multiple columns

Could someone please help me on this. Been searching for hours on several platforms, tried several solutions but can't figure out the exact code for the possible solutions. In other words: I can't get ...
EVisser's user avatar
  • 35
0 votes
0 answers
51 views

extract string emojis from text [duplicate]

i want to extract string emojis from string to array of string. Previously, i had this regex: const regex = /([\u{1F600}-\u{1F64F}])/gu and i was using it like this: const parts = text.split(regex)....
Dawken's user avatar
  • 11
0 votes
1 answer
51 views

Is it possible to get the angle of rotation of the text area via PaddleOCR?

PaddleOCR can correctly recognize 90, 180 and even 270 degree rotated text in a mode use_angle_cls=True, but it doesnt provide any information about the angle of rotation in a result.As a result, area ...
user176953's user avatar
0 votes
0 answers
25 views

Coloring a text

I tried to run the code: import time s = time.time_ns()/1000000 en = time.time_ns()/1000000 ma = 0 while True: e = time.time_ns()/1000000 if s - en >= 1000: ma = max(ma,int(1/(e-s)...
Mohamed Ali Martins Agoussine's user avatar
-1 votes
1 answer
40 views

Writing an Ifelese Command to Detect Whether a Word Appears in a Dataframe in R [duplicate]

I want to create a data frame column based on whether a specific dictionary of terms appears within text data. I currently have a data frame, where the column text contains different texts. I would ...
user17896's user avatar
0 votes
1 answer
51 views

How to determine if a text in an image is upside-down?

I need to establish if text on my image is upside down.Examples of my images: 1 2 3 4 5 I do that via comparison of confidence scores of primal image and 180 degree rotated image, but sometimes ...
user176953's user avatar
0 votes
2 answers
64 views

I need to get these two lines in my variable into one single line. Power Automate variable

I need line 2 in the image to be combined with line 1. Below is what the full variable should look like. CROWDSTRIKE FALCON EPP ENT FLEX BNDL T14.12M I've tried wrapping the text and combining the ...
casecha's user avatar
-1 votes
0 answers
35 views

How to Perform Text Similarity Calculation Using Multiprocessing?

I tried to perform text similarity in batch, and my code works. However, when I want to speed up the calculation with multiprocessing, my Juypter notebook shows the following mistakes below. I am new ...
leilei's user avatar
  • 69
0 votes
1 answer
48 views

How can I access font families in pygame

I am currently trying to use a font family I have within my working directory in pygame. After looking at the pygame.font.Font documentation I couldn't find anything on this and I also searched on ...
Daniel's user avatar
  • 17
-1 votes
0 answers
39 views

How to create text with gradient fill, gradient inline stroke and inner shadow?

I have problem with CSS. I want to create text from Figma design. This text is in the image I attached below. It should have these properties: Poppins 48px size and 600 weight font Linear Gradient ...
adasq0's user avatar
  • 11
1 vote
1 answer
24 views

Text overlapping over the Toolbar

[I Wrote my first program in jetpack compose and I face this problem that a simple text after putting in a column{} or in a row{} it begins from the toolbar of the emulator means the text gets ...
Shahid Faried's user avatar

15 30 50 per page