Search found 204 matches
- Sat Mar 08, 2025 7:57 am
- Forum: Conlangery
- Topic: Brassica SCA [v1.0.0]
- Replies: 331
- Views: 269735
Re: Brassica SCA [online version]
Really? Why would ⟨.⟩ — presumably a syllable boundary marker — be considered a consonant or vowel? And why would anyone include ⟨#⟩, which is (sort of) built-in syntax, in any category at all? i was thinking more along the lines of "there could be stuff that's in neither [# .] nor [C V] "
- Sat Mar 08, 2025 4:45 am
- Forum: Conlangery
- Topic: Brassica SCA [v1.0.0]
- Replies: 331
- Views: 269735
Re: Brassica SCA [online version]
Isn’t this rule the same as t / d / [C V] _ w ? Because neither C nor V should match . or # . that would require that [C V] contain everything but [# .] , which isn't guaranteed, and in some cases (i can't think of any examples at the moment, but i'm sure one exists) doesn't even make sense. sure, ...
- Thu Mar 06, 2025 5:00 pm
- Forum: Conlangery
- Topic: Brassica SCA [v1.0.0]
- Replies: 331
- Views: 269735
Re: Brassica SCA [v1.0.0]
This already exists: your examples of y / i // V _ // _ V and a l k / ô k // # _ // _ u are wrong – you can't use the shortcut of not specifying an environment when you use an exception. The correct form for the latter is a l / ô / _ k // # _ // _ u . Which correctly transformed talk alk alku to tô...
- Thu Mar 06, 2025 8:43 am
- Forum: Conlangery
- Topic: Brassica SCA [v1.0.0]
- Replies: 331
- Views: 269735
Re: Brassica SCA [v1.0.0]
on a different note, the Writing Sound Changes documentation file never once mentions // exception environment , with the one and only use of it being in an example in the section on featural categories, and even there, it says nothing about it. it seems like it should at least be mentioned in the p...
- Thu Mar 06, 2025 5:07 am
- Forum: Conlangery
- Topic: Brassica SCA [v1.0.0]
- Replies: 331
- Views: 269735
Re: Brassica SCA [online version]
How do I make a sound change to remove spaces? i am pretty sure i was trying to implement zompist's "Hou tu pranownse Inglish" sound changes but was tripped up by the third rule, which half of is Hyphens can however be treated as word separators (mother-in-law is pronounced like mother in...
- Thu Jan 16, 2025 1:34 pm
- Forum: Ephemera
- Topic: Dream sharing thread
- Replies: 233
- Views: 396766
Re: Dream sharing thread
i just woke up from two or three dreams, the only one i remember being the first one, which went as follows: I was talking with my mom as both of us were sat upon my bed. At some point I stood up, then at some point after that she mentioned the initials of a name, which I then saw the spelling of th...
- Mon Dec 02, 2024 5:24 pm
- Forum: Conlangery
- Topic: Olarrthe
- Replies: 53
- Views: 36089
Re: Olarrthe
i completely forgot about this
(wow my last post in here was 2022)
so currently i'm working on another conlang (droâknleac) but maybe i'll continue working on Olarrthe eventually
- Wed Oct 04, 2023 12:22 pm
- Forum: Ephemera
- Topic: Dream sharing thread
- Replies: 233
- Views: 396766
Re: Dream sharing thread
The night before last night, though it was probably actually during the day because my sleep schedule is really messed up, I had a dream where I was in a house with at least two floors. At first, I was on the lower of the two with a bunch of other people, and someone told me I was dreaming but that ...
- Wed Sep 13, 2023 8:36 pm
- Forum: Ephemera
- Topic: What are you reading, watching and listening to? - All languages
- Replies: 1104
- Views: 3853214
Re: What are you reading, watching and listening to? - All languages
For books and movies: Game of Thrones, which I'm currently waiting until I can go to the library to get season 3 of; Wolves of the Beyond, same but book 2; and Dave the Villager, which I have the next book of (book 38), but I haven't started reading it quite yet. For music, a bunch, but especially J...
- Mon Aug 21, 2023 2:03 am
- Forum: Conlangery
- Topic: [v5.2.0 now out] Conkey keyboard layout
- Replies: 124
- Views: 106113
Re: [v5.0.0 now out] Conkey keyboard layout
I tried typing "≈", but when I typed the sequence for it, G-= G-x, I got ⊗. I then looked at the documentation, and it seems the two have the same sequence:
Equality and inequality: ... ... G-= G-x ≈ ... ... Haskell: ... ... G-= G-x ⊗
- Sun Aug 20, 2023 6:17 pm
- Forum: Ephemera
- Topic: What are you reading, watching and listening to? - All languages
- Replies: 1104
- Views: 3853214
Re: What are you reading, watching and listening to? - All languages
I'm listening to myself hum and sing.
- Tue Aug 15, 2023 3:26 pm
- Forum: Languages
- Topic: English questions
- Replies: 1807
- Views: 1005268
Re: English questions
Ironically, "August 7–10" would be fine if it appeared at the front of the sentence, or after "Utah". Even those sound off to me. I only ever use a date by itself if I'm omitting something like "The day is". E.g., "The day is August 7th, and X is about to happen.&...
- Tue Aug 15, 2023 3:20 pm
- Forum: Ephemera
- Topic: Does anyone have a local copy of zompist.com?
- Replies: 21
- Views: 11141
Re: Does anyone have a local copy of zompist.com?
may i suggest beautifulsoup? manually parsing html is possible, i've done it, but it's almost always simpler to just have someone else's code do it for you. Ideally I'd use a headless browser, preferably one that supported JS, in a way that I can both control it from the Python program (likely not ...
- Thu Jul 27, 2023 11:33 am
- Forum: Ephemera
- Topic: Does anyone have a local copy of zompist.com?
- Replies: 21
- Views: 11141
Re: Does anyone have a local copy of zompist.com?
Update 2 for today: it's much improved and weird things like "urls" like "blah" are ignored (no dot), and it also uses already-downloaded files if possible: import os from urllib.request import urlopen from urllib.error import HTTPError, URLError from http.client import InvalidUR...
- Thu Jul 27, 2023 10:20 am
- Forum: Ephemera
- Topic: Does anyone have a local copy of zompist.com?
- Replies: 21
- Views: 11141
Re: Does anyone have a local copy of zompist.com?
Update: I updated the code recently and it at least mostly works now: import os from urllib.request import urlopen from urllib.error import HTTPError, URLError from http.client import InvalidURL import sys import re def istextlike(url): return any(url.lower().endswith(ext) for ext in (".txt&quo...
- Sun Jun 11, 2023 2:55 am
- Forum: Conlangery
- Topic: What have you accomplished today?
- Replies: 926
- Views: 598844
Re: What have you accomplished today?
I just wrote the English translation of a letter from one king to another, though I haven't written much of the source conlang yet (just "gyterendr", one of the characters in the script; "gyt", translation: "fox", plural "gytr"; and a couple names, used in the...
- Thu Jun 08, 2023 10:47 pm
- Forum: Conlangery
- Topic: Making conlangs from sample texts
- Replies: 3
- Views: 1054
- Tue Jun 06, 2023 4:55 pm
- Forum: Conlangery
- Topic: Making conlangs from sample texts
- Replies: 3
- Views: 1054
Making conlangs from sample texts
I.e., one person gives a sample text, and others make conlangs where that text (or a small variation thereof) is an actual proper sample text. First sample text: Ẑoðeŕ vinuŕ decjun driac fyrbet gendyr gestiŕ Ŕinac fyndri denzoc fȳrben Ŕenyndr getȳr, devrynden, dicað dezut denduŕ Zendric dvendiŕ dezu...
- Tue Jun 06, 2023 4:33 pm
- Forum: Languages
- Topic: English questions
- Replies: 1807
- Views: 1005268
Re: English questions
Are "doll" and "dal" (as in "dal makhani", etc.) homophones? I actually don't know. If there's a pom-palm split, "doll" has the "palm" vowel and "dal" has the "pom" vowel, I think? I seem to have that pom-palm split (plus even if...
- Thu Apr 27, 2023 2:30 pm
- Forum: Ephemera
- Topic: What are you reading, watching and listening to? - All languages
- Replies: 1104
- Views: 3853214