ljvmiranda921 / calamanCy

NLP pipelines for Tagalog using spaCy
MIT License
44 stars 3 forks source link

can't run it #18

Closed herbiel closed 1 year ago

herbiel commented 1 year ago

import calamancy from model in calamancy.models(): File "", line 1 from model in calamancy.models(): ^^ SyntaxError: invalid syntax print(model) File "", line 1 print(model) IndentationError: unexpected indent import calamancy for model in calamancy.models(): ... print(model) ... Traceback (most recent call last): File "", line 1, in AttributeError: module 'calamancy' has no attribute 'models'

ljvmiranda921 commented 1 year ago

Hi @herbiel , it's still work-in-progress but I'm hoping to have a proper release around August :) #15

ljvmiranda921 commented 1 year ago

Hi @herbiel , the first few models have been released now. Feel free to update your calamanCy installation from 0.0.1 to 0.1.0.