This repository was archived by the owner on Oct 30, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed
Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -24,3 +24,8 @@ csc sentiment.cs -r:System.Data.dll -r:System.Web.dll -r:AlchemyAPI.dll
2424csc relations.cs -r:System.Data.dll -r:System.Web.dll -r:AlchemyAPI.dll
2525
2626csc author.cs -r:System.Data.dll -r:System.Web.dll -r:AlchemyAPI.dll
27+
28+ csc combined.cs -r:System.Data.dll -r:System.Web.dll -r:AlchemyAPI.dll
29+
30+ csc taxonomy.cs -r:System.Data.dll -r:System.Web.dll -r:AlchemyAPI.dll
31+
Original file line number Diff line number Diff line change @@ -25,3 +25,8 @@ dmcs sentiment.cs -r:System.Data.dll -r:System.Web.dll -r:../module/AlchemyAPI.d
2525dmcs relations.cs -r:System.Data.dll -r:System.Web.dll -r:../module/AlchemyAPI.dll
2626
2727dmcs author.cs -r:System.Data.dll -r:System.Web.dll -r:../module/AlchemyAPI.dll
28+
29+ dmcs combined.cs -r:System.Data.dll -r:System.Web.dll -r:../module/AlchemyAPI.dll
30+
31+ dmcs taxonomy.cs -r:System.Data.dll -r:System.Web.dll -r:../module/AlchemyAPI.dll
32+
Original file line number Diff line number Diff line change 11
2- csc /target:library AlchemyAPI.cs AlchemyAPI_BaseParams.cs AlchemyAPI_CategoryParams.cs AlchemyAPI_ConceptParams.cs AlchemyAPI_ConstraintQueryParams.cs AlchemyAPI_EntityParams.cs AlchemyAPI_KeywordParams.cs AlchemyAPI_LanguageParams.cs AlchemyAPI_TextParams.cs AlchemyAPI_RelationParams.cs AlchemyAPI_TargetedSentimentParams.cs -r:System.Data.dll -r:System.Web.dll
2+ csc /target:library AlchemyAPI.cs AlchemyAPI_BaseParams.cs AlchemyAPI_CategoryParams.cs AlchemyAPI_ConceptParams.cs AlchemyAPI_ConstraintQueryParams.cs AlchemyAPI_EntityParams.cs AlchemyAPI_KeywordParams.cs AlchemyAPI_LanguageParams.cs AlchemyAPI_TextParams.cs AlchemyAPI_RelationParams.cs AlchemyAPI_TargetedSentimentParams.cs AlchemyAPI_CombinedDataParams.cs AlchemyAPI_TaxonomyParams.cs -r:System.Data.dll -r:System.Web.dll
33
4- copy " AlchemyAPI.dll" " ../ example/ "
4+ copy " AlchemyAPI.dll" " ..\ example\ "
Original file line number Diff line number Diff line change 11#! /bin/sh
22
3- mcs /target:library AlchemyAPI.cs AlchemyAPI_BaseParams.cs AlchemyAPI_CategoryParams.cs AlchemyAPI_ConceptParams.cs AlchemyAPI_ConstraintQueryParams.cs AlchemyAPI_EntityParams.cs AlchemyAPI_KeywordParams.cs AlchemyAPI_LanguageParams.cs AlchemyAPI_TextParams.cs AlchemyAPI_RelationParams.cs AlchemyAPI_TargetedSentimentParams.cs -r:System.Data.dll -r:System.Web.dll
3+ mcs /target:library AlchemyAPI.cs AlchemyAPI_BaseParams.cs AlchemyAPI_CategoryParams.cs AlchemyAPI_ConceptParams.cs AlchemyAPI_ConstraintQueryParams.cs AlchemyAPI_EntityParams.cs AlchemyAPI_KeywordParams.cs AlchemyAPI_LanguageParams.cs AlchemyAPI_TextParams.cs AlchemyAPI_RelationParams.cs AlchemyAPI_TargetedSentimentParams.cs AlchemyAPI_CombinedDataParams.cs AlchemyAPI_TaxonomyParams.cs -r:System.Data.dll -r:System.Web.dll
44
You can’t perform that action at this time.
0 commit comments