mirror of
https://github.com/skishore/makemeahanzi.git
synced 2025-11-01 12:07:15 +08:00
Update classifier to included trained neural net
This commit is contained in:
@ -503,7 +503,7 @@ this.get_glyph_render_data = function(glyph, manual_bridges, classifier) {
|
||||
}
|
||||
}
|
||||
var log = [];
|
||||
var bridges = get_bridges(endpoints, classifier || hand_tuned_classifier);
|
||||
var bridges = get_bridges(endpoints, classifier || combined_classifier);
|
||||
var strokes = extract_strokes(
|
||||
paths, endpoints, manual_bridges || bridges, log);
|
||||
var expected = UNIHAN_STROKE_COUNTS[glyph.name];
|
||||
|
||||
Reference in New Issue
Block a user