nam194 commited on
Commit
fbb15da
1 Parent(s): 0498911

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +2 -0
utils.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  from imports import *
2
  import unicodedata
3
  rdrsegmenter = VnCoreNLP("./vncorenlp_segmenter/VnCoreNLP-1.1.1.jar", annotators="wseg", max_heap_size='-Xmx500m')
 
1
+ import jdk
2
+ jdk.install('11', jre=True)
3
  from imports import *
4
  import unicodedata
5
  rdrsegmenter = VnCoreNLP("./vncorenlp_segmenter/VnCoreNLP-1.1.1.jar", annotators="wseg", max_heap_size='-Xmx500m')