-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels