ailia-speech 1.3.0.1__tar.gz → 1.3.0.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of ailia-speech might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ailia_speech
3
- Version: 1.3.0.1
3
+ Version: 1.3.0.3
4
4
  Summary: ailia AI Speech
5
5
  Home-page: https://ailia.jp/
6
6
  Author: ax Inc.
@@ -19,11 +19,11 @@ As long as user complies with the conditions stated in [License Document](https:
19
19
 
20
20
  ## About ailia AI Speech
21
21
 
22
- ailia Speech is a library to perform speech recognition using AI. It provides a C API for native applications, as well as a C# API well suited for Unity applications. Using ailia Speech, you can easily integrate AI powered speech recognition into your applications.
22
+ ailia AI Speech is a library to perform speech recognition using AI. It provides a C API for native applications, as well as a C# API well suited for Unity applications. Using ailia AI Speech, you can easily integrate AI powered speech recognition into your applications.
23
23
 
24
24
  ## Install from pip
25
25
 
26
- You can install the ailia SDK free evaluation package with the following command.
26
+ You can install the ailia AI Speech free evaluation package with the following command.
27
27
 
28
28
  ```
29
29
  pip3 install ailia_speech
@@ -31,7 +31,7 @@ pip3 install ailia_speech
31
31
 
32
32
  ## Install from package
33
33
 
34
- You can install the ailia SDK from Package with the following command.
34
+ You can install the ailia AI Speech from Package with the following command.
35
35
 
36
36
  ```
37
37
  python3 bootstrap.py
@@ -6,11 +6,11 @@ As long as user complies with the conditions stated in [License Document](https:
6
6
 
7
7
  ## About ailia AI Speech
8
8
 
9
- ailia Speech is a library to perform speech recognition using AI. It provides a C API for native applications, as well as a C# API well suited for Unity applications. Using ailia Speech, you can easily integrate AI powered speech recognition into your applications.
9
+ ailia AI Speech is a library to perform speech recognition using AI. It provides a C API for native applications, as well as a C# API well suited for Unity applications. Using ailia AI Speech, you can easily integrate AI powered speech recognition into your applications.
10
10
 
11
11
  ## Install from pip
12
12
 
13
- You can install the ailia SDK free evaluation package with the following command.
13
+ You can install the ailia AI Speech free evaluation package with the following command.
14
14
 
15
15
  ```
16
16
  pip3 install ailia_speech
@@ -18,7 +18,7 @@ pip3 install ailia_speech
18
18
 
19
19
  ## Install from package
20
20
 
21
- You can install the ailia SDK from Package with the following command.
21
+ You can install the ailia AI Speech from Package with the following command.
22
22
 
23
23
  ```
24
24
  python3 bootstrap.py
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ailia_speech
3
- Version: 1.3.0.1
3
+ Version: 1.3.0.3
4
4
  Summary: ailia AI Speech
5
5
  Home-page: https://ailia.jp/
6
6
  Author: ax Inc.
@@ -19,11 +19,11 @@ As long as user complies with the conditions stated in [License Document](https:
19
19
 
20
20
  ## About ailia AI Speech
21
21
 
22
- ailia Speech is a library to perform speech recognition using AI. It provides a C API for native applications, as well as a C# API well suited for Unity applications. Using ailia Speech, you can easily integrate AI powered speech recognition into your applications.
22
+ ailia AI Speech is a library to perform speech recognition using AI. It provides a C API for native applications, as well as a C# API well suited for Unity applications. Using ailia AI Speech, you can easily integrate AI powered speech recognition into your applications.
23
23
 
24
24
  ## Install from pip
25
25
 
26
- You can install the ailia SDK free evaluation package with the following command.
26
+ You can install the ailia AI Speech free evaluation package with the following command.
27
27
 
28
28
  ```
29
29
  pip3 install ailia_speech
@@ -31,7 +31,7 @@ pip3 install ailia_speech
31
31
 
32
32
  ## Install from package
33
33
 
34
- You can install the ailia SDK from Package with the following command.
34
+ You can install the ailia AI Speech from Package with the following command.
35
35
 
36
36
  ```
37
37
  python3 bootstrap.py
@@ -54,7 +54,7 @@ if __name__ == "__main__":
54
54
  setup(
55
55
  name="ailia_speech",
56
56
  scripts=scripts,
57
- version="1.3.0.1",
57
+ version="1.3.0.3",
58
58
  install_requires=[
59
59
  "ailia",
60
60
  "ailia_tokenizer",
File without changes