-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not Working #53
Comments
Can you please share your code? |
`from nlg.search import templatize, render df = pd.read_csv('doc2.csv') xdf = gfilter(df, fh_args.copy()) text = nlp('roshan is best doctor') nugget = templatize(text, fh_args, xdf) print(nugget.render(df))` I tried df and xdf both in render |
And what is the output you are getting? |
|
Got it. Could you share doc2.csv also? |
I'm able to reproduce this. There is a problem with the inflection detection. Will post a fix soon. |
Hi, When user will going to get new release with fix ? |
@jaidevd even i am getting same issue , even i am providing "-votes", i am getting rating in output rendered text |
NLG is not working. I am not getting the expected result even I replicate the same example I am getting James in result when I changed sort by rating for desc it is giving me the same result.
[Python Script]
The text was updated successfully, but these errors were encountered: