Kategorier
WordBuilder

DrawPlus support

It’s not exactly done yet – I’m having some problems with matching the format, but I think I’m close enough to announce that WordBuilder 1.2 will support export to DrawPlus native image format.

As with svg export, the image will contain the selected words, each on a seperate curve for easy placement and curving on maps.

Kategorier
WordBuilder

Progress

I made some progress on WordBuilder last night.

As I discussed with su_liam on the forum, the rules for the translate command could be made tighter and easily readable by supporting sets on the matching side:

translate {
  [b v d g] o ch => r a ch
}

and allow for randomization by supporting sets on the replacement side:

  b o ch => [r m l] a ch

He also suggested that matching token sets would be nice:

  b o $unvoicedAffricates => r a $voicedAffricates

So I added that. And a way to mix them:

tokens labials b p m

 [$labials f] o $unvoicedAffricates => r a [s $voicedAffricates]

which would match b, p, m and f for the first token, and replace unvoiced affricates with voiced ones or the token ‘s’

After that, I added a way to add words to a dictionary directly from the main window, so when you have one or more words selected, you can add them to the active dictionary, and if there is no active dictionary, you can choose one.

Finally, I started working on the translator function, the slightly ambitious tool for translating a text using the dictionary you’ve built. For now, it supports translating texts with inflections based on branches (and marks), and marks words that don’t exist in the dictionary with curly brackets.

Next, I want to add a way to add a word to the dictionary by, say, right clicking words in {} 😉

I’ll note right here and now that I don’t intend for the dictionary to be able to translate plain English text. You will need to mark up your text with inflections, and move words around to match the correct word order of your target language.

The things described above are planned for release 1.2 – suggestions for more features are welcome, over at the forums.

Oh, and I’ve added a new forum, the Script workshop, where I’ll try to help you get WordBuilder to do what you want it to.

Kategorier
WordBuilder

WordBuilder 1.1 released

New features:

  • Comments, // for single line comments, /* */ for block comments. Thank su_liam for that.
  • Capitalize command turns the first letter of the latest token to upper case.
  • Dictionary – find words by meaning or find the meaning of a word. Generate function to create new words based on your WordBuilder rule sets.
  • Export to svg file – create an svg file with a text-on-path object for each selected word (or all words if none are selected) – useful for placing labels on a map, perhaps. Uses new Export framework that will make it easier to make additional exports.
  • New example scripts: http://whee.dk/wordbuilder/DunderhillPlaces.wordo and http://whee.dk/wordbuilder/Esolanean.wordo
  • Example dictionary: http://whee.dk/wordbuilder/Esolanean.wdic – try searching for mountain, river (and also river.Determinate for ‘the river’ – this uses branches), and paejir.

The dictionary tool has lots of room for improvement, but I figured the sooner I got it out there, the better. I’ve attached some screenshots showing the new features.

Kategorier
WordBuilder

Forums added

I’ve decided to add forums to the site. For now, there are a couple of support forums for my WordBuilder application.

You have to register to use the forums, but please do. I won’t be sending you spam. Ever.

Now, go to the forums!