banglakit / lemmatizer

A rule-based lemmatizer for Bengali / Bangla based written in Python. Under active development.
22 stars 5 forks source link

lemmatizer not working #2

Open maya-eng opened 4 years ago

maya-eng commented 4 years ago

Hi, I am installing banglakit.lemmatizer using pip from your documentation. But when I am using this it gives me to output the same as the input. That means lemmatization does not work for me. My working environment is : python 3.6.8

from banglakit import lemmatizer as lem
from banglakit.lemmatizer import BengaliLemmatizer

lemmatizer = BengaliLemmatizer()

lemmatizer.lemmatize('বাংলাদেশের', pos=lem.POS_PROPN)

But it always gives me output same as input 'বাংলাদেশের'. Please let me know what is the problem in my site thanks

aniruddha-adhikary commented 4 years ago

It is a bug! We are working on a fix. In the meantime, can you try passing it on as a POS_NOUN? @maya-eng

rahman-maksudur commented 4 years ago

It is a bug! We are working on a fix. In the meantime, can you try passing it on as a POS_NOUN? @maya-eng

Hello. I have tried passing POS_NOUN in the pos parameter. It is still not working.

AMITESHPATEL commented 1 year ago

Not Working