You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: flutter-hms-mltext/CHANGELOG.md
+17
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,20 @@
1
+
## 3.7.0+300
2
+
3
+
- Added `setUserRegion` and `getCountryCode` methods to MLTextApplication.
4
+
5
+
-**Breaking Changes:**
6
+
7
+
- With this release, `MLTextPermissions` has been removed. You are expected to handle required permissions on your own. You can learn more about the required permissions from our [official documentations](https://developer.huawei.com/consumer/en/doc/development/HMS-Plugin-Guides/assigning-permissions-0000001052789343?ha_source=hms1).
8
+
- Modified the internal structure of the plugin. Please use import **package:huawei_ml_text/huawei_ml_text.dart** not to get any errors.
9
+
10
+
**Updated API List**
11
+
12
+
- MLTextEmbeddingAnalyzer:
13
+
- Return type of `analyzeSentenceVector` changed to `List<double>` from `List<dynamic>`.
14
+
- Return type of `analyseWordVector` changed to `List<double>` from `List<dynamic>`.
15
+
- Return type of `analyseSimilarWords` changed to `List<String>` from `List<dynamic>`.
16
+
- Return type of `analyseWordVectorBatch` changed to `Map<String, List<double>>` from `dynamic`.
17
+
1
18
## 3.2.0+301
2
19
3
20
- Deleted the capability of prompting users to install HMS Core (APK).
Copy file name to clipboardexpand all lines: flutter-hms-mltext/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ If you have questions about how to use HMS samples, try the following options:
36
36
**huawei-mobile-services**.
37
37
-[Github](https://github.com/HMS-Core/hms-flutter-plugin) is the official repository for these plugins, You can open an issue or submit your ideas.
38
38
-[Huawei Developer Forum](https://forums.developer.huawei.com/forumPortal/en/home?fid=0101187876626530001) HMS Core Module is great for general questions, or seeking recommendations and opinions.
39
-
-[Huawei Developer Docs](https://developer.huawei.com/consumer/en/doc/overview/HMS-Core-Plugin) is place to official documentation for all HMS Core Kits, you can find detailed documentations in there.
39
+
-[Huawei Developer Docs](https://developer.huawei.com/consumer/en/doc/overview/HMS-Core-Plugin?ha_source=hms1) is place to official documentation for all HMS Core Kits, you can find detailed documentations in there.
40
40
41
41
If you run into a bug in our samples, please submit an issue to the [GitHub repository](https://github.com/HMS-Core/hms-flutter-plugin).
Copy file name to clipboardexpand all lines: flutter-hms-mltext/android/src/main/java/com/huawei/hms/flutter/mltext/handlers/TextEmbeddingMethodHandler.java
Copy file name to clipboardexpand all lines: flutter-hms-mltext/android/src/main/java/com/huawei/hms/flutter/mltext/mlapplication/MlApplicationMethodHandler.java
0 commit comments