diff --git a/nlp-tools/examples.http b/nlp-tools/examples.http index aaa1fd6..6e02876 100644 --- a/nlp-tools/examples.http +++ b/nlp-tools/examples.http @@ -1,7 +1,7 @@ # VP -# @baseUrl=https://nlp-tools-2.services.inist.fr +@baseUrl=https://nlp-tools.services.istex.fr # VI -@baseUrl=http://nlp-tools-2.tdmservices.intra.inist.fr +# @baseUrl=http://nlp-tools-2.tdmservices.intra.inist.fr @doc_en=[{"id":"1","value":"Non-local effects by homogenization or 3D–1D dimension reduction in elastic materials reinforced by stiff fibers.We first consider an elastic thin heterogeneous cylinder of radius of order ε: the interior of the cylinder is occupied by a stiff material (fiber) that is surrounded by a soft material (matrix). By assuming that the elasticity tensor of the fiber does not scale with ε and that of the matrix scales with ε2, we prove that the one dimensional model is a nonlocal system.We then consider a reference configuration domain filled out by periodically distributed rods similar to those described above. We prove that the homogenized model is a second order nonlocal problem.In particular, we show that the homogenization problem is directly connected to the 3D–1D dimensional reduction problem."}] @@ -15,60 +15,67 @@ # stemming en anglais POST {{baseUrl}}/v1/en/stemmer/analyze?indent=true&output=doc HTTP/1.1 Content-Type: application/json -{{doc_en}} -### +{{doc_en}} + +### # @name stemmingfrDoc # stemming en francais POST {{baseUrl}}/v1/fr/stemmer/analyze?indent=true&output=doc HTTP/1.1 Content-Type: application/json -{{doc_fr}} -### +{{doc_fr}} + +### # @name lemmatisationEnDoc # Lemmatisation en anglais POST {{baseUrl}}/v1/en/postagger/analyze?indent=true&output=doc HTTP/1.1 Content-Type: application/json + {{doc_en}} ### - # @name lemmatisationFrDoc # Lemmatisation en francais POST {{baseUrl}}/v1/fr/postagger/analyze?indent=true&output=doc HTTP/1.1 Content-Type: application/json -{{doc_fr}} -### +{{doc_fr}} + +### # @name postaggerEnJson # POSTtagging en anglais POST {{baseUrl}}/v1/en/postagger/analyze?output=json HTTP/1.1 Content-Type: application/json -{{doc_en}} -### +{{doc_en}} + +### # @name postaggerFrJson # POSTtagging en francais POST {{baseUrl}}/v1/fr/postagger/analyze?output=json HTTP/1.1 Content-Type: application/json -{{doc_fr}} -### +{{doc_fr}} + +### # @name NpChunkerEnDoc # Chunking nominal en anglais POST {{baseUrl}}/v1/en/npchunker/analyze?indent=true&output=doc HTTP/1.1 -Content-Type: application/json -{{doc_en}} -### +Content-Type: application/json +{{doc_en}} + +### # @name NpChunkerEnDP # Chunking nominal issu de dependance parsing en anglais POST {{baseUrl}}/v1/en/npchunkerdp/analyze?indent=true&output=doc HTTP/1.1 -Content-Type: application/json +Content-Type: application/json {{doc_en}} -### +### # @name TermMatcherEnMX # reconnaissance de termes d'apres le MX anglais POST {{baseUrl}}/v1/en/termmatcher/analyze?indent=true&output=doc HTTP/1.1 -Content-Type: application/json -{{doc_en}} +Content-Type: application/json + +{{doc_en}} \ No newline at end of file