Skip to content
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

JVM DLL not found #9

Open
NishaGoyal1989 opened this issue Jun 2, 2023 · 0 comments
Open

JVM DLL not found #9

NishaGoyal1989 opened this issue Jun 2, 2023 · 0 comments

Comments

@NishaGoyal1989
Copy link

Describe the bug
FileNotFoundError: [Errno 2] JVM DLL not found: /Library/Java/JavaVirtualMachines/jdk-19.jdk/Contents/Home/lib/libjli.dylib

To Reproduce
from simplify.simplifiers import DiscourseSimplification
discourse = DiscourseSimplification()
complex_sentence_list=['Although she was considered smart, she failed all her exams.']
if name == 'main':
simple_output = discourse(complex_sentence_list)

Expected behavior
File should execute and should show the output

Screenshots

Screenshot 2023-06-02 at 12 37 58 PM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant