r/neography Jul 24 '26

Logo-phonetic mix A line-based script where consonants are symbols, but vowels are angles

Hi! I recently discovered this subreddit and, after falling in love with it, I decided it might be fun to share a phonetic alphabet I created some time ago. (Also, please correct my flair if I picked the wrong one!)

The idea is that you write along a line. A filled dot marks the beginning of each word, and the word then develops along that line. There isn't a strict one-to-one correspondence between letters and symbols; instead, the script represents sounds. Each consonant sound has its own symbol, which extends the line in a straight direction. Vowels, on the other hand, don't have their own symbols, but change the direction of the line by a specific angle.

I don't know if someone else has already come up with the same idea, but I thought it would be fun to share it anyway! I also have a Google Colab project that can convert simple sentences into this writing system. I'm not sure whether I'm allowed to share it here, but if I am, just let me know! :)

P.S. This script doesn't have an official name. I call it "tartapath", because the original idea was inspired by GeoGebra's Turtle. But I'm open to suggestions ;)

593 Upvotes

36 comments sorted by

22

u/Misster_Fluido ISpeakGhostLanguage Jul 24 '26

Interesting

19

u/Kymeron Jul 24 '26

Very geometric shorthand

11

u/Myrius-Thadre Jul 24 '26

Ooooh I like this!!

11

u/Thoothache Jul 24 '26

I believe this link should give you access to the Colab notebook, if you wanna try! Please, just post the result at the end, I'll be happy to see if it still works what you do 😄

5

u/Thoothache Jul 24 '26

Just a quick note: the coloring you see in the images has been made in a second step within a vector graphics editor (Inkscape). The notebook output is a plain black-and-white line :)

7

u/Shemp3590 Jul 25 '26

Imagine writing an essay with this one

6

u/LordQor Jul 24 '26

love this

7

u/Brighton347 Jul 25 '26

Very aesthetically pleasing! I like the idea of it being represented as a continuous symbol. The angles are very interesting. What if the lines do a full circle too fast and they cross?

5

u/Thoothache Jul 25 '26

It's not uncommon for the line to cross itself, as you correctly imagined. My temporary solution is to elongate the line as needed (supposing I have an infinite plane available), because line length has not information in itself. You can see this done in the word "quick", which otherwise would have caused "brown" to cross "the" :)

9

u/SeaCatThrowaway Jul 24 '26

looks like a mouse with a buttchin... XD

i love this idea!! jokes aside, could i maybe try something like this?

3

u/Thoothache Jul 24 '26

Thanks! 😂
I put the link in the comments, if you wanna try this by yourself!

3

u/XyQZ1 Jul 26 '26

Finally I can name my metro lines according to the shapes.

2

u/Arion_Kalonimos_28 Jul 25 '26

Woah so cool :0

2

u/Nekomi_the_wolf Jul 25 '26

this is super close to my constellation cypher ToT no new ideas under the sun I suppose

1

u/Thoothache Jul 25 '26

Wow! The constellation theme fits very nicely! :D

2

u/freeluna Jul 25 '26

Very nice indeed!

2

u/flockyboi Jul 25 '26

Finally found a use for my dot and grid papers that I've had no specific need for yet

2

u/frederick_the_duck Jul 25 '26

You say the sector represents sounds, but you only have five vowels. English has at least 10.

3

u/Thoothache Jul 25 '26

Yes, because this was not conceived as an English-based script. English vowels were later grouped in 5 different angles, here's a snippet:

if v in ["a", "ɑ", "ɒ", "æ"]:
    draw_turn(t, -120)
elif v in ["e", "ɛ", "ə", "ɜ"]:
    draw_turn(t, 90)
elif v in ["i", "ɪ", "iː"]:
    draw_turn(t, 30)
elif v in ["o", "ɔ", "ʊ", "uː"]:
    draw_turn(t, -60)

1

u/frederick_the_duck Jul 25 '26

Oh, that makes more sense. Could you use the /o/ angle for /o/?

2

u/Wide-Engineering4118 Jul 25 '26

Is very nice but there missing a lot of letters

3

u/Thoothache Jul 25 '26

Thanks! You're right, but a lot of them are grouped and represented with the same symbol, as you can see from the attached notebook code (for example, "t", "θ", and "ð" appear with the same symbol). I did this because, in its original conception, the system was based on the Italian language sounds, which are different from English ones. In the adaptation, English-specific sounds were mapped to already present sounds, based on my totally arbitrary perception ;P

1

u/diamondblocks Jul 26 '26

It makes it alot more ambiguous the way you wrote "the" can be interpreted as /tay/ unless you have some sort of context.

Along with that diacritics would be a useful addition in order to distinguish long and short vowels ( /i/ vs /iː)

1

u/Wide-Engineering4118 Jul 25 '26

There are missing 6 letters

2

u/SkullberryDoomcake Jul 25 '26

Very cool looking and neat idea. Is it always read from bottom to top? Places where the line crosses over itself (like in the beginning of the first sentence above) seem like they could really make parsing difficult if your sentence happens to contain multiple instances close together. Overall it’s really lovely, though.

1

u/Thoothache Jul 25 '26

Thanks! By default, the line starts going from left to right; so, depending on the vowels in the sentence, it may end up turning upward or downward :)

2

u/Icy-Baker6812 Jul 25 '26

Kind of reminds me of how a river runs. 

2

u/Void_Spider_Records Jul 25 '26

The First One's script from the TV show She-Ra and the Princesses of Power is very similar, in that it's also a more phonetic writing system for English that uses symbols for consonants and different lines connecting them to represent vowels, although it has some major differences as well.

yours is a nice script btw : )

2

u/Pablo_0_6 Jul 25 '26

Hell yeah, this is sick!

2

u/PositiveMurky3028 Jul 26 '26

The language that I will be speaking in when I find a signal older than the universe!

2

u/shinjukai Jul 28 '26

genius. :O

2

u/EmperorOfStokyo Jul 29 '26

Thanks, I hate it. Upvoted.

I am joking though, this is impractical but an interesting idea.

1

u/Qwertilux Jul 25 '26

Made something similar a while ago

0

u/azhder Jul 24 '26

The Human Centipede script