mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-13 21:26:58 +03:00
5ca7dd0f94
* Improve load_language_data helper * WIP: Add Lookups implementation * Start moving lemma data over to JSON * WIP: move data over for more languages * Convert more languages * Fix lemmatizer fixtures in tests * Finish conversion * Auto-format JSON files * Fix test for now * Make sure tables are stored on instance
57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
||
"noun": [
|
||
["টা", ""],
|
||
["টি", ""],
|
||
["খান", ""],
|
||
["খানা", ""],
|
||
["খানি", ""],
|
||
["গাছা", ""],
|
||
["গাছি", ""],
|
||
["ছড়া", ""],
|
||
["কে", ""],
|
||
["ে", ""],
|
||
["তে", ""],
|
||
["র", ""],
|
||
["রা", ""],
|
||
["রে", ""],
|
||
["ের", ""],
|
||
["েরা", ""],
|
||
["দের", ""],
|
||
["দেরকে", ""],
|
||
["গুলা", ""],
|
||
["গুলো", ""],
|
||
["গুলি", ""],
|
||
["কুল", ""],
|
||
["গণ", ""],
|
||
["দল", ""],
|
||
["পাল", ""],
|
||
["পুঞ্জ", ""],
|
||
["মণ্ডলী", ""],
|
||
["মালা", ""],
|
||
["রাজি", ""],
|
||
["বৃন্দ", ""],
|
||
["বর্গ", ""],
|
||
["শ্রেণী", ""],
|
||
["শ্রেনি", ""],
|
||
["রাশি", ""],
|
||
["সকল", ""],
|
||
["মহল", ""],
|
||
["াবলি", ""],
|
||
["০", "0"],
|
||
["১", "1"],
|
||
["২", "2"],
|
||
["৩", "3"],
|
||
["৪", "4"],
|
||
["৫", "5"],
|
||
["৬", "6"],
|
||
["৭", "7"],
|
||
["৮", "8"],
|
||
["৯", "9"]
|
||
],
|
||
"punct": [
|
||
["“", "\""],
|
||
["”", "\""],
|
||
["‘", "'"],
|
||
["’", "'"]
|
||
]
|
||
} |