Franck Dernoncourt
2015-09-15 05:15:47 UTC
אני מחפש תוסף ליקוי חמה שייישר את הסימנים השווים במספר שורות ויישר מילים על מספר שורות בעמודות.
דוגמה:
def __init __ ( self, dim, ngram, hdim, nwords): self.dim = dim self.ncond = ngram - 1 self.hdim = hdim self.nwords = nwords
צריך להיות:
def __init __ (self, dim, ngram, hdim, nwords): self.dim = dim self.ncond = ngram - 1 self.hdim = hdim self.nwords = nwords
נקודת בונוס אם היא יכולה לטפל גם בתגובות, כלומר
def __init __ (self, dim, ngram, hdim, nwords): self.dim = dim # word dimension dimension vector self.ncond = ngram - 1 # מספר מילות התניה עצמי. hdim = hdim מספר יחידות השכבה הנסתרת self.nwords = nwords # גודל אוצר מילים
צריך להיות
def __init __ (עצמי, עמום, ngram, hdim, nwords): self.dim = dim # ממד וקטורי מילה self.ncond = ngram - 1 # מספר מילות התניה self.hdim = hdim # מספר יחידות שכבה מוסתרות self.nwords = nwords # גודל מילולית
OCDFormat הוא די טוב אבל ל- יש בעיה עם כמה (נפוצים) אופרטורים, אז אני מחפש אלטרנטיבות.
ב- Sublime אני משתמש בתוסף Sublime Alignment (בחינם):
ב- Notepad ++ אני משתמש ב יישור קוד (השתמש: https://stackoverflow.com/q/20481399/395857).