Skip to content

Commit 17eefa6

Browse files
authored
Update python-nltk.json
1 parent 095d4c5 commit 17eefa6

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

data/python-nltk.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,18 @@
2727
"code": "nltk.sent_tokenize(text)"
2828
}
2929
]
30-
}
30+
},
31+
{
32+
"title": "লেমাটাইজেশন ও স্টেমিং",
33+
"items": [{
34+
"definition": "স্টেমার ইনিশিয়ালাইজ করা",
35+
"code": "porter­=nl­tk.P­or­ter­Stemmer"
36+
},
37+
{
38+
"definition": "WordNet লেমাটাইজার ইনিশিয়ালাইজ করা",
39+
"code": "WNL=nl­tk.W­or­dNe­tLe­mma­tizer()"
40+
}
41+
]
42+
},
3143
]
3244
}

0 commit comments

Comments
 (0)