You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: