1
0
forked from GitHub/gf-core

added code for visualization of the sematic graph in the app. The code is there but the menu item for activating it is not there yet since the functionality is not complete

This commit is contained in:
krasimir
2015-09-01 08:00:56 +00:00
parent 1c86783e17
commit 66454d844a
15 changed files with 731 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
<string name="open_image">Opening</string>
<string name="mic_input">Speech Input</string>
<string name="keyboard_input">Keyboard Input</string>
<string name="semantic_graph">Semantic Graph</string>
<string name="help">Help</string>
<string name="global_preferences_key">org.grammaticalframework.ui.android.GLOBAL_PREFERENCES</string>
@@ -24,4 +25,7 @@
<!-- Labels for subtype -->
<string name="normalKeyboardMode">normalKeyboardMode</string>
<string name="internalKeyboardMode">internalKeyboardMode</string>
<string name="search_hint">Search word:</string>
<string name="search_description">Search for words in the lexicon</string>
</resources>