Derek Owen

Derek Owen (born 25 September 1938) is an English former footballer who played as a goalkeeper. He made seven appearances in The Football League. Started at Ellesmere Port Town in 1956 and at the same time joined Liverpool Youth team in 1956. Signed by Liverpool from [Ellesmere Port] in 1957. Played for England Youth team in 1957. Signed by Chester from Liverpool in 1958, he made his professional debut in a 2–2 draw at Walsall on 11 September 1958. He became the third Chester goalkeeper to appear for the first team that season after Brian Biggins and Keith Griffiths, but new signing Ron Howells was to become regular keeper from the next game and Owen did not reappear until the final match of the 1959–60 season against Southport.[1]

Derek Owen
Personal information
Date of birth (1938-09-25) 25 September 1938
Place of birth Ellesmere Port, England
Playing position(s) Goalkeeper
Senior career*
Years Team Apps (Gls)
1956–1957 Ellesmere Port Town
1957–1958 Liverpool
1958–1961 Chester 7 (0)
1961–? Tranmere Rovers
National team
1957 England Youth 1
* Senior club appearances and goals counted for the domestic league only

In 1960–61 Owen managed five league appearances and one FA Cup outing as he played second fiddle to Willie Brown.[2] He did not play for the club again and moved on to Tranmere Rovers.

Bibliography

  • Sumner, Chas (1997). On the Borderline: The Official History of Chester City F.C. 1885-1997. Yore Publications. ISBN 978-1-874427-52-0.
gollark: I tried that.
gollark: `False`
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

References

  1. Sumner (1997), stats section (59-60)
  2. Sumner (1997), stats section (60-61)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.