Fred Woodward

Fred Woodward (1899 – 1963) was an English professional footballer who played as a wing half. He made three appearances in the Football League for Wigan Borough.

Fred Woodward
Personal information
Full name Fred Woodward
Date of birth October quarter 1899[1]
Place of birth Ashton-under-Lyne, England
Date of death 15 December 1963 (aged 6364)[1]
Place of death Leigh, England
Playing position(s) Wing half
Youth career
Hindley Wesleyans
Wellington Temperance
Senior career*
Years Team Apps (Gls)
1920–1921 Burnley 0 (0)
1921–1922 Wigan Borough 3 (0)
* Senior club appearances and goals counted for the domestic league only

Senior career

Born in Ashton-under-Lyne, Lancashire, Woodworth started his career with Burnley but was unable to break into the senior team at the First Division club. In the summer of 1921, Woodward transferred to Wigan Borough in the newly formed Third Division North. He made his professional debut in the 2–1 win over Nelson at Seedhill on 27 August 1921 and went on to make a further two league appearances for Wigan Borough during the 1921–22 campaign. His final league match for the club came on 8 October in the 4–2 victory against Walsall at Springfield Park. Although Woodward was not selected for another competitive game, he remained with Wigan until the end of the season and featured in several Lancashire Senior Cup ties as the team progressed to the Second Round before being eliminated by Stockport County.

Career statistics

Club Season Division League FA Cup Other Total
AppsGoalsAppsGoalsAppsGoalsAppsGoals
Burnley 1920–21 First Division 00000000
Wigan Borough 1921–22 Third Division North 30003060
Total30003060
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

See also

Sources

  • Joyce, Michael (2004). Football League Players' Records 1888–1939. Nottingham: SoccerData. p. 287. ISBN 1-899468-67-6.
  • "Woodward, F (Fred)", English National Football Archive

References

  1. Dykes, Garth (2011). Wigan Borough in the Football League : A Complete Record and Who's Who, 1921-31. Nottingham: Tony Brown. p. 97. ISBN 978-1-905891-53-5.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.