Description Usage Arguments Details Value Author(s) Examples
View source: R/listSimulatedLexies.R
List the lexies and optimum occurence count for an expression of a metamot batch
1 | listSimulatedLexies(metamot_id, lexie_id)
|
metamot_id |
The batch id |
lexie_id |
The expression to simulate |
ResCode 401 : Unauthorized : user or password does not match. 404 : Unknown uid 406 : Request and response must be application/json
a json with lexies occurences for several text sizes.
Vincent Terrasi
1 2 3 4 | ## Not run:
lexies <- listSimulatedLexies(metamot_id,"test")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.