persian
Here are 416 public repositories matching this topic...
-
Updated
Jul 3, 2020 - JavaScript
Padding issue
When i use pr-0 or pl-0 , bootstrap set both right and left padding 0
.pr-0,[dir=rtl] .pr-0{padding-right:0!important;padding-left:0!important}.rtl .pl-0,[dir=rtl] .pl-0{padding-left:0!important;padding-right:0!important}.rtl
Why when padding right is 0 , padding left 0 ? just right must be 0

سلام. من درکد زیر
ormalizer = Normalizer()
sentence = normalizer.normalize(sentence)
sentence = re.sub(r'[^\w\s\u200c]', '', sentence)
words = word_tokenize(sentence)
#words = remove_stop_words(words)
tagger = POSTagger(model='resources/postagger.model')
tags = tagger.tag(words)
به خطای زیر مواجه شدم. علت چیست؟ فولدر ریسورس هم در جای خود قرار دادم
<ipython-input-