forked from dailystudio/tensorflow-lite-examples-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[example-text-classification][DEV]: adapt to latest example framework;
- Loading branch information
1 parent
0053fc3
commit 6261303
Showing
3 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+9.17 KB
example-text-classification/src/main/res/drawable-nodpi/about_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
<resources> | ||
<string name="app_name">Text Classification</string> | ||
<string name="app_desc">Categorize free text into predefined groups. Potential applications include abusive content moderation, tone detection and more.</string> | ||
|
||
<string name="chat_text_question">How do you feel about that movie?</string> | ||
|
||
<string name="prompt_positive">Great, you like it!</string> | ||
<string name="prompt_native">Hmm, it seems that you don\'t like it.</string> | ||
<string name="prompt_default">May I have your pardon?</string> | ||
|
||
</resources> |