We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7730ee commit 120f537Copy full SHA for 120f537
camel_tools/cli/camel_morphology.py
@@ -91,7 +91,7 @@
91
_ANALYSIS_BACKOFFS = frozenset(('NONE', 'NOAN_ALL', 'NOAN_PROP', 'ADD_ALL',
92
'ADD_PROP'))
93
_GENARATION_BACKOFFS = frozenset(('NONE', 'REINFLECT'))
94
-_BUILTIN_DBS = frozenset([db.name for db in MorphologyDB.list_builtin_dbs()])
+_BUILTIN_DBS = frozenset(MorphologyDB.list_builtin_dbs())
95
_DEFAULT_DB = 'calima-msa-r13'
96
97
_DIAC_RE = re.compile(r'[' + re.escape(u''.join(AR_DIAC_CHARSET)) + r']')
0 commit comments