On 6/5/06, Anthony DiPierro wikilegal@inbox.org wrote:
I also tried making a tree for [[Category:Buildings and structures]] (a "parent" of airports). That one grew quite messy, and my script bailed at 10 levels of recursion, so I haven't really analysed it much. I'll try turning it up to 20 or 25 and see what happens.
Well, that problem became obvious really quick.
Coastal_construction *Ports_and_harbours **Port_cities ***Edinburgh ****Education_in_Edinburgh *****University_of_Edinburgh ******University_of_Edinburgh_alumni *******Arthur_Conan_Doyle ********Sherlock_Holmes *********Arthur_Conan_Doyle **********Sherlock_Holmes
Guess I have to add in some sort of loop detection. Of course, "Port cities" shouldn't be in "Ports and harbours", "Edinburgh" shouldn't be in "Port cities", and "Arthur Conan Doyle" shouldn't be in "University of Edinburgh alumni" :).
Anthony