Newer
Older
web-services / nlp-tools / v1 / en / npchunkerdp / analyze.ini
@schneist schneist on 5 May 2 KB swagger
# openAPI Documentation - JSON format (dot notation)
post.responses.default.content.application/json.schema.$ref =  #/components/schemas/JSONStream
post.requestBody.required = true
post.requestBody.content.application/json.schema.$ref = #/components/schemas/JSONStream
post.parameters.0.in = query
post.parameters.0.name = path
post.parameters.0.schema.type = string
post.parameters.0.description = The path in each object to enrich with an Python script
post.parameters.1.in = query
post.parameters.1.name = indent
post.parameters.1.schema.type = boolean
post.parameters.1.description = Indent or not the JSON Result
post.parameters.2.in = query
post.parameters.2.name = output
post.parameters.2.schema.type = string
post.parameters.2.description = result format [doc] ou [json]
post.parameters.2.schema.enum = [doc, json]
mimeType = application/json
post.summary = Nominal Chunking in english 
post.responses.description = produces a list of nominal phrases from textn. Dependency parsing are used  to map the words in a sentence to semantic roles, thereby identifying the syntactic relations between words.
post.requestBody.content.application/json.example.0.id = 1
post.requestBody.content.application/json.example.0.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.
post.responses.default.content.application/json.example.0.id = 1
post.responses.default.content.application/json.example.0.value = non_-_local_effect homogenization dimension_reduction elastic_material stiff_fiber  elastic_thin_heterogeneous_cylinder radius order interior cylinder stiff_material fiber soft_material (_matrix elasticity_tensor fiber matrix_scale  one_dimensional_model nonlocal_system  reference_configuration_domain periodically_rod  homogenized_model second_order_nonlocal_problem  homogenization_problem 3d–1d_dimensional_reduction_problem

[use]
plugin = @ezs/spawn
plugin = @ezs/basics
plugin = @ezs/analytics

[JSONParse]
separator = *

[expand]
path = env('path', 'value')
size = 100
# in production mode, uncomment the following line
cache = boost

[expand/exec]
#command should be executable !
command = ./analyze.py
args = NPchunkerDP
args = fix('-o')
args = env('output','doc')
args = fix('-lang')
args = en
args = fix('-param')
args = env('param','{}')

[JSONString]