Use footnote markdown feature

This commit is contained in:
Tyler Hallada 2017-07-11 15:09:27 -04:00
parent 0662158a12
commit e95350e6c1

View File

@ -244,12 +244,7 @@ have no correspondence to the pronunciation. E.g.:
> "meet" vs. "meat" > "meet" vs. "meat"
The vowels are spelled differently, yet they rhyme. The vowels are spelled differently, yet they rhyme [^1].
Fun fact: They used to be pronounced differently in Middle English during the
invention of the printing press and standardized spelling. The [Great Vowel
Shift](https://en.wikipedia.org/wiki/Great_Vowel_Shift) happened after, and is
why they are now pronounced the same.
So if the spelling of the words is useless in telling us if two words rhyme, So if the spelling of the words is useless in telling us if two words rhyme,
what can we use instead? what can we use instead?
@ -261,7 +256,7 @@ The IPA is an alphabet that can represent all varieties of human pronunciation.
* meet: /mit/ * meet: /mit/
* meat: /mit/ * meat: /mit/
Note: this is only the IPA transcription for only one **accent** of English. Note that this is only the IPA transcription for only one **accent** of English.
Some English speakers may pronounce these words differently which could be Some English speakers may pronounce these words differently which could be
represented by a different IPA transcription. represented by a different IPA transcription.
@ -510,3 +505,11 @@ you'll be almost ready to run a TensorFlow port of word-rnn:
I plan on playing around with NNs a lot more to see what kind of poetry-looking I plan on playing around with NNs a lot more to see what kind of poetry-looking
text I can generate from them. text I can generate from them.
---
[^1]:
Fun fact: They used to be pronounced differently in Middle English during
the invention of the printing press and standardized spelling. The [Great
Vowel Shift](https://en.wikipedia.org/wiki/Great_Vowel_Shift) happened
after, and is why they are now pronounced the same.