Skip to content
#

persian

Here are 416 public repositories matching this topic...

zohreh3906
zohreh3906 commented Feb 22, 2019

سلام. من درکد زیر
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-

fakhamatia
fakhamatia commented May 13, 2019

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

![Screenshot from 2019-05-13 17-34-20](https://user-images.githubusercontent.com/20030910/576241

bug
aliraza7926
aliraza7926 commented Sep 8, 2019

سلام حقیقتش یه باگ ریز هست توی قسمت تبدیل تاریخ اونم این هست که کاربر میتونه روز بیشتر از 31 یا ماه بیشتر از 12 رو وارد کنه
اگر کاربر به فرض مقدار ماه رو بین 1 تا 12 وارد کنه ولی روز رو بیشتر وارد کنه برنامه میفته داخل یه حلقه و از اول اون ماه شروع میکنه و اونقدر جلو میره تا اون تعداد روز از ماه بگذره حالا اگه کاربر عدد منفی هم وارد کنه به همین منوال فقط کم میکنه از تاریخ
اگرم ماه رو بیشتر از 1

xsoheilalizadeh
xsoheilalizadeh commented Jan 16, 2019

Description

The Customer panel is slow, in some cases we cloud improve it. I've found the issue that is minification for static files. Javascript files aren't minified they just have min name and there are jquery validator js files that aren't needed in most of the pages, we use them just in forms. The minification case also is there for CSS files. After minification, we cloud going to bund

Improve this page

Add a description, image, and links to the persian topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the persian topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.