ljvmiranda921 / calamanCy

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

No property models of calamancy #15

Closed woodthom2 closed 1 year ago

woodthom2 commented 1 year ago

Hi I am trying to download the models but the models property doesn't exist, as described in the README

pip install --upgrade calamancy
Collecting calamancy
.........
Installing collected packages: calamancy
Successfully installed calamancy-0.0.1

Then in Python I cannot see an attribute models of calamancy

>>> for model in calamancy.models():
...     print(model)
... 
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: module 'calamancy' has no attribute 'models'

>>> dir(calamancy)
['__annotations__', '__builtins__', '__cached__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__path__', '__spec__', '__version__']
ljvmiranda921 commented 1 year ago

Hi @woodthom2 , I'm still working on the packages as I'm currently waiting for the treebank data from a uni here in the Philippines, so the packages still don't exist (hopefully by August!). Sorry I wasn't able to made that clear in the README. I'll ping you once everything's ready, and I appreciate your interest!

In the meantime, you can replicate the NER model as a spaCy project here. (write-up)

ljvmiranda921 commented 1 year ago

Closing this for now! I have already trained the first few models but I want to run some few benchmarks first. I think we're still on track on the August promise.

ljvmiranda921 commented 1 year ago

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

woodthom2 commented 1 year ago

Thanks so much!

On Sun, 2 Jul 2023, 05:58 Lj Miranda, @.***> wrote:

Hi @woodthom2 https://github.com/woodthom2 , the first few models have been released now. Feel free to update your calamanCy installation from 0.0.1 to 0.1.0.

— Reply to this email directly, view it on GitHub https://github.com/ljvmiranda921/calamanCy/issues/15#issuecomment-1616371169, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADUBTVNSEOH5HNWNVKBFVODXOD5XNANCNFSM6AAAAAAVN4NFPY . You are receiving this because you were mentioned.Message ID: @.***>