HHansi commited on
Commit
0c8e9d4
·
1 Parent(s): e76df46

initial commit

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ from accord_nlp.information_extraction.ie_pipeline import InformationExtractor
10
  ner_args = {
11
  "labels_list": ["O", "B-quality", "B-property", "I-property", "I-quality", "B-object", "I-object", "B-value", "I-value"],
12
  "use_multiprocessing": False,
 
13
  }
14
 
15
  re_args = {
 
10
  ner_args = {
11
  "labels_list": ["O", "B-quality", "B-property", "I-property", "I-quality", "B-object", "I-object", "B-value", "I-value"],
12
  "use_multiprocessing": False,
13
+ "process_count": 1
14
  }
15
 
16
  re_args = {