Skip to content

Commit 576b93d

Browse files
authored
Create python-nltk.json
1 parent d8f4045 commit 576b93d

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

data/python-nltk.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"id": "python-nltk",
3+
"title": "পাইথনের NLTK মডিউল",
4+
"slug": "nltk",
5+
"description": "NLTK হলো একটি পাইথন মডিউল যা দ্বারা পাইথন প্রোগ্রামিং ভাষায় ন্যাচালার ল্যাঙ্গুয়েজ প্রসেসিংয়ের কাজ করা হয়।"",
6+
"colorPref": "#E6515E",
7+
"contents": [{
8+
"title": "সেট-আপ",
9+
"items": [{
10+
"definition": "মডিউল ইনস্টল করা",
11+
"code": "pip install nltk"
12+
},
13+
{
14+
"definition": "মডিউল ইমপোর্ট করা",
15+
"code": "import nltk"
16+
}
17+
]
18+
},
19+
{
20+
"title": "টোকেনাইজেশন",
21+
"items": [{
22+
"definition": "শব্দ টোকেনাইজেশন",
23+
"code": ""
24+
},
25+
{
26+
"definition": "বাক্য টোকেনাইজেশন",
27+
"code": ""
28+
}
29+
]
30+
}
31+
]
32+
}

0 commit comments

Comments
 (0)