hebrew Questions
3
Solved
Hi I am trying to write a CSV with HEBREW text in it. It writes some symbol not an Hebrew text. Below is my PHP CODE.
<?php
$list = array (
array('שלטל', 'שלטל', 'שלטל', 'שלטל'),
array('123'...
Applicator asked 22/1, 2016 at 6:36
0
This formula is great
Limit the number of words in a response with a regular expression
It works great in English
But probably not so good in Hebrew
Is there anything that should be changed?
I ente...
Agglutinogen asked 24/1 at 11:29
3
Solved
I have a file in Windows-1255 (Hebrew) encoding, and i'd like to be able to access it in Node.js.
I tried opening the file with fs.readFile, and it gives me a Buffer that i can't do anything with....
Exocrine asked 29/10, 2014 at 9:21
8
Solved
I have a question:
I want to do a validation for the first and the last name with RegEx.
I want to do it with only Hebrew and English without numbers.
Someone can help me to do that code?
Derman asked 31/7, 2014 at 19:27
1
When putting Hebrew text on an SVG textPath it is reversed only in Safari (macOS ventura 13.2 Safari 16.3). It is OK in Firefox and Chrome. Text that is NOT on a path is always OK. Furthermore, I a...
Leonteen asked 10/2, 2023 at 11:43
2
I'm trying to separate a Hebrew word into letters in C#, but ToCharArray() separates the diacritics as if they're separate letters (which they're not). I'm fine with either keeping the letters whol...
Goldfilled asked 11/5, 2022 at 12:41
2
Solved
I want to extract Hebrew text from an image.
I've tried using pytesseract, but it gets some letters confused (for example ' instead of י or נ instead of כ)
I tried doing some manipulations on the...
Ney asked 17/7, 2018 at 5:1
2
Trying to render a Hebrew text along a path in SVG causes a bug in Chrome - the glyphs are rendered backwards (left-to-right), making the text unreadable.
<svg height="220" width=&quo...
Warhol asked 20/7, 2014 at 11:20
5
Solved
I want to select a string of Unicode Hebrew text in a Word document and remove the Hebrew vowels (aka nikkud) without changing anything else.
I need to remove Unicode characters in a given range f...
3
Solved
I'm working to localize my app for a number of language. Spanish is working great but Hebrew isn't showing up.
What confuses me is if I put the contents of my Hebrew strings folder in the Spanish ...
Moir asked 6/12, 2011 at 0:18
6
Solved
Where can I find a list of Hebrew stop words?
Oram asked 2/9, 2009 at 1:49
5
iOS application, we're to display news, coming from server.
UIlabel is used
Everything is perfect when he sentence is in a single language only with no regard to layout (we're switching layout RT...
Control asked 28/5, 2016 at 9:59
8
When my website displays Hebrew text mixed with numbers, and there is a number with a dash in the middle, the number with the dash in the middle is displayed RTL. For example, with the text:
רמה 4...
Alejandraalejandrina asked 22/11, 2011 at 12:56
4
I tried to use dataset=pandas.read_csv('filename') to make a framework. But somehow I can't do it because one of the column headers is written in Hebrew.
I checked, and it is possible for a DataFr...
5
Solved
Writing simple text on an image using PIL is easy.
draw = ImageDraw.Draw(img)
draw.text((10, y), text2, font=font, fill=forecolor )
However, when I try to write Hebrew punctuation marks (called ...
Faro asked 14/6, 2009 at 17:28
2
I want to process the whole Tanach file, in Hebrew. For that, I chose the language Raku because some of its features (grammar and unicode support).
So, I defined some tokens to select the relevant ...
2
Solved
I want it to produce the number next to a word so that I can ask the user to select the word by using the corresponding number.
This is my code
alt_words = hlst
loopnum = 8
for i in range(loopnum...
Epinasty asked 2/3, 2017 at 12:53
4
Solved
I'm trying to add some text to my plot which is RTL (in this case, Hebrew). After some work managed to get it to display the text, but it's displayed LTR (meaning, in the reverese order). I've dug ...
Mesitylene asked 14/3, 2013 at 22:54
1
I have a dataframe with words in Hebrew.
I am using df.to_csv(encoding='utf-8') to write it but the words are not presented good:
When open it in TextEdit, I see the Hebrew properly.
I am using...
Resurrection asked 14/10, 2018 at 12:57
6
For <html dir="rtl"> some browsers (Safari, Edge, IE) will automatically move the scrollbar to the left side which is the correct behavior:
Unfortunately, major browsers (Chrome and Firefo...
Refined asked 19/9, 2018 at 10:57
2
I want to write a Hebrew string in Python and then show it onscreen.
The problem is that I get a mirror view of what I wrote.
How can I set the string to use RTL instead of left to right?
4
I'm creating a website (Speedy Net) in 2 languages - English and Hebrew. I have an input field (the slug/username) which must be in English (alphanumeric Latin characters). When I enter the website...
3
Solved
I'd like to style niqqud characters inside html differently than the letter.
Suppose I'd like to have Hebrew letter Bet black while Dagesh in it green.
How can this be made in html+css?
This does...
2
Solved
In right-to-left languages such as Arabic and Hebrew, how can I adjust the direction of text for ggplot2 text elements?
Note that I'm not talking about alignment (which is controlled by the hjust, ...
Tuft asked 24/12, 2018 at 15:11
1
I am looking for a good stemmer for Hebrew - I found nothing at all using Google...
On the HebMorph site it says that:
Stem and Lemma originally have different meanings, but for Semitic languages...
Moen asked 6/1, 2014 at 15:39
1 Next >
© 2022 - 2024 — McMap. All rights reserved.