Do they quote with « guillemets » or leave spaces before punctuation marks ? French.
Decimal comma instead of a period, spaces for thousands separators, or currency sign after the number instead of before it? I'll bet you 5 000,00€ they're European.
„First quote mark aligned to the bottom“? East European.
Group numbers larger than 1000 by twos instead of threes? 1,00,000 rupees they're Indian.
Full width letters? East Asian, likely Japanese.
“I went to my RN”
“I always try to do things via Colosia” (made up brand)
“Our HSA allows us to go to my bank”
Also German-speaking countries seem to have standardized acronyms for pieces of legislation (XyzG), but, unlike the case in the U.S., these acronyms are never pronounceable as words or meaningful. In the U.S. there is a huge sport of making legislative titles spell out something clever. Like CLOUD Act, USA PATRIOT Act, CARES Act, CAN SPAM Act, USA FREEDOM Act, REAL ID Act, and so on.
Although that seems to be much less common online than in print.
And never made any sense to me.
You might see a parenthetical(with no space adjacent to the parentheses at all).Or a full stop,and then a sentence immediately following it with no interruption.This looks incredibly strange to me.Essentially I imagine it's as though the punctuation is felt to contain its own built-in spacing or something.
Is it taught this way in school in India? Does it appear this way in professionally published books in English?
Indeed, a lot of Indian people do not know the punctuation rules. I frequently educate them about it. Some however refuse to correct themselves.
It is not taught that way in India. However, I am seeing even English teachers developing these habits.
Books, print media, written by Indian authors is usually fine as of now. However, the way it is going, I would not be surprised to see this style of writing becoming a standard as a local dialect over the years. :-(
And in Commonwealth English you might find:—
- the 'dog's bollocks', a colon followed by a dash or hyphen.
Group numbers by the myriad? 1,0000,0000 times more likely to be East Asian.
These 3 kinds of quotation marks have spread from their countries of origin to many other countries.
That parallels the typewriter keyboards. The American/British is QWERTY, the French is AZERTY and the German is QWERTZ.
Many East European countries had also used the German QWERTZ typewriter keyboard, before the transition to modern computers, which eventually made QWERTY more popular.
Edit: this led me down a Wikipedia rabbit hole trying to find the history of alphabets and writing direction for Turkish and Farsi, but I still don't know the answer to the number order question.
I've picked up the habit of doing this (in chat messages at least) from working with a lot of Europeans for years (I'm American). I like how it gives extra emphasis to question & exclamation marks.
Another practice I find ... jarring ... is of not putting spaces around em dashes in text. I find "word --- word" reads far more sensibly than "word---word". The former clearly indicates a bran in text, the latter might be mistaken for a compound word (though from context this is virtually always clearly not the case).
The justification (no pun intended) for the double space after period is that it looks better, or closer to traditional typesetting, when text is rendered in a monospaced font. While this is still my experience with reading and writing e-mail (and other text) in a terminal, it's not the way most people now compose text on most devices, since most typing is done in software with proportional fonts.
Most of South America also uses commas for decimal separator.
While they use Euros, the Republic of Ireland is an exception to this.
Link to the actual tool the author made for creating your own punctuation visualization: https://just-the-punctuation.glitch.me/
Would be interesting to see a classifier based on this.
Typically, this type of feature is generalised of "character n-grams", but there are lots of variants.
i also wanted to answer the same question. so i pasted two essays from one of my favorite authors in the tool. the punctuation summaries looked very different.
the two essays were by Isaac Asimov -- he does have a somewhat recognizable writing style. one essay was on physics and one of demonology.
then again, nlp has "stop words". i guess maths and physics would have math symbols stripped in that line of research?
I once ran Satoshi et al.'s writings through some simple stylometry service. If I recall correctly, my search pointed to Nick Szabo. A quick Google search shows that others have come up with Szabo, Finney or Dai. I am now super curious as to what the results would be if punctuation was analyzed exclusively... Unfortunately, I don't have time at the moment to pursue this tangent.
«»?.,,?',€'.„“?.?,,'.?,.[–]—,—();’,…’’.[–]$|-'[::]'.'-,'.[–],’:>…’,,,..,?[–]>,?''.[–].'(,').()'?.[–],.-.
> … when you look at those writers’ punctuation, you can see, in a quick glance, how different they are.
Wild. But beyond this and pretty pictures, what have we learned?
> So, what did I discover about my own writing?
There's multiple paragraphs on what they've learned about their own writing.
echo $thing | tr -dc '[:punct:]'
Running it against a bunch of my writing does produce something that feels like a common pattern of symbols. Though there doesn't seem to be munch commonality between my fiction and non-fiction writing, where I'd expected at least a little bit of an overlap.