|
1 |
|
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
|
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
4 |
|
5 <html xmlns="http://www.w3.org/1999/xhtml"> |
|
6 <head> |
|
7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
8 <title>pyams_thesaurus.rpc.json package — PyAMS User Guide 0.1.0 documentation</title> |
|
9 <link rel="stylesheet" href="_static/pyramid.css" type="text/css" /> |
|
10 <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> |
|
11 <script type="text/javascript"> |
|
12 var DOCUMENTATION_OPTIONS = { |
|
13 URL_ROOT: './', |
|
14 VERSION: '0.1.0', |
|
15 COLLAPSE_INDEX: false, |
|
16 FILE_SUFFIX: '.html', |
|
17 HAS_SOURCE: true, |
|
18 SOURCELINK_SUFFIX: '.txt' |
|
19 }; |
|
20 </script> |
|
21 <script type="text/javascript" src="_static/jquery.js"></script> |
|
22 <script type="text/javascript" src="_static/underscore.js"></script> |
|
23 <script type="text/javascript" src="_static/doctools.js"></script> |
|
24 <link rel="index" title="Index" href="genindex.html" /> |
|
25 <link rel="search" title="Search" href="search.html" /> |
|
26 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Neuton&subset=latin" type="text/css" media="screen" charset="utf-8" /> |
|
27 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nobile:regular,italic,bold,bolditalic&subset=latin" type="text/css" media="screen" charset="utf-8" /> |
|
28 <!--[if lte IE 6]> |
|
29 <link rel="stylesheet" href="_static/ie6.css" type="text/css" media="screen" charset="utf-8" /> |
|
30 <![endif]--> |
|
31 |
|
32 </head> |
|
33 <body> |
|
34 |
|
35 <div class="related" role="navigation" aria-label="related navigation"> |
|
36 <h3>Navigation</h3> |
|
37 <ul> |
|
38 <li class="right" style="margin-right: 10px"> |
|
39 <a href="genindex.html" title="General Index" |
|
40 accesskey="I">index</a></li> |
|
41 <li class="right" > |
|
42 <a href="py-modindex.html" title="Python Module Index" |
|
43 >modules</a> |</li> |
|
44 <li class="nav-item nav-item-0"><a href="index.html">PyAMS User Guide 0.1.0 documentation</a> »</li> |
|
45 </ul> |
|
46 </div> |
|
47 |
|
48 <div class="document"> |
|
49 <div class="documentwrapper"> |
|
50 <div class="bodywrapper"> |
|
51 <div class="body" role="main"> |
|
52 |
|
53 <div class="section" id="pyams-thesaurus-rpc-json-package"> |
|
54 <h1>pyams_thesaurus.rpc.json package<a class="headerlink" href="#pyams-thesaurus-rpc-json-package" title="Permalink to this headline">¶</a></h1> |
|
55 <div class="section" id="module-pyams_thesaurus.rpc.json"> |
|
56 <span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-pyams_thesaurus.rpc.json" title="Permalink to this headline">¶</a></h2> |
|
57 <dl class="function"> |
|
58 <dt id="pyams_thesaurus.rpc.json.findTerms"> |
|
59 <code class="descclassname">pyams_thesaurus.rpc.json.</code><code class="descname">findTerms</code><span class="sig-paren">(</span><em>request</em>, <em>query</em>, <em>thesaurus_name</em>, <em>extract_name=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.rpc.json.findTerms" title="Permalink to this definition">¶</a></dt> |
|
60 <dd><p>Find terms matching given query, returning their title</p> |
|
61 </dd></dl> |
|
62 |
|
63 <dl class="function"> |
|
64 <dt id="pyams_thesaurus.rpc.json.findTermsWithLabel"> |
|
65 <code class="descclassname">pyams_thesaurus.rpc.json.</code><code class="descname">findTermsWithLabel</code><span class="sig-paren">(</span><em>request</em>, <em>query</em>, <em>thesaurus_name</em>, <em>extract_name=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.rpc.json.findTermsWithLabel" title="Permalink to this definition">¶</a></dt> |
|
66 <dd><p>Find terms matching given query, returning their full label</p> |
|
67 </dd></dl> |
|
68 |
|
69 <dl class="function"> |
|
70 <dt id="pyams_thesaurus.rpc.json.getExtracts"> |
|
71 <code class="descclassname">pyams_thesaurus.rpc.json.</code><code class="descname">getExtracts</code><span class="sig-paren">(</span><em>request</em>, <em>thesaurus_name</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.rpc.json.getExtracts" title="Permalink to this definition">¶</a></dt> |
|
72 <dd><p>Get extracts of given thesaurus</p> |
|
73 </dd></dl> |
|
74 |
|
75 <dl class="function"> |
|
76 <dt id="pyams_thesaurus.rpc.json.getTopTerms"> |
|
77 <code class="descclassname">pyams_thesaurus.rpc.json.</code><code class="descname">getTopTerms</code><span class="sig-paren">(</span><em>request</em>, <em>thesaurus_name</em>, <em>extract_name=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_thesaurus.rpc.json.getTopTerms" title="Permalink to this definition">¶</a></dt> |
|
78 <dd><p>Get top terms of given thesaurus</p> |
|
79 </dd></dl> |
|
80 |
|
81 </div> |
|
82 </div> |
|
83 |
|
84 |
|
85 </div> |
|
86 </div> |
|
87 </div> |
|
88 <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> |
|
89 <div class="sphinxsidebarwrapper"> |
|
90 <h3><a href="index.html">Table Of Contents</a></h3> |
|
91 <ul> |
|
92 <li><a class="reference internal" href="#">pyams_thesaurus.rpc.json package</a><ul> |
|
93 <li><a class="reference internal" href="#module-pyams_thesaurus.rpc.json">Module contents</a></li> |
|
94 </ul> |
|
95 </li> |
|
96 </ul> |
|
97 |
|
98 <div id="searchbox" style="display: none" role="search"> |
|
99 <h3>Quick search</h3> |
|
100 <form class="search" action="search.html" method="get"> |
|
101 <div><input type="text" name="q" /></div> |
|
102 <div><input type="submit" value="Go" /></div> |
|
103 <input type="hidden" name="check_keywords" value="yes" /> |
|
104 <input type="hidden" name="area" value="default" /> |
|
105 </form> |
|
106 </div> |
|
107 <script type="text/javascript">$('#searchbox').show(0);</script> |
|
108 </div> |
|
109 </div> |
|
110 <div class="clearer"></div> |
|
111 </div> |
|
112 <div class="related" role="navigation" aria-label="related navigation"> |
|
113 <h3>Navigation</h3> |
|
114 <ul> |
|
115 <li class="right" style="margin-right: 10px"> |
|
116 <a href="genindex.html" title="General Index" |
|
117 >index</a></li> |
|
118 <li class="right" > |
|
119 <a href="py-modindex.html" title="Python Module Index" |
|
120 >modules</a> |</li> |
|
121 <li class="nav-item nav-item-0"><a href="index.html">PyAMS User Guide 0.1.0 documentation</a> »</li> |
|
122 </ul> |
|
123 </div> |
|
124 <div class="footer" role="contentinfo"> |
|
125 © Copyright 2017, Thierry Florac. |
|
126 Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.5. |
|
127 </div> |
|
128 </body> |
|
129 </html> |