Git Product home page Git Product logo

mcpdict's People

Contributors

jakwings avatar leimaau avatar maigoakisame avatar osfans avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mcpdict's Issues

零陵话声母 tsh 错转成了 tɕ

音典中零陵话声母 tsh 错转成了 tɕ。

拼音 IPA
tsh tsʰ
sh ɕ

yb = re.sub("^h", "x", yb).replace("gh", "ɣ").replace("sh", "ɕ").replace("zh", "ʑ").replace("h", "ʰ")\
.replace("ts", "ts").replace("c", "tɕ").replace("ng", "ŋ")

可改为:

    yb = re.sub("^h", "x", yb).replace("gh", "ɣ")
    yb = re.sub("^sh", "ɕ", yb).replace("zh", "ʑ").replace("h", "ʰ").replace("c", "tɕ").replace("ng", "ŋ")

請求收錄寧波、鎮海、北侖、定海、岱山字表

希望音典可以收錄 甬江話字表 倉庫下 各地字表 目錄內的以下 5 份字表。

這幾個字表由本人維護,具體信息可以參看該目錄下的 README 文件。所有字表均以吳拼注音,拼音方案說明請見 音系與拼音方案。在 script 目錄下,提供了將各地吳拼轉爲 IPA 的 Python 腳本。

寧波城區字表的字音整理自以下資料:

  • 湯珍珠、陳忠敏、吳新賢:《寧波方言詞典》,江蘇教育出版社,1997
  • 宁波市地方志编纂委员会:《宁波市志·方言》,中华书局,1995
  • 朱彰年、薛恭穆、周志锋、汪维辉:《阿拉宁波话(修订版)》,宁波出版社,2016
  • 朱彰年、薛恭穆、周志锋、汪维辉:《宁波方言词典》,汉语大辞典出版社,1996
  • 周志锋:《江苏教育版<宁波方言词典>词目用字问题》,方言 2008 年第一期
  • 《鄞縣通志·文獻志·方言》,鄞縣通志館,1951
  • P. G. von Möllendorff:《The Ningpo Syllabary》,Shanghai: American Presbyterian Mission Press,1901

寧波城區字表中一些字音和寫法經過個人考訂,同時也收錄了大量上述資料未收的字音。

鎮海字表整理自:

  • 《镇海县志》编纂委员会:《镇海县志·方言》,**大百科全书出版社上海分社,1994

北侖字表整理自:

  • 周志锋、胡方:《北仑方言》,**文史出版社,2007

舟山城區字表整理自:

  • 方松熹:《舟山方言研究》,社会科学文献出版社,1993

岱山字表整理自:

  • 岱山县志编纂委员会:《岱山县志·方言》,浙江人民出版社,2006

倉庫爲 CC BY 4.0 協議,所有字表都可以自由使用。

南寧的數據可以換成這兩份TSV

你好,關於南寧的數據,我開了新的倉庫存放TSV文件,這樣你這邊prepare原本使用的rime碼表就可以換掉,應該可以精簡一些代碼量,而且rime碼表本身不適合直接轉換。另有一個小建議,「南部平話」可以改爲「桂南平話」,後者這個概念比較常見,「南寧白話」標籤可簡化爲「南寧」,大地名與小地名「南寧亭子」排列會整齊些。這個應用很好用,希望有所幫助。

能不能提供对应的TTS功能

首先很感谢MCPDict提供了很强大的检索功能.
美中不足的是只有无言的拼音或音标.能不能提供对应拼音或音标的TTS发音.

eSpeak-ng是一个不错的参考.
https://github.com/espeak-ng/espeak-ng
不过Release1.51提供的espeak-release-signed.apk中的espeak-ng-data\lang\sit\cmn要重新配置(用cmn-Latn-pinyin覆盖)或是要自己重建espeak-ng-data\cmn_dict.

F-Droid

请问可以将应用发布到 F-Droid 吗?

请求修改宁波、镇海和舟山在地图上显示的位置

GitHub 网页及 APP 内,宁波、镇海和舟山的位置都显示为市/区政府所在地。然而此三地的现政府所在地都不在方言资料调查的老城区。

所以希望能将宁波的坐标从现在的

MCPDict/方言.geojson

Lines 1920 to 1923 in 28778e0

"coordinates": [
121.6203873,
29.8622194
]

改成 [121.542389, 29.876276](海曙区鼓楼街道);

将镇海的坐标从现在的

MCPDict/方言.geojson

Lines 1940 to 1943 in 28778e0

"coordinates": [
121.5925117,
29.9673857
]

改成 [121.714033, 29.956157](镇海区招宝山街道);

将舟山的坐标从现在的

MCPDict/方言.geojson

Lines 1980 to 1983 in 28778e0

"coordinates": [
122.2030363,
29.9873344
]

改成 [122.102607, 30.022146](定海区昌国街道)。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.