PS Victoria (1881)

PS Victoria was a passenger vessel built for the London and South Western Railway and London, Brighton and South Coast Railway in 1881.[1]

History
Name: PS Victoria
Operator:
Port of registry:
Builder: Aitken and Mansel, Whiteinch
Yard number: 113
Launched: 9 September 1881
Out of service: September 1900
Fate: Scrapped
General characteristics
Tonnage: 366 gross register tons (GRT)
Length: 191.9 feet (58.5 m)
Beam: 25.1 feet (7.7 m)
Depth: 8.6 feet (2.6 m)

History

The ship was built in steel by Aitken and Mansel and launched on 9 September 1881.[2] Her engines were by David Rowan of Glasgow. She was the first ship constructed for a joint venture between the London and South Western Railway and the London, Brighton and South Coast Railway for the passenger trade to the Isle of Wight. She was double-ended, with two funnels.

Official registries show that in 1899 she transferred to the Isle of Wight and South of England Royal Mail Steam Packet Company[3] and was scrapped in 1900. However, there is no mention of her ever being purchased or chartered in the company records.[3]

gollark: `True`
gollark: ```pythonimport requestsimport randomimport fileinputdef weighted_choice(choices): total = sum(weight for choice, weight in choices) r = random.uniform(0, total) upto = 0 for choice, weight in choices: if upto + weight >= r: return choice upto += weight assert False, "Shouldn't get here"def get_rhymes(word, extra_params={}): default_params = { "rel_rhy": word, "max": 20, "md": "pf" } return requests.get("https://api.datamuse.com/words/", params={**default_params, **extra_params}).json()def get_frequency(word_object): for tag in word_object["tags"]: if tag.startswith("f:"): return float(tag[2:]) return 0def get_rhyme(word, params): options = get_rhymes(word, params) options = list(map(lambda word_object: (word_object["word"], get_frequency(word_object)), options)) if len(options) == 0: return word return weighted_choice(options)last = Nonefor line in fileinput.input(): line = line.replace("\n", "") if last != None: print(line + " " + get_rhyme(last, {})) last = None else: last = line.replace(".", "").split(" ")[-1] print(line)```
gollark: My automated rap generatorIs far superior to puny human rappers laterIt is backed by the entire resourcesOf this random online dictionary and word relation query API resource isTechnically it still relies on human interventionTo produce the input text to turn into rap intentionAnd due to the limitations of current natural language processingIt is unable to significantly transform the input text reprocessingThis is because spoken human languagesAre mostly not designed with machine-parseability language isor ease of understandingas major goals expandingand were we using better-designed languages, automated rapwould surely be much easier. app
gollark: Does that even rhyme?Um... BLIME!
gollark: This is totally a rapA rap is what it is chap

References

  1. Duckworth, Christian Leslie Dyce; Langmuir, Graham Easton (1968). Railway and other Steamers. Prescot, Lancashire: T. Stephenson and Sons.
  2. "Launch at Whiteinch". Glasgow Herald. Scotland. 10 September 1881. Retrieved 14 November 2015 via British Newspaper Archive.
  3. Adams, Keith (2010). Red Funnel 150 Celebrating One Hundred and Fifty Years of The Original Isle of Wight Ferries. Richard Danielson. p. 15. ISBN 9780951315552.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.