> For the complete documentation index, see [llms.txt](https://ai4commsci.gitbook.io/formosanbank/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ai4commsci.gitbook.io/formosanbank/zh/shou-ye.md).

# 首頁

歡迎來到FormosanBank，這個以建置大規模資料庫為導向的計畫，此計畫專注於保存與復振臺灣的原住民族語言。臺灣原住民族語言在南島語系中具有相當特殊且重要的地位，但目前正處於瀕危的狀態，其中一些甚至有滅絕的風險，我們的使命是為這些語言創建一個全面、機器可讀取的語料庫，以促進語言學研究、語言教育及族語復振等工作。

在這裡，您可以找到關於收集和處理16族臺灣原住民族語言語料庫的說明，這些語料涵蓋超過800萬個詞彙單位以及超過730小時的語音資料（詳細資訊請參見[此處](/formosanbank/zh/yu-liao-ku-jia-gou/yu-liao-ku.md)），我們還提供這些語料結構的說明和存取方式的介紹。您也可以從GitHub（[這裡](https://github.com/FormosanBank/FormosanBank)）了解FormosanBank相關的工作及語料，而所有語音檔案則存於[此處](https://drive.google.com/drive/folders/1wkGHn_Pwfi_lYbSimgYsYJtj-5vsnvCw?usp=drive_link)。

在此感謝許多個人、學者、合作夥伴及機構單位的共同努力，FormosanBank資料庫才能在短時間內建置完成，並已具如此大規模！

計畫主持人

* [Joshua Hartshorne](https://www.mghihp.edu/ihp-directory/joshua-hartshorne)
* [Emily Prud'hommeaux](https://cs.bc.edu/~prudhome/)
* [宋麗梅](https://drive.google.com/file/d/1pkqbvFYHUydbiGRhPIgkBigkh2hpSCYi/view)

諮詢委員會

* [林川傑](https://cse.ntou.edu.tw/p/412-1063-7780.php?Lang=en)
* [Damián Blasi](https://www.damianblasi.org/)
* 阮玄
* Ūi-iū Kán
* [劉宇陽](https://ced.utaipei.edu.tw/teacher/info?id=100103)

以及[所有的貢獻者](/formosanbank/zh/bei-jing/gong-xian-zhe.md)。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://ai4commsci.gitbook.io/formosanbank/zh/shou-ye.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
