File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ impl Identifier {
136
136
. collect ( )
137
137
}
138
138
139
- /// Parallelized version of `identify`, which takes a batch of strings
139
+ /// Parallelized version of `identify`, which takes a list of strings
140
140
/// and runs the identification in parallel.
141
141
#[ pyo3( name = "par_identify" , signature = ( texts, ignore_confidence=false ) ) ]
142
142
fn py_par_identify ( & mut self , texts : Vec < String > , ignore_confidence : bool ) -> Vec < String > {
@@ -148,7 +148,7 @@ impl Identifier {
148
148
preds_out
149
149
}
150
150
151
- /// Parallelized version of `identify_score`, which takes a batch of strings
151
+ /// Parallelized version of `identify_score`, which takes a list of strings
152
152
/// and runs the identification in parallel.
153
153
#[ pyo3( name = "par_identify_with_score" , signature = ( texts, ignore_confidence=false ) ) ]
154
154
fn py_par_identify_with_score (
You can’t perform that action at this time.
0 commit comments