[Freeciv-Dev] Re: city names (was: It's a game already!)
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: |
freeciv-dev@xxxxxxxxxxx (Freeciv developers) |
Subject: |
[Freeciv-Dev] Re: city names (was: It's a game already!) |
From: |
Reinier Post <rp@xxxxxxxxxx> |
Date: |
Thu, 17 Feb 2000 20:44:44 +0100 |
> - Each sequence of n characters (blank beeing treated as any other
> character) should be stored.
>
> - For each stored character sequence, there should be stored a frequency
> count of the following character.
>
> Generating random svada:
>
> - Start with a random sequence.
> - Pick a random following character, but weighted according to the
> frequency count.
> - Deal with text formatting and ending
>
> Oh, I almost feel like making this once more, this time in perl....
Funny, that's *exactly* what I just did, except that n is hardcoded to 3:
http://www.freeciv.org/~hop/utilities/wordgen
The results are interesting, but not quite good enough.
One problem is a bias against frequent sequences, which
do not occur as frequently as in the original input.
And the script, as it is, is ridiculously inefficient.
--
Reinier
- [Freeciv-Dev] Re: It's a game already!, (continued)
- [Freeciv-Dev] Re: It's a game already!, Tomasz Wegrzanowski, 2000/02/15
- [Freeciv-Dev] Re: It's a game already!, Dan Ward, 2000/02/16
- [Freeciv-Dev] Re: It's a game already!, Reinier Post, 2000/02/16
- [Freeciv-Dev] Re: It's a game already!, Stephen Hodge, 2000/02/17
- [Freeciv-Dev] city names (was: It's a game already!), Reinier Post, 2000/02/17
- [Freeciv-Dev] Re: city names (was: It's a game already!), Jules Bean, 2000/02/17
- [Freeciv-Dev] Re: city names (was: It's a game already!), Tobias Brox, 2000/02/17
- [Freeciv-Dev] Re: city names (was: It's a game already!),
Reinier Post <=
- [Freeciv-Dev] Re: city names (was: It's a game already!), Robert Brady, 2000/02/17
- [Freeciv-Dev] Re: city names (was: It's a game already!), Jules Bean, 2000/02/17
- [Freeciv-Dev] Re: city names (was: It's a game already!), Reinier Post, 2000/02/17
- [Freeciv-Dev] Re: city names (was: It's a game already!), Falk Hueffner, 2000/02/17
- [Freeciv-Dev] algorithm to generate city names (was: city names (was: It's a game already!)), Reinier Post, 2000/02/18
[Freeciv-Dev] Re: It's a game already!, Jason Todd, 2000/02/18
|
|