here https://discordier.github.io/sam/WeepingElf wrote: ↑Mon Feb 03, 2025 3:45 am It doesn't require much hardware to get a synthesizer to speak. In the 1980s, the Commodore 64 home computer had a simple built-in synthesizer, and there was a program called SAM/Reciter for it which made this synthesizer speak, with an unnatural-sounding but intelligible voice.
Beyond the SCA: strategies for improving conlanger productivity
Re: Beyond the SCA: strategies for improving conlanger productivity
- WeepingElf
- Posts: 2172
- Joined: Sun Jul 15, 2018 12:39 pm
- Location: Braunschweig, Germany
- Contact:
Re: Beyond the SCA: strategies for improving conlanger productivity
That one appears to be a port of the original program. In the 1980s, JavaScript of course wasn't a thing yet.xxx wrote: ↑Wed Feb 05, 2025 5:22 amhere https://discordier.github.io/sam/WeepingElf wrote: ↑Mon Feb 03, 2025 3:45 am It doesn't require much hardware to get a synthesizer to speak. In the 1980s, the Commodore 64 home computer had a simple built-in synthesizer, and there was a program called SAM/Reciter for it which made this synthesizer speak, with an unnatural-sounding but intelligible voice.
Re: Beyond the SCA: strategies for improving conlanger productivity
Actually, one of the Dead Sea Scrolls was written in what turned out to be a local dialect of Javascript.WeepingElf wrote: ↑Wed Feb 05, 2025 7:40 amThat one appears to be a port of the original program. In the 1980s, JavaScript of course wasn't a thing yet.xxx wrote: ↑Wed Feb 05, 2025 5:22 amhere https://discordier.github.io/sam/WeepingElf wrote: ↑Mon Feb 03, 2025 3:45 am It doesn't require much hardware to get a synthesizer to speak. In the 1980s, the Commodore 64 home computer had a simple built-in synthesizer, and there was a program called SAM/Reciter for it which made this synthesizer speak, with an unnatural-sounding but intelligible voice.
"But he had reckoned without my narrative powers! With one bound I narrated myself up the wall and into the bathroom, where I transformed him into a freestanding sink unit.
We washed our hands of him, and lived happily ever after."
We washed our hands of him, and lived happily ever after."
- WeepingElf
- Posts: 2172
- Joined: Sun Jul 15, 2018 12:39 pm
- Location: Braunschweig, Germany
- Contact:
Re: Beyond the SCA: strategies for improving conlanger productivity
No, you confused Javascript and Jawa script. Jawas have of course been common in the area around the Dead Sea for thousands of years.alice wrote: ↑Thu Feb 06, 2025 3:08 pmActually, one of the Dead Sea Scrolls was written in what turned out to be a local dialect of Javascript.WeepingElf wrote: ↑Wed Feb 05, 2025 7:40 amThat one appears to be a port of the original program. In the 1980s, JavaScript of course wasn't a thing yet.
Re: Beyond the SCA: strategies for improving conlanger productivity
Damn it, and I was sure there was a research grant in there somewhereWeepingElf wrote: ↑Thu Feb 06, 2025 3:43 pmNo, you confused Javascript and Jawa script. Jawas have of course been common in the area around the Dead Sea for thousands of years.alice wrote: ↑Thu Feb 06, 2025 3:08 pmActually, one of the Dead Sea Scrolls was written in what turned out to be a local dialect of Javascript.WeepingElf wrote: ↑Wed Feb 05, 2025 7:40 am
That one appears to be a port of the original program. In the 1980s, JavaScript of course wasn't a thing yet.
"But he had reckoned without my narrative powers! With one bound I narrated myself up the wall and into the bathroom, where I transformed him into a freestanding sink unit.
We washed our hands of him, and lived happily ever after."
We washed our hands of him, and lived happily ever after."
- WeepingElf
- Posts: 2172
- Joined: Sun Jul 15, 2018 12:39 pm
- Location: Braunschweig, Germany
- Contact:
Re: Beyond the SCA: strategies for improving conlanger productivity
They are written with <w>, at least according to Wookiepedia.alice wrote: ↑Fri Feb 07, 2025 3:21 pmDamn it, and I was sure there was a research grant in there somewhereWeepingElf wrote: ↑Thu Feb 06, 2025 3:43 pmNo, you confused Javascript and Jawa script. Jawas have of course been common in the area around the Dead Sea for thousands of years.Are you sure you're not being misled by the standard German pronunciation of <w>?
Re: Beyond the SCA: strategies for improving conlanger productivity
I've only heard of text to HTML converters being referred to of as a "Dingus" -- the supposedly perfect Dingus being Dillinger.io, but this does not have a way to generate a table of contents, or format gloss. Which brings me to the program all the cool kids are using: Obsidian. Obsidian has plugins for formatting glosses and some other conlang related plugins, creating a table of contents and converting to HTML.zompist wrote: ↑Tue Jan 21, 2025 4:52 pm Besides the tools I've made available, I heavily use another one: a Javascript program to convert text to html. This allows me to create html documentation very quickly from my Word documents. Earlier I wrote an RTF-to-html converter, but Word's RTF is pretty horrible and produces a lot of nonsense. Rather than keeping the converter up to date, I wrote the Javascript converter to handle tables, bullet points, and sample sentences.
This describes my word generator Vocabug well, if you haven't checked it out yet.Creyeditor wrote: ↑Tue Jan 21, 2025 3:58 pm AWKWORDOID: I would definitely need something for phonotactics similar to Awkwords. It would be great if the program could suggest licit roots/words so that I can just assign meanings. In a perfect world, this would not just be random words that follow my established phontactics but also follow some sensible and editable probability distribution for segments and different syllable types/root types.
That sounds like The Derivizer by Cedh.Creyeditor wrote: ↑Tue Jan 21, 2025 3:58 pm DERIVATIONALIZER: I would love a module that suggests combinations of roots and derivational affixes (or roots and roots in the case of compounds) based on roots and derivational affixes that I enter. It could also suggest polysemy patterns based on public online databases. In conjunction with the AWKWORDOID this could help me build my conlang's vocabulary. Of course, there would need to be a way to store the vocabulary in a dictionary-like format that could be converted into a nice pdf-file.
This last one feels like it would be just documentation, but on the other hand, perhaps a tool that has example sentences with gloss saved in a database, with each example tagged with some kinds of syntactic types etc. Then the tool finds where there should be an overlap of these tags or where there are no tags at all and alerts you.Creyeditor wrote: ↑Tue Jan 21, 2025 3:58 pm SYNTACXG: I would definitely need a way to store syntactic constructions and how they can be combined. This would help me to (a) see gaps and come up with new constructions and (b) do translations correctly. This might mean that you need to save snippets of example [sentences/phrases/clauses/...] related to these constructions.
I still can't guarantee that I would use such a tool because I am slow to adapt to new technology in general. Some of these already exist or might exist even if I never had a look at them.