Search
Find something quickly!
Anthologica Universe Atlas / Search

Results


Previous
1 2 3 4 5 6 7 8 9 10 11
Next
Sound Change Appliers (2014-08-26 04:19:35) :
Here's the full ruleset:
[code]
K = k g ng
T = m p b f v n t d s z c j r l ny y
N = ḿ ń ŋ ñ ññ
C = T K

V = i ì e è a aì u aa o ou

l > 0 / V_ % Postvocalic l is lost.
om on ong ony onny > ḿ ń ŋ ñ ññ / _ % Relabeling the syllabic nasals.
i ì e è a aì > u u o o aa ou / K?_(K{T N #})? % Front vowels back after syllable-initial velars and before syllable-final velars.
u aa > ì a / {c j Cy}?_({c j Cy}{T N #})? % Back vowels front after syl...
owned by Matrix, last edited 2014-08-26 04:19:35.
Sound Change Appliers (2014-08-26 00:14:53) :
Now it's telling me that
[code]
K = k g ng
[/code]
is an "Illegal Variable Definition".
owned by Matrix, last edited 2014-08-26 00:14:53.
Sound Change Appliers (2014-08-25 22:38:46) :
"Error: Could not find or load class Main"
owned by Matrix, last edited 2014-08-25 22:38:46.
Sound Change Appliers (2014-08-25 21:19:26) :
[quote Morrígan]By the way, your last two rules won't work, you have ()? expressions on both sides, meaning the rule can apply under any circumstances.[/quote]

Aw. Am I gonna have to split them into two rules each?
owned by Matrix, last edited 2014-08-25 21:19:26.
Sound Change Appliers (2014-08-25 19:30:06) :
Welp, here's another error:
[code]
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 1
        at org.haedus.soundchange.SoundChangeApplier.parse<SoundChangeApplier.java:137>
        at org.haedus.soundchange.SoundChangeApplier.<init><SoundChangeApplier.java:75>
        at org.haedus.soundchange.Main.main<Main.java:54>
[/code]
And here's my rules:
[code]
K = ...
owned by Matrix, last edited 2014-08-25 19:30:06.
Sound Change Appliers (2014-08-25 18:53:17) :
Alright, that works, thanks.
owned by Matrix, last edited 2014-08-25 18:53:17.
Sound Change Appliers (2014-08-25 18:11:50) :
Oh. I think I know what it is.

This rule:

l > / V_ % Postvocalic l is lost.

How do I actually do that?
owned by Matrix, last edited 2014-08-25 18:11:50.
Sound Change Appliers (2014-08-25 16:38:16) :
Alright. That works, but I'm still getting this error:

[image:http://i340.photobucket.com/albums/o328/MaTriX_bUg/haeduserror2_zpsbb5450ad.png]
owned by Matrix, last edited 2014-08-25 16:38:16.
Sound Change Appliers (2014-08-25 16:11:21) :
[quote Morrígan]I should probably have it write the logs to disk.

[no_emote]
You're not starting from somewhere on [tt]C:\[/tt] and trying to do [tt]cd D:\My Stuff\Writing\...[/tt] are you? Because you need to change drives first. This is the only context in which using "cd" would appear to do nothing.[/quote]

Okay, so how do I change drives?
owned by Matrix, last edited 2014-08-25 16:11:21.
Test thread! (2014-08-25 02:57:00) :
Alpha channels is fancy speak for transparency.
owned by Matrix, last edited 2014-08-25 02:57:00.
Test thread! (2014-08-25 01:42:55) :
Ah. Never heard of Kolourpaint. I only use GIMP for animation. For actual image manipulation and drawing I use Photoshop Elements. I also use Paint.NET occasionally for quick, tablet-less manipulation because it loads faster, and is also what I used before I got my tablet and PSE. I'd recommend Paint.NET. It has the simplicity of mspaint - which from GIS, Kolourpaint seems similar to - and some of the higher functionality of the better image manipulators like GIMP and Photoshop, like layers and ...
owned by Matrix, last edited 2014-08-25 01:42:55.
Test thread! (2014-08-24 23:34:37) :
What program are you using?
owned by Matrix, last edited 2014-08-24 23:34:37.
Sound Change Appliers (2014-08-24 23:30:07) :
[quote Nessari]Well its syntax is really hard to mess up, unless you spell the directory name wrong. Just [b]cd SubdirectoryName[/b].[/quote]

Yeah, okay, it's not doing anything.
owned by Matrix, last edited 2014-08-24 23:30:07.
Sound Change Appliers (2014-08-24 23:27:01) :
[quote Morrígan]yeah, that's weird. you can just put the commands into a batch file and run the batch. when I'm just tweaking rules and don't need to see any errors, that's what I generally do. Just put the

[code]java -jar toolbox-sca.jar LEXICON.FILE RULES.FILE OUTPUT.FILE[/code] stuff in a batch.

I'm in Windows 7, can't say I've had any problems with the command line, other than it just not being bash.[/quote]

Ok, putting it in a batch makes it actually do something...
owned by Matrix, last edited 2014-08-24 23:27:01.
Sound Change Appliers (2014-08-24 23:13:17) :
[quote Nessari]...Haven't you said you were on a *nix before?[/quote]
Nope. I vaguely remember possibly mentioning my running Windows 7 in the middle of a big OS discussion. You must have misremembered.

[quote Nessari]Also the fact that cd does nothing in win7 makes me more than a little sad, it's a command common to both the *nixes and MS-DOS.[/quote]
There's always the possibility that I'm just using it wrong. I have no idea what I'm doing with the command line.
owned by Matrix, last edited 2014-08-24 23:13:17.
Sound Change Appliers (2014-08-24 22:57:32) :
"cd" does absolutely nothing. Should probably note that I'm running Windows 7.
owned by Matrix, last edited 2014-08-24 22:57:32.
Sound Change Appliers (2014-08-24 19:52:59) :
So I'm trying to use this thing. I almost never use the command line, so I'm probably just derping, but I still can't get this to work. Putting the command in as you showed gives me "Error: Unable to access jarfile toolbox-sca.jar". So then I tried putting in the full directory before "toolbox-sca.jar". It doesn't give me any errors, and the directory flashes in the top bar of the window, but then nothing happens. It doesn't create an output file or anything.
owned by Matrix, last edited 2014-08-24 19:52:59.
Sound Change Appliers (2014-08-24 16:46:53) :
There is nothing. Nothing happens.
owned by Matrix, last edited 2014-08-24 16:46:53.
Sound Change Appliers (2014-08-24 16:14:38) :
Am I supposed to get the github stuff too, or something? Because the jar still isn't working for me.
owned by Matrix, last edited 2014-08-24 16:14:38.
ΔԸ बえㄙٺ ИⵑᚌலИש ㄙᚳꏜИٺߔ (2014-08-24 02:05:57) :
This script is so horrible that many of the characters appear as numbered boxes to me.
owned by Matrix, last edited 2014-08-24 02:05:57.

Previous
1 2 3 4 5 6 7 8 9 10 11
Next

214 results.


New Search