The punctuation tag has no wiki summary.
0
votes
1answer
29 views
Fulls stops in a title are not searchable in SOLR
I have a fairly straight forward SOLR search implementation using DataImportHandler.
One of the fields is the name of a business. It creates a searchable field with Business Name as part of it as ...
1
vote
2answers
75 views
Sentence formation: Punctuation checks in java
I want to check the quality of sentence formation. Specifically, I am looking to see if the end-user types a space after a punctuation.
I am okay with a NLP library, or a simple java regex solution ...
1
vote
4answers
75 views
Join split words and punctuation with punctuation in the right place
So I tried using join() after splitting a string into words and punctuation but it joins the string with a space in between the word and punctuation.
b = ['Hello', ',', 'who', 'are', 'you', '?']
c = ...
0
votes
2answers
48 views
PHP Regexp - if custom punctuation symbols are side-by-side, then regex doesn't match
my regexp
/^[\p{L}\p{N}][\p{L}\p{N} \.,;:\?!-“”‘’"']+$/u
aim of regexp
allow utf-8 characters, numbers, spaces AND custom punctuation to verify article title
these inputs below don't match but I ...
0
votes
1answer
18 views
Text whitespaces correcter
The basic idea of what I need is whitespace correction (but more things could be appreciated too!): I am in a park ( with her , not him ) . => I am in a park (with her, not him).
Whitespace ...
-1
votes
3answers
110 views
Remove punctuation from a list of list of strings in python
Lets say I have a
[["Hello, world!"],["Hello!!, WORLD!!"]]
I want it to produce
[["Hello","world"],["Hello","WORLD"]]
-2
votes
4answers
157 views
custom php function in mysql query
my query below
working query
$sorgum = "SELECT kolon_etiketler, kolon_yazar, kolon_baslik, kolon_resim_baslik, kolon_resim_url, kolon_yazi, kolon_ytarihi FROM tb_yazilar WHERE kolon_statu = 'onay' ...
0
votes
3answers
90 views
Remove punctuation Perl
Hye..how to remove punctuation?.. Actually I already try using [:punct:] but it does not work for all punctuation. It just only remove the dot . only...but other punctuations still have. My task is to ...
0
votes
2answers
96 views
remove punctuation
I need to tie in the punctuation function so text in a file is printed without punctuation. Take a line: "How are you today?"
So far that prints:
"how
are
you
today?"
But I want to print it like:
...
0
votes
2answers
142 views
How can i strip punctuation from a string and then add it back at the same index later?
I want the program to let's say if my word_str is "This is 'Cambridge University' for example." It will keep the first and last letter of the word and scramble up the inside of the word if the length ...
1
vote
1answer
138 views
Store sentence with punctuation in C++
It's my first time here and I am a beginner at C++. I would like to know how I can split sentences with punctuation mark while I am reading from a text file.
i.e.
hey how are you? The Java is ...
4
votes
2answers
1k views
Adding Apostrophe in a string - Matlab
I want to put an apostrophe in a string to denote the possessive but it ends the string, how can I put one in.
-1
votes
1answer
60 views
I cannot locate my spelling/punctuation errors. My code runs fine, yet there is something wrong [closed]
I wrote out a program in Java that allows the user to name certain sports based on the number of players and vice versa using a scanner. I ran it with almost every combination I could think of, and it ...
1
vote
1answer
34 views
Replace names in fulltext seach ignoring punctuation and leaving it in tact. PHP & Regex
I'm trying to replace certain string occurrences in a text file with links. Some of the entities consist of more than one word, i.e. they are strings with spaces in between. I'm essentially looking ...
1
vote
2answers
686 views
How do I ignore punctuation marks and whitespace in java?
import java.util.Scanner;
public class Ex3 {
public static void main(String[] args) {
Scanner keyboard = new Scanner(System.in);
System.out.print("Please input a word: ");
...
2
votes
1answer
25 views
solr puctuation issues
i have a field which contains
... ung eignen sich auch Computer-Rechtschreibprogramme. Deutsch Erweiterte ...
i've configured it like this
<fieldType name="text" class="solr.TextField" ...
-1
votes
3answers
800 views
how to check if string is an punctuation
lets say i have String array that contains some letter and punctuation
String letter[] = ["a","b","c",".","a"]
in letter[3] we have "."
i wanna check using looping for but how can i make the if ...
0
votes
0answers
65 views
WP7 TextBox how to detect key up is alphabet or punctuation mark
I want filter a ListBox based on what user types in the TextBox, so I handle the TextBox_KeyUp event. TextBox_OnTextChanged doesnot suit my need.
My Windows Phone device has a physical keyboard. So I ...
1
vote
7answers
195 views
String replacement with dictionary, complications with punctuation
I'm trying to write a function process(s,d) to replace abbreviations in a string with their full meaning by using a dictionary. where s is the string input and d is the dictionary. For example:
...
0
votes
1answer
69 views
A way to identify punctuation in hebrew? C#
lately a thought came accross my mind on whether or not its possible to identify punctuation of a word in hebrew, using C#.
There are a few punctuation mark in the hebrew language, such as:
יוּעָדוּ
...
0
votes
1answer
90 views
C programming ispunct() function for validation
Currently I'm using string to collect input and I want to not allow the input have any punctuation except DOT(.)
For example :
char str[10];
int i,valid=1;
do{
printf("Input: ");
...
2
votes
2answers
300 views
clean line of punctuation and split into words python
learning python currently and having a bit of a problem. I'm trying to take a line from another subprogram and convert it into separate words that have been stripped of their punctuation besides a ...
0
votes
6answers
160 views
Remove punctuation from file name while keeping file extension intact
I would like to remove all punctuation from a filename but keep its file extension intact.
e.g. I want:
Flowers.Rose-Murree-[25.10.11].jpg
Time.Square.New-York-[20.7.09].png
to look like:
...
1
vote
1answer
125 views
How do I print punctuation right after a variable? Python
s = "A Colon is beside me"
print s,":"
I should get
A Colon is beside me :
But I wanna get
>>>A Colon is beside me:
How?
-1
votes
2answers
87 views
punctuation expected errors-c# [closed]
I am new to c#.I trıed to write basic average calculator.I get 60 error most of them
) expected
; expected
I checked but i think everythıng s correct.Can it be problem about that I use visual ...
1
vote
2answers
920 views
How can I remove all leading and trailing punctuation?
I want to remove all the leading and trailing punctuation in a string. How can I do this?
Basically, I want to preserve punctuation in between words, and I need to remove all leading and trailing ...
0
votes
1answer
356 views
How to use nested getline() function to get ride of special characters and punctuation in a string?
I am using getline() function to get ride of special characters and punctuation in a sentence, so that when i display the words contained in the sentence, it does not have any other character beside ...
0
votes
3answers
186 views
Multiple punctuation stripping
I tried multiple solutions here, and although they strip some code, they dont seem to work on multiple punctuations ex. "[ or ',
This code:
regex = re.compile('[%s]' % re.escape(string.punctuation))
...
0
votes
2answers
83 views
Cannot found accurate number of words in my string starts with punctuation such as Quotation marks
I am writing a code where I am supposed to find the number of words in a string, knowing that each word can be delimited by any character other than A-Z (or a-z). The code I wrote works fine only when ...
0
votes
2answers
154 views
regexp add space after period but not when period represents a decimal or letter abbreviation?
Using php regexp in a simple way, is it possible to modify a string to add a space after periods that follow words but not after a period that is preceded and followed by a number such as 1.00? I also ...
0
votes
1answer
385 views
regexp add space after comma but not when comma is thousands separator?
Using php regexp in a simple way, is it possible to modify a string to add a space after commas and periods that follow words but not after a comma or period that is preceded and followed by a number ...
2
votes
3answers
359 views
Add/fix punctuation in php
I am slowly refining a punctuation fixing function in PHP which is used to clean user input. The function currently adds spaces after punctuation, removes spaces before punctuation, and capitalizes ...
1
vote
2answers
339 views
Scala/Java - library to parse some text and remove punctuation?
I am using a BreakIterator implementation in Java to remove punctuation from a String. I need to rewrite this in Scala, so I figured this might be a good opportunity to replace it with a nicer library ...
0
votes
2answers
147 views
Stripping punctuation from unique strings in an input file
This question ( Best way to strip punctuation from a string in Python ) deals with stripping punctuation from an individual string. However, I'm hoping to read text from an input file, but only print ...
0
votes
1answer
133 views
Bash completion for strings with spaces and punctuation
I'm trying to write a bash completion function that works for strings containing spaces and punctuation, even quotes may be in there.
I extract these strings with sed from files and thus have them as ...
0
votes
2answers
105 views
Detect punctuation and echo it separately
I want to detect punctuation (!@#$%^&*()?<>"';:}{][) wherever in a string (front or behind the string)...
$string = "'Hello!'";
$anotherstring = "Hi";
I want it to record the punctuation in ...
-4
votes
2answers
405 views
C++ punctuation [closed]
More social curiosity than actual programming question...
A thousand years ago when I took my first programming class (Fortran 66) and a mere 500 years ago when I tokk my first C and C++ classes, ...
0
votes
4answers
191 views
Taking punctuation out of a a python list
I know there are tons of examples about removing punctuation but I want to know the most efficient way to do this. I have a list of words that I read from a txt file and split
wordlist = ...
2
votes
1answer
68 views
What's the difference between GC=Mark and GC=Punctuation in Unicode general categories?
I'm having trouble understanding some concepts. In the Unicode spec, there's a property called general category.
OK I understood what are each of letters (usual characters; GC=L), numbers (like ...
0
votes
1answer
37 views
Punction is starting to be put at the start of my line
So this may be a simple mistake, and I can't really post my whole code because it's extremely long. But long story short.
When I input
<blockquote STYLE="text-align: center"> <div ...
3
votes
5answers
2k views
How do I add space between two variables after a print in Python
I'm fairly new to Python, so I'm trying my hand at some simple code. However, in one of the practices my code is supposed to display some numbers in inches on the left and the conversion of the ...
5
votes
2answers
1k views
How to read a .csv file containing apostrophes into R?
I am having difficulty getting R to read a .txt or .csv file that contains apostrophes.
Some of my columns contain descriptive text, such as "Attends to customers' needs" or "Sheriff's deputy". My ...
4
votes
3answers
159 views
Are there character collections for all international full stop punctuations?
I am trying to parse utf-8 strings into "bite sized" segments. For example, I would like to break down a text into "sentences".
Is there a comprehensive collection of characters (or regex) that ...
-3
votes
1answer
1k views
Python Regex punctuation recognition
I am stumped by this one. I am just learning regular expressions and cannot figure out why this will not return punctuation marks.
here is a piece of the text file the regex is parsing:
APRIL/NNP
...
2
votes
2answers
107 views
Handle punctuation using Zend_Translate
Currently, I'm trying to apply Zend_Translate to the project I'm working on. Regular text works perfectly fine, but I ran into a problem with the translation of forms.
The translation adapter is ...
2
votes
1answer
139 views
Punctuation causing errors when reading a string with whitespace using sscanf in C
Update: Properly initialising string with char string[sizeof buffer - 1] has solved the crashing problem, but I'm still curious as to what having more than one punctuation mark had to do with it!
I ...
0
votes
1answer
257 views
Splitting a string after punctuation while including punctuation
I'm trying to split a string of words into a list of words via regex. I'm still a bit of a beginner with regular expressions.
I'm using nltk.regex_tokenize, which is yielding results that are close, ...
1
vote
2answers
2k views
runOnUiThread(new Runnable() { punctuation (token) issue
Somehow it doesn't work, according to me it should be this:
public void Splash(){
Timer timer= new Timer();
timer.schedule(new TimerTask(){
MexGame.this.runOnUiThread(new Runnable() {
...
4
votes
3answers
1k views
Javascript regex validate password string (escaping punctuations)
I am trying to validate a password string with javascript and need some help with a regex. I have tried some tutorials, but I think I have some problems understanding how to escape quantifiers and/or ...
1
vote
1answer
558 views
There is a library for String normalization in Java?
Yes, I know that there is a similar question, but I want a different thing.
I want to normalize punctuations, spaces, quotes, hyphens, etc., but not touch in the letters.
There a lot of different ...


