Skip to content

Commit 1ef1a7a

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

1 file changed

Lines changed: 16 additions & 4 deletions

File tree

data/python-nltk.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,24 @@
3333
"items": [{
3434
"definition": "স্টেমার ইনিশিয়ালাইজ করা",
3535
"code": "porter­=nl­tk.P­or­ter­Stemmer"
36-
},
37-
{
36+
},
37+
{
3838
"definition": "WordNet লেমাটাইজার ইনিশিয়ালাইজ করা",
3939
"code": "WNL=nl­tk.W­or­dNe­tLe­mma­tizer()"
40-
}
41-
]
40+
}
41+
]
4242
},
43+
{
44+
"title": "POS ট্যাগিং",
45+
"items": [{
46+
"definition": "POS-এর ডেফিনিশন দেখা",
47+
"code": "nltk.h­elp.up­enn­_ta­gse­t('MD')"
48+
},
49+
{
50+
"definition": "বিল্ট-ইন POS ট্যাগার ব্যবহার করা",
51+
"code": "nltk.h­elp.up­enn­_ta­gse­t('MD')"
52+
}
53+
]
54+
}
4355
]
4456
}

0 commit comments

Comments
 (0)