NLP

Looks up the vector definition for a word.

get
Path parameters
strSessionIDstringRequired

The session ID

wordstringRequired

Word to be looked up

Responses
chevron-right
200

Success

application/json
get
/memori/v2/WordVector/{strSessionID}/{word}
200

Success

Searches for the 10 words most semantically similar words to the specified word.

get
Path parameters
strSessionIDstringRequired

The session ID

wordstringRequired

Word to be searcher for

Responses
chevron-right
200

Success

application/json
get
/memori/v2/SimilarWords/{strSessionID}/{word}
200

Success

Tries to guess the language of a sentence by analyzing keyword occurrences.

post
Path parameters
strSessionIDstringRequired

The session ID

Body

Specifications for requests requiring a sentence.

textstring | nullableOptional

Text of the sentence. Required.

Responses
chevron-right
200

Success

application/json
post
/memori/v2/GuessLanguage/{strSessionID}
200

Success

Computes the similarity between a reference and a comparison sentences.

post
Path parameters
strSessionIDstringRequired

The session ID

Body

Specifications for requests requiring a two sentences.

referenceTextstring | nullableOptional

Text of the reference sentence. Required.

referenceTextTypestring | nullableOptional

Type of reference text, i.e. question or answer. Required. Only types supported are: QUESTION ANSWER

comparisonTextstring | nullableOptional

Text of the comparison sentence. Required.

comparisonTextTypestring | nullableOptional

Type of comparison text, i.e. question or answer. Required. Only types supported are: QUESTION ANSWER

Responses
chevron-right
200

Success

application/json
post
/memori/v2/ComputeSimilarity/{strSessionID}
200

Success

Checks the words of a sentence for their definition in the word vector dictionary.

post
Path parameters
strSessionIDstringRequired

The session ID

Body

Specifications for requests requiring a sentence.

textstring | nullableOptional

Text of the sentence. Required.

Responses
chevron-right
200

Success

application/json
post
/memori/v2/CheckWords/{strSessionID}
200

Success

Checks a sentence for NSFW content.

post

This API requires a Giver session.

Path parameters
strSessionIDstringRequired

The session ID

Body

Specifications for requests requiring a sentence.

textstring | nullableOptional

Text of the sentence. Required.

Responses
chevron-right
200

Success

application/json
post
/memori/v2/CheckNSFW/{strSessionID}
200

Success

Last updated