-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
3,302 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
description: Vocabulary | Lexical Resource | ||
description: Vocabulary | Lexical Resources | ||
--- | ||
|
||
# 🔠 词汇 🚧 | ||
|
3,227 changes: 3,227 additions & 0 deletions
3,227
content/vocabulary/american-IPA-chart-english.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
description: Phonetic Symbols | ||
--- | ||
|
||
# 音标 | ||
|
||
## 看懂就行 | ||
|
||
音标和汉语拼音一样,最主要的作用是标注一个字母或单词如何发音。 | ||
|
||
熟记音标有利于学习生词的发音,但背音标完全没必要,因为这个过程实在是太枯燥了。现在的查词软件都有发音功能,只要在查词时注意观察音标,并关联、对比它们和发音的关系,慢慢就会熟悉音标字母本身的发音规律。在想不起来一个音标怎么读时,回来看看这里的表格即可。 | ||
|
||
不过,先了解一下音标体系还是有必要的,因为不同体系的音标符号可能会让人困惑。 | ||
|
||
## 音标体系 | ||
|
||
这个视频介绍了不同音标体系的来龙去脉(来自[英语兔](https://www.yingyutu.com/)): | ||
|
||
<div class="video"> | ||
<iframe src="//player.bilibili.com/player.html?aid=414096645&bvid=BV1iV411z7Nj&cid=546437559&p=2" | ||
scrolling="no" frameborder="no" framespacing="0" allowfullscreen="true" | ||
class="large-media"> | ||
</iframe> | ||
</div> | ||
|
||
### 英式英语 IPA | ||
|
||
这个[英语国际音标表 (International Phonetic Alphabet for English)](https://mengxiang.net/tool/phonetic/) 做得非常精美(来自[梦想网](https://mengxiang.net)): | ||
|
||
<iframe src="https://mengxiang.net/tool/phonetic/" | ||
frameborder="no" framespacing="0" class="page large-media"> | ||
</iframe> | ||
|
||
### 美式英语 IPA | ||
|
||
> American IPA Chart | ||
下图为美式英语 IPA 图表,和英式英语 IPA 略有不同,比如 `/n/` 的发音不一样(点击音标、动物图标可发音): | ||
|
||
<script setup> | ||
import { withBase } from 'vitepress' | ||
</script> | ||
|
||
<embed :src="withBase('/content/vocabulary/american-IPA-chart-english.svg')" | ||
class="large-media" /> |
This file was deleted.
Oops, something went wrong.