We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f4045 commit 576b93dCopy full SHA for 576b93d
1 file changed
data/python-nltk.json
@@ -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
22
+ "definition": "শব্দ টোকেনাইজেশন",
23
+ "code": ""
24
25
26
+ "definition": "বাক্য টোকেনাইজেশন",
27
28
29
30
31
32
+}
0 commit comments