소스 검색

adding a README

Eric Streit 6 년 전
부모
커밋
5ddb008d43
1개의 변경된 파일24개의 추가작업 그리고 0개의 파일을 삭제
  1. 24 0
      README.md

+ 24 - 0
README.md

@@ -0,0 +1,24 @@
+
+# Wiktionary Chinese Fraquency list
+
+Wiktionary keeps pages on frequency lists for various languages.
+
+I scrapped the Chinese frequency lists to build a list in different formats more suitable for my needs, like importing to Anki, adding sounds, import into a database (MongoDB).
+
+Here is an example for the Json format:
+
+
+    {
+          "hanzi": "一",
+          "traditional": "一",
+          "pinyin": "yī",
+          "translation": "det.: one",
+          "frequence": 1,
+          "origine": "Wiktionary"
+        }
+
+To import this list into MOngoDB was straightforward.
+
+The CVS version is more suitable to be imported into Anki.
+
+    一	一	yī	det.: one	Wiktionary	1