goru001 / inltk

Natural Language Toolkit for Indic Languages aims to provide out of the box support for various NLP tasks that an application developer might need
https://inltk.readthedocs.io
MIT License
818 stars 164 forks source link

Segmentation Fault #61

Closed kanodiaayush closed 3 years ago

kanodiaayush commented 3 years ago

Hi, I just installed this and tried the following

from inltk.inltk import setup
setup('hi')

from inltk.inltk import get_embedding_vectors
vectors = get_embedding_vectors(example_sent, 'hi')

This results in a segmentation fault. Can I get an idea on how to debug this?

goru001 commented 3 years ago

@kanodiaayush Thanks for reaching out. Are library versions and dependencies in your environment correct? (mainly pytorch)

goru001 commented 3 years ago

Closing this issue for now, Feel free to re-open if there's anything else. Thanks!