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: dotNet/README.md
+3-9
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,14 @@ The [Semantria](https://www.lexalytics.com/semantria) SDKs are the most convenie
4
4
5
5
For small volume, or ad-hoc, interactive data exploration check out [Semantria for Excel](https://www.lexalytics.com/semantria/excel).
6
6
7
-
Signup for a free trial [here](https://www.lexalytics.com/signup).
8
-
9
7
See [semantria.readme.io](https://semantria.readme.io/docs/) for complete API documentation.
10
8
11
9
If you find a bug or have suggestions let us know: [email protected]. Or fork this repo, make your changes, and submit a pull request.
12
10
13
11
14
12
## Installation
15
13
16
-
These instructions show how to build and utilize the SDK using Microsoft Visual Studio. You are able to use the SDK in any IDE you choose.
14
+
These instructions show how to build and use the SDK using Microsoft Visual Studio.
17
15
18
16
First, clone or download the SDK from https://github.com/Semantria/semantria-sdk.
19
17
@@ -23,19 +21,15 @@ Then, open semantria-sdks/dotNet45/semantria.sln in Visual Studio.
23
21
24
22
To test, first set the environment variables SEMANTRIA\_KEY and SEMANTRIA\_SECRET with your key and secret.
25
23
26
-
Then run the tests:
27
-
28
-
Open the Test dropdown in the menu bar and click Test > Run > All Tests.
29
-
30
-
This can also be done using the keyboard shortcut ctrl + R, A.
24
+
Then to run the tests, select *Test > Run > All Tests*. You can also do this using the keyboard shortcut *Ctrl + R, A*.
31
25
32
26
## Running the examples
33
27
34
28
There are several example programs in the examples subdirectory.
35
29
36
30
First, ensure the environment variables SEMANTRIA\_KEY and SEMANTRIA\_SECRET are set.
37
31
38
-
Select the desired example in the solutions window. If you don't see the solutions window you can open it by clicking View > Solution Explorer in the dropdown menu. Once you have selected desired example, right click and select Debug > Run new Instance. Alternatively, select the desired example project in the Startup Projects dropdown, then click the start button to the right.
32
+
Select the desired example in the solutions window. If you don't see the solutions window you can open it by selecting *View > Solution Explorer*. Once you have selected desired example, right click and select *Debug > Run new instance*. Alternatively, select the desired example project in the Startup Projects dropdown, then click the start button to the right.
39
33
40
34
Remember, these examples are coded in a simple style to illustrate the use of some of Semantria features. They do not represent the best practices for processing large volumes of data.
Copy file name to clipboardexpand all lines: dotNet45/README.md
+3-9
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,13 @@ The [Semantria](https://www.lexalytics.com/semantria) SDKs are the most convenie
4
4
5
5
For small volume, or ad-hoc, interactive data exploration check out [Semantria for Excel](https://www.lexalytics.com/semantria/excel).
6
6
7
-
Signup for a free trial [here](https://www.lexalytics.com/signup).
8
-
9
7
See [semantria.readme.io](https://semantria.readme.io/docs/) for complete API documentation.
10
8
11
9
If you find a bug or have suggestions let us know: [email protected]. Or fork this repo, make your changes, and submit a pull request.
12
10
13
11
## Installation
14
12
15
-
These instructions show how to build and utilize the SDK using Microsoft Visual Studio. You are able to use the SDK in any IDE you choose.
13
+
These instructions show how to build and use the SDK using Microsoft Visual Studio.
16
14
17
15
First, clone or download the SDK from https://github.com/Semantria/semantria-sdk.
18
16
@@ -22,19 +20,15 @@ Then, open semantria-sdks/dotNet45/semantria.sln in Visual Studio.
22
20
23
21
To test, first set the environment variables SEMANTRIA\_KEY and SEMANTRIA\_SECRET with your key and secret.
24
22
25
-
Then run the tests:
26
-
27
-
Open the Test dropdown in the menu bar and click Test > Run > All Tests.
28
-
29
-
This can also be done using the keyboard shortcut ctrl + R, A.
23
+
Then to run the tests, select *Test > Run > All Tests*. You can also do this using the keyboard shortcut *Ctrl + R, A*.
30
24
31
25
## Running the examples
32
26
33
27
There are several example programs in the examples subdirectory.
34
28
35
29
First, ensure the environment variables SEMANTRIA\_KEY and SEMANTRIA\_SECRET are set.
36
30
37
-
Select the desired example in the solutions window. If you don't see the solutions window you can open it by clicking View > Solution Explorer in the dropdown menu. Once you have selected desired example, right click and select Debug > Run new Instance. Alternatively, select the desired example project in the Startup Projects dropdown, then click the start button to the right.
31
+
Select the desired example in the solutions window. If you don't see the solutions window you can open it by selecting *View > Solution Explorer*. Once you have selected desired example, right click and select *Debug > Run new instance*. Alternatively, select the desired example project in the Startup Projects dropdown, then click the start button to the right.
38
32
39
33
Remember, these examples are coded in a simple style to illustrate the use of some of Semantria features. They do not represent the best practices for processing large volumes of data.
0 commit comments