Home
last modified time | relevance | path

Searched refs:per_tag (Results 1 – 8 of 8) sorted by relevance

/dports/textproc/py-elasticsearch-dsl/elasticsearch-dsl-7.3.0/
H A DREADME92 "per_tag": {
105 for tag in response['aggregations']['per_tag']['buckets']:
128 s.aggs.bucket('per_tag', 'terms', field='tags') \
136 for tag in response.aggregations.per_tag.buckets:
H A DPKG-INFO102 "per_tag": {
115 for tag in response['aggregations']['per_tag']['buckets']:
138 s.aggs.bucket('per_tag', 'terms', field='tags') \
146 for tag in response.aggregations.per_tag.buckets:
/dports/textproc/py-elasticsearch-dsl6/elasticsearch-dsl-6.4.0/
H A DREADME86 "per_tag": {
99 for tag in response['aggregations']['per_tag']['buckets']:
122 s.aggs.bucket('per_tag', 'terms', field='tags') \
130 for tag in response.aggregations.per_tag.buckets:
H A DPKG-INFO94 "per_tag": {
107 for tag in response['aggregations']['per_tag']['buckets']:
130 s.aggs.bucket('per_tag', 'terms', field='tags') \
138 for tag in response.aggregations.per_tag.buckets:
/dports/textproc/py-elasticsearch-dsl6/elasticsearch-dsl-6.4.0/elasticsearch_dsl.egg-info/
H A DPKG-INFO94 "per_tag": {
107 for tag in response['aggregations']['per_tag']['buckets']:
130 s.aggs.bucket('per_tag', 'terms', field='tags') \
138 for tag in response.aggregations.per_tag.buckets:
/dports/textproc/py-elasticsearch-dsl/elasticsearch-dsl-7.3.0/elasticsearch_dsl.egg-info/
H A DPKG-INFO102 "per_tag": {
115 for tag in response['aggregations']['per_tag']['buckets']:
138 s.aggs.bucket('per_tag', 'terms', field='tags') \
146 for tag in response.aggregations.per_tag.buckets:
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/tools/
H A Dmbmem.cpp44 bool per_tag = true,
152 bool per_tag, in print_memory_stats() argument
205 if (per_tag) { in print_memory_stats()
/dports/textproc/py-ufal.udpipe/ufal.udpipe-1.2.0.3/udpipe/
H A Dudpipe.cpp9671per_tag[i][j].values[TAG_UPOS] = per_tag[i][j].values[TAG_CASE] = per_tag[i][j].values[TAG_GENDER]… in compute_features()
9672per_tag[i][j].values[TAG_NUMBER] = per_tag[i][j].values[TAG_NEGATIVE] = per_tag[i][j].values[TAG_P… in compute_features()
9673per_tag[i][j].values[LEMMA] = j && analyses[i][j-1].lemma == lemma ? per_tag[i][j-1].values[LEMMA]… in compute_features()
9724 following_verb_tag = per_tag[i][verb_candidate].values[TAG]; in compute_features()
9799 dynamic.values[PREVIOUS_OR_CURRENT_VERB_TAG] = per_tag.values[TAG]; in compute_dynamic_features()
9898per_tag[i][j].values[LEMMA] = j && analyses[i][j-1].lemma == analyses[i][j].lemma ? per_tag[i][j-1… in compute_features()
9914 following_verb_tag = per_tag[i][verb_candidate].values[TAG]; in compute_features()
9915 following_verb_lemma = per_tag[i][verb_candidate].values[LEMMA]; in compute_features()
10083per_tag[i][j].values[LEMMA] = j && analyses[i][j-1].lemma == analyses[i][j].lemma ? per_tag[i][j-1… in compute_features()
10099 following_verb_tag = per_tag[i][verb_candidate].values[TAG]; in compute_features()
[all …]