Sound change appliers in Excel
Sound change appliers in Excel
Possibly a dumb question, but has anyone created a SCA that works inside Excel (or some other spreadsheet)? I've got something that is bare-bones functional inside Excel, but only works with literal text strings (no wildcards or context keys or other smart stuff). I'm hoping the clever people here have already done something more functional.
Re: Sound change appliers in Excel
no sorry, the closest thing i've done in excel is manually ealk through the changes when i can't use the sca for whatever reason
Re: Sound change appliers in Excel
I’ve made an SCA (three SCAs, actually!), but I wouldn’t dare try to make one in Excel! Why do you need an SCA in a spreadsheet?Ashtagon wrote: ↑Sun Jul 03, 2022 3:21 pm Possibly a dumb question, but has anyone created a SCA that works inside Excel (or some other spreadsheet)? I've got something that is bare-bones functional inside Excel, but only works with literal text strings (no wildcards or context keys or other smart stuff). I'm hoping the clever people here have already done something more functional.
I’m curious to know what sound changes you’re doing that can’t be done in any current SCA.
Conlangs: Scratchpad | Texts | antilanguage
Software: See http://bradrn.com/projects.html
Other: Ergativity for Novices
(Why does phpBB not let me add >5 links here?)
Software: See http://bradrn.com/projects.html
Other: Ergativity for Novices
(Why does phpBB not let me add >5 links here?)
Re: Sound change appliers in Excel
I've been considering doing this, but using Google Sheets. I think the actual sound changes would be done using Regex, but I'm a long ways from vocabulary on my current langs, let alone descendant langs. However, the idea was to be able to link the spreadsheets together such that if I did a sound change to an early language, all of its descendants would automatically inherit that change with the click of 1 button. That would allow some quick experimentation of sound changes along several generations. Maybe current SCAs already do this and I'm just not aware since I haven't looked at using SCAs much yet.
Vardelm's Scratchpad Table of Contents (Dwarven, Devani, Jin, & Yokai)
Re: Sound change appliers in Excel
it's for when i don't happen to have my sca rules handy, or when i don't have internet access to go to an sca
Re: Sound change appliers in Excel
Mainly because that's where I store most of my vocabulary notes for my conlang.
Ideally, I'd do my conlanging in one of SIL's products (Toolbox, FLEX, Lexique Pro, etc.), but I have no idea how to make a SCA work nicely with the data files those generate.
Re: Sound change appliers in Excel
I’ve been planning to add support for MDF files (used by Toolbox and Lexique Pro, and I think FLEX as well) to my own SCA for a while now. I should get on to it.
Conlangs: Scratchpad | Texts | antilanguage
Software: See http://bradrn.com/projects.html
Other: Ergativity for Novices
(Why does phpBB not let me add >5 links here?)
Software: See http://bradrn.com/projects.html
Other: Ergativity for Novices
(Why does phpBB not let me add >5 links here?)
Re: Sound change appliers in Excel
You could also use it to manually select between the results of optional sound changes and insert irregular changes, such as analogical levelling, suffix change and change of inflectional class, and keep a permanent record of your selections.Vardelm wrote: ↑Tue Jul 05, 2022 10:03 amI've been considering doing this, but using Google Sheets. I think the actual sound changes would be done using Regex, but I'm a long ways from vocabulary on my current langs, let alone descendant langs. However, the idea was to be able to link the spreadsheets together such that if I did a sound change to an early language, all of its descendants would automatically inherit that change with the click of 1 button. That would allow some quick experimentation of sound changes along several generations. Maybe current SCAs already do this and I'm just not aware since I haven't looked at using SCAs much yet.
Re: Sound change appliers in Excel
I like the sound of that!
Vardelm's Scratchpad Table of Contents (Dwarven, Devani, Jin, & Yokai)
Re: Sound change appliers in Excel
Toolbox and FLEX both have pretty flexible/customizable output options, especially Toolbox I think -- Lexique Pro is geared more towards presentation, maybe more awkward to manipulate the data in.
It took me a while to get it right, but eventually I found the right settings (and saved them!) to 1) filter only the records I wanted, 2) export just the fields I wanted, and 3) strip out the MDF field markers from the text file, to get 'just plain word lists' to play with in SCAs. There's no simple one-push button for it in any of the MDF-using systems, but once you've done it a few times it's easier.
I'd never thought about it before, but this Excel kind of functionality does certainly have its appeal and advantage, too... don't think I can contribute, but I'd like to hear how it works out!
It took me a while to get it right, but eventually I found the right settings (and saved them!) to 1) filter only the records I wanted, 2) export just the fields I wanted, and 3) strip out the MDF field markers from the text file, to get 'just plain word lists' to play with in SCAs. There's no simple one-push button for it in any of the MDF-using systems, but once you've done it a few times it's easier.
I'd never thought about it before, but this Excel kind of functionality does certainly have its appeal and advantage, too... don't think I can contribute, but I'd like to hear how it works out!
Re: Sound change appliers in Excel
As it happens, I just implemented a one-push button in my own sound change applier to do exactly this, though I can’t make any promises as to the release date.fusijui wrote: ↑Mon Jul 11, 2022 10:12 pm It took me a while to get it right, but eventually I found the right settings (and saved them!) to 1) filter only the records I wanted, 2) export just the fields I wanted, and 3) strip out the MDF field markers from the text file, to get 'just plain word lists' to play with in SCAs. There's no simple one-push button for it in any of the MDF-using systems, but once you've done it a few times it's easier.
Conlangs: Scratchpad | Texts | antilanguage
Software: See http://bradrn.com/projects.html
Other: Ergativity for Novices
(Why does phpBB not let me add >5 links here?)
Software: See http://bradrn.com/projects.html
Other: Ergativity for Novices
(Why does phpBB not let me add >5 links here?)
Re: Sound change appliers in Excel
I use lexicon - parsing - text management software vastly more than I ever actually break out an SCA, so the routine works fine for me... I do like the idea of it, though!