Skip to content

Feature 24 alchemy language abstraction #82

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 34 commits into from
Jun 22, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
186c7a0
refactored AlchemyAPI to AlchemyLanguage
mediumTaj Jun 13, 2016
6533cf6
full data model, refactoring in Alchemy Language service
mediumTaj Jun 14, 2016
2aa66f0
GetAuthors, some refactoring
mediumTaj Jun 15, 2016
1d3810f
update credentials with alchemy language
mediumTaj Jun 15, 2016
7934f4f
htmlGetAuthor POST working, new test html page, removed htmlGetAuthor…
mediumTaj Jun 15, 2016
8bcf6a0
GetRankedConcepts abstraction, Refactor Keywoard to Keyword
mediumTaj Jun 15, 2016
64b5830
Extract dates abstraction
mediumTaj Jun 16, 2016
3518c40
removed usage and transactions from emotiondata, refactored GetEmotio…
mediumTaj Jun 16, 2016
0cfc970
remove old GetEmotion methods
mediumTaj Jun 16, 2016
bb4fe8a
switch between source types in GetEmotions
mediumTaj Jun 16, 2016
3dd01b1
Entity extraction abstraction
mediumTaj Jun 16, 2016
221fcd0
DetectFeeds
mediumTaj Jun 16, 2016
8d40d47
Keyword extraction
mediumTaj Jun 16, 2016
f279dd4
GetLanguages
mediumTaj Jun 17, 2016
51acbd2
get microformats and get pubdate
mediumTaj Jun 17, 2016
ba4e848
Get Relations
mediumTaj Jun 17, 2016
d8ccc08
sentiment analysis and targeted sentiment analysis
mediumTaj Jun 17, 2016
e94a6d6
Ranked taxonomy
mediumTaj Jun 17, 2016
ef5b79d
GetText and GetRawText
mediumTaj Jun 19, 2016
bd1cc14
GetTitle
mediumTaj Jun 19, 2016
795847d
combined call
mediumTaj Jun 19, 2016
a2b0529
added support for custom string data for each alchemyLanguage call
mediumTaj Jun 19, 2016
5971186
edit GetAuthors
mediumTaj Jun 19, 2016
ae32de2
rewrote getRankedConcepts into one method for three endpoints
mediumTaj Jun 19, 2016
3b720bb
streamline getDates and refoactor showSourceText to includeSourceText…
mediumTaj Jun 20, 2016
5ed99b1
get pub date html and detect feeds
mediumTaj Jun 20, 2016
7de8476
integration tests for Alchemy Language
mediumTaj Jun 20, 2016
5cc49f7
showing handler name in log
mediumTaj Jun 20, 2016
ca9d361
fixes #24 - Removed support for Microformats via HTML and Feed detect…
mediumTaj Jun 20, 2016
9767c7e
update Readme with alchemy language
mediumTaj Jun 20, 2016
7936a69
alchemy language documentation
mediumTaj Jun 20, 2016
a64d41a
Merge branch 'develop' into feature-24-alchemyLanguageAbstraction
mediumTaj Jun 21, 2016
0b3ac43
data model documentation and update config
mediumTaj Jun 21, 2016
00b54fb
Merge branch 'feature-24-alchemyLanguageAbstraction' of https://githu…
mediumTaj Jun 21, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified Config.json.enc
Binary file not shown.
603 changes: 603 additions & 0 deletions Examples/ServiceExamples/Scripts/ExampleAlchemyLanguage.cs

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 40 additions & 1 deletion Examples/ServiceExamples/ServiceExamples.unity
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ GameObject:
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
m_IsActive: 0
--- !u!114 &859102723
MonoBehaviour:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -523,3 +523,42 @@ Transform:
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 2
--- !u!1 &2044985857
GameObject:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
serializedVersion: 4
m_Component:
- 4: {fileID: 2044985859}
- 114: {fileID: 2044985858}
m_Layer: 0
m_Name: ExampleAlchemyLanguage
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!114 &2044985858
MonoBehaviour:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 2044985857}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 9d5294a7b05214c5690d02420b87a821, type: 3}
m_Name:
m_EditorClassIdentifier:
--- !u!4 &2044985859
Transform:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 2044985857}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 299.5, y: 291.5, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 10
833 changes: 833 additions & 0 deletions Examples/ServiceExamples/TestData/microformats.html

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions Examples/ServiceExamples/TestData/microformats.html.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

583 changes: 583 additions & 0 deletions Examples/ServiceExamples/TestData/unitySDK_release.html

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions Examples/ServiceExamples/TestData/unitySDK_release.html.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading