Coder Social home page Coder Social logo

Comments (6)

george-kozlov avatar george-kozlov commented on August 23, 2024

Hello,

Thanks for reaching out.
We had C++ version of add-in but don't support it anymore as we didn't receive any request for C++ SDK during last year. If you interested in C++ SDK, you can download it from our website using this direct link. The code offered as is because we don't support it for a long time. Anyway, it will simplify your integration process as it implements most of the existing methods, authentication, etc.

https://www.semantria.com/download/SDK/SemantriaCppSDK.tar.gz

Please let me know if you have other questions.

Regards,
George

from semantria-sdk.

YingshanDeng avatar YingshanDeng commented on August 23, 2024

Hi,George

The Semantria Cpp SDK is very useful for me! Thank you!

-- 
YingshanDeng
Sent with Airmail

On 2015年4月7日 at 下午8:12:59, George ([email protected]) wrote:

Hello,

Thanks for reaching out.
We had C++ version of add-in but don't support it anymore as we didn't receive any request for C++ SDK during last year. If you interested in C++ SDK, you can download it from our website using this direct link. The code offered as is because we don't support it for a long time. Anyway, it will simplify your integration process as it implements most of the existing methods, authentication, etc.

https://www.semantria.com/download/SDK/SemantriaCppSDK.tar.gz

Please let me know if you have other questions.

Regards,
George


Reply to this email directly or view it on GitHub.

from semantria-sdk.

YingshanDeng avatar YingshanDeng commented on August 23, 2024

Hi, George

I found a mistake in your website, in this page: https://semantria.com/support/developer/references/processing/

Queue: submit a document or batch of documents for Detailed analysis or submit a collection for Discovery analysis. 

Queue with a GET method and the server will return with an HTTP status.
For example, queuing documents for analysis is like lining up bottles to be filled by the milkman.

It should be POST method. 

-- 
YingshanDeng
Sent with Airmail

On 2015年4月8日 at 下午2:13:52, YingshanDeng ([email protected]) wrote:

Hi,George

The Semantria Cpp SDK is very useful for me! Thank you!

-- 
YingshanDeng
Sent with Airmail

On 2015年4月7日 at 下午8:12:59, George ([email protected]) wrote:

Hello,

Thanks for reaching out.
We had C++ version of add-in but don't support it anymore as we didn't receive any request for C++ SDK during last year. If you interested in C++ SDK, you can download it from our website using this direct link. The code offered as is because we don't support it for a long time. Anyway, it will simplify your integration process as it implements most of the existing methods, authentication, etc.

https://www.semantria.com/download/SDK/SemantriaCppSDK.tar.gz

Please let me know if you have other questions.

Regards,
George


Reply to this email directly or view it on GitHub.

from semantria-sdk.

george-kozlov avatar george-kozlov commented on August 23, 2024

Yinghan, thanks for feedback.

Andrea, please address this issue on website.

Regards,
GEORGE KOZLOV
CTO/Co-Founder
Semantria, LLC
T 877.570.1840
E [email protected]:[email protected]
www.semantria.comhttp://www.semantria.com/
This message (including any attachments) may contain confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message and contact the sender.

From: 邓映山 [mailto:[email protected]]
Sent: Wednesday, April 8, 2015 2:02 PM
To: Semantria/semantria-sdk
Cc: George Kozlov
Subject: Re: [semantria-sdk] Where is the C++ or Objective-C SDK? (#9)

Hi, George

I found a mistake in your website, in this page: https://semantria.com/support/developer/references/processing/

Queue: submit a document or batch of documents for Detailed analysis or submit a collection for Discovery analysis.

Queue with a GET method and the server will return with an HTTP status.
For example, queuing documents for analysis is like lining up bottles to be filled by the milkman.

It should be POST method.

YingshanDeng
Sent with Airmail

On 2015年4月8日 at 下午2:13:52, YingshanDeng ([email protected]:[email protected]) wrote:

Hi,George

The Semantria Cpp SDK is very useful for me! Thank you!

YingshanDeng
Sent with Airmail

On 2015年4月7日 at 下午8:12:59, George ([email protected]:[email protected]) wrote:

Hello,

Thanks for reaching out.
We had C++ version of add-in but don't support it anymore as we didn't receive any request for C++ SDK during last year. If you interested in C++ SDK, you can download it from our website using this direct link. The code offered as is because we don't support it for a long time. Anyway, it will simplify your integration process as it implements most of the existing methods, authentication, etc.

https://www.semantria.com/download/SDK/SemantriaCppSDK.tar.gz

Please let me know if you have other questions.

Regards,
George


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHubhttps://github.com//issues/9#issuecomment-90880870.

from semantria-sdk.

YingshanDeng avatar YingshanDeng commented on August 23, 2024

Hi, George

If I analyse text use mismatched language config id, what  will happen? In my test, sometime return FAILED status, sometime return the unexpected data…

Thank you!

-- 
YingshanDeng
Sent with Airmail

On 2015年4月9日 at 下午9:23:55, George ([email protected]) wrote:

Closed #9.


Reply to this email directly or view it on GitHub.

from semantria-sdk.

george-kozlov avatar george-kozlov commented on August 23, 2024

Hi Yingshan,

Nothing critical will happen. Semantria will analyze text and depending of a content it may return it ass PROCESSED or FAILED.
Because of different settings on different languages, mismatched documents can pass analysis but sentiment won’t be appropriate.
You should detect language by your own and then chose proper configuration.

Semantria offers language detection feature but it doesn’t chose proper configuration automatically.
You can create dedicated configuration just for language detection and then pass documents for analysis.
If you will do that, disable all other limits (options) in that dedicated configuration to speedup analysis.

Regards,
GEORGE KOZLOV
CTO/Co-Founder
Semantria, LLC
T 877.570.1840
E [email protected]:[email protected]
www.semantria.comhttp://www.semantria.com/
This message (including any attachments) may contain confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message and contact the sender.

From: 邓映山 [mailto:[email protected]]
Sent: Monday, April 13, 2015 6:04 AM
To: Semantria/semantria-sdk
Cc: George Kozlov
Subject: Re: [semantria-sdk] Where is the C++ or Objective-C SDK? (#9)

Hi, George

If I analyse text use mismatched language config id, what will happen? In my test, sometime return FAILED status, sometime return the unexpected data…

Thank you!

YingshanDeng
Sent with Airmail

On 2015年4月9日 at 下午9:23:55, George ([email protected]:[email protected]) wrote:

Closed #9.


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHubhttps://github.com//issues/9#issuecomment-92179039.

from semantria-sdk.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.