Commit f24d57a962fdf026d9636bb0b616b8453e2b969b

Authored by janek37
1 parent 710d8d8f

poprawka do qub/burk

dictionary/export.py
... ... @@ -177,8 +177,8 @@ from leksemy l
177 177 %(table_joins)s
178 178 %(clas_join)s
179 179 where ls.slownik in (%(vocabs)s) and %(antivocabs)s %(x_qual)s %(table_clause)s
180   - l.pos in ('v','subst','osc','adj','adv', 'num','advndm','burk','comp',
181   - 'conj','interj','prep','qub','ppron','pred') and
  180 + l.pos in ('v','subst','osc','adj','adv', 'num','advndm','fraz','comp',
  181 + 'conj','interj','prep','part','ppron','pred') and
182 182 variant_id=%%s and l.status<>'cand' and l.usuniety = false %(magic)s
183 183 --and haslo < 'b'
184 184 union all
... ...
dictionary/management/commands/import_data.py
... ... @@ -136,7 +136,7 @@ ATTRS = {
136 136 'multi',
137 137 ),
138 138 u'dokładniej': (
139   - (('advndm', 'interj', 'burk', 'comp', 'qub', 'conj'), None),
  139 + (('advndm', 'interj', 'fraz', 'comp', 'part', 'conj'), None),
140 140 (
141 141 (u'przysłówek', u''),
142 142 (u'relator/przysłówek', u''),
... ...