Add nazoru-input in mozc-nazoru/

This commit is contained in:
Makoto Shimazu
2018-03-16 13:27:36 +09:00
parent 54d39f5615
commit e006ebd113
21 changed files with 5247 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# -*- coding: utf-8 -*-
def get_default_graph_path():
import os
script_dir = os.path.dirname(os.path.abspath(__file__))
return os.path.join(script_dir, 'data', 'optimized_nazoru.pb')