Skip to content
Snippets Groups Projects
Commit 418029f1 authored by Adam Radziszewski's avatar Adam Radziszewski
Browse files

rename model to avoid PLUS chacter, add model to setup

parent c4733857
No related branches found
No related tags found
No related merge requests found
......@@ -14,8 +14,8 @@ setup(name='iobber',
package_data={
'iobber': [
'data/*.ini', 'data/*.ccl', 'data/*.txt', 'data/*.lex',
'data/model-kpwr04/*.cr', 'data/model-kpwr04/*.lex']
# TODO: pre-trained models as well
'data/model-kpwr04/*.cr', 'data/model-kpwr04/*.lex',
'data/model-kpwr04-H/*.cr', 'data/model-kpwr04-H/*.lex']
},
license='LGPL',
entry_points={
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment