Home
last modified time | relevance | path

Searched refs:stems (Results 1 – 25 of 2300) sorted by relevance

12345678910>>...92

/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/loops/
H A Dexternal.c513 free(stems); in decompose_f5_ext_stem_d0()
540 stems += i; in decompose_f3_ext_stem_d0()
541 free(stems); in decompose_f3_ext_stem_d0()
564 free(stems); in decompose_f5_ext_stem_d2()
590 stems += i; in decompose_f3_ext_stem_d2()
689 stems += i; in decompose_f3_ext_stem_d1()
704 stems += i; in decompose_f3_ext_stem_d1()
719 stems += i; in decompose_f3_ext_stem_d1()
734 stems += i; in decompose_f3_ext_stem_d1()
988 stems -= i; in f3_get_stem_contributions_d0()
[all …]
/dports/textproc/py-nltk/nltk-3.4.1/nltk/metrics/
H A Dpaice.py53 stems = {}
60 return stems
126 for stem in stems:
138 def _calculate(lemmas, stems): argument
229 self.stems = stems
352 stems = {
364 for stem in sorted(stems):
367 p = Paice(lemmas, stems)
371 stems = {
380 for stem in sorted(stems):
[all …]
/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dbeam.cc158 Grob *stem = stems[i]; in get_beam_count()
175 ga->add (stems[i]); in calc_normal_stems()
214 stem = stems[0]; in calc_direction()
801 Grob *s = stems[i]; in get_default_dir()
856 Grob *s = stems[i]; in set_stem_directions()
1086 if (!stems.size ()) in set_stem_lengths()
1114 Grob *s = stems[i]; in set_stem_lengths()
1215 return stems.size (); in normal_stem_count()
1222 return stems.size () ? stems[0] : 0; in first_normal_stem()
1229 return stems.size () ? stems.back () : 0; in last_normal_stem()
[all …]
H A Dtie.cc119 Drul_array<Grob *> stems; in get_default_dir() local
127 stems[d] = (stem && !Stem::is_invisible (stem)) ? stem : 0; in get_default_dir()
130 if (stems[LEFT] && stems[RIGHT]) in get_default_dir()
132 if (get_grob_direction (stems[LEFT]) == UP in get_default_dir()
133 && get_grob_direction (stems[RIGHT]) == UP) in get_default_dir()
141 else if (stems[LEFT]) in get_default_dir()
142 return -get_grob_direction (stems[LEFT]); in get_default_dir()
143 else if (stems[RIGHT]) in get_default_dir()
144 return -get_grob_direction (stems[RIGHT]); in get_default_dir()
H A Darpeggio.cc48 extract_grob_set (me, "stems", stems); in get_common_y()
49 for (vsize i = 0; i < stems.size (); i++) in get_common_y()
51 Grob *stem = stems[i]; in get_common_y()
65 extract_grob_set (me, "stems", stems); in calc_cross_staff()
68 for (vsize i = 0; i < stems.size (); i++) in calc_cross_staff()
71 vag = Grob::get_vertical_axis_group (stems[i]); in calc_cross_staff()
74 if (vag != Grob::get_vertical_axis_group (stems[i])) in calc_cross_staff()
99 extract_grob_set (me, "stems", stems); in calc_positions()
100 for (vsize i = 0; i < stems.size (); i++) in calc_positions()
102 Grob *stem = stems[i]; in calc_positions()
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dbeam.cc160 Grob *stem = stems[i]; in get_beam_count()
177 ga->add (stems[i]); in calc_normal_stems()
216 stem = stems[0]; in calc_direction()
805 Grob *s = stems[i]; in get_default_dir()
860 Grob *s = stems[i]; in set_stem_directions()
1090 if (!stems.size ()) in set_stem_lengths()
1114 Grob *s = stems[i]; in set_stem_lengths()
1215 return stems.size (); in normal_stem_count()
1222 return stems.size () ? stems[0] : 0; in first_normal_stem()
1229 return stems.size () ? stems.back () : 0; in last_normal_stem()
[all …]
H A Dtie.cc118 Drul_array<Grob *> stems; in get_default_dir() local
126 stems[d] = (stem && !Stem::is_invisible (stem)) ? stem : 0; in get_default_dir()
129 if (stems[LEFT] && stems[RIGHT]) in get_default_dir()
131 if (get_grob_direction (stems[LEFT]) == UP in get_default_dir()
132 && get_grob_direction (stems[RIGHT]) == UP) in get_default_dir()
140 else if (stems[LEFT]) in get_default_dir()
141 return -get_grob_direction (stems[LEFT]); in get_default_dir()
142 else if (stems[RIGHT]) in get_default_dir()
143 return -get_grob_direction (stems[RIGHT]); in get_default_dir()
/dports/hebrew/hspell/hspell-1.4/
H A Dpack-desc.pl29 my ($stems,$dmasks,$specifiers,$c,%pointers);
43 $stems =~ s/:$//o;
44 push @words, "$lastword\t$lastspecifiers\t$dmasks\t$stems";
46 $stems="";$dmasks="";$specifiers=0;$c++;
50 $stems .= "$stem:";
60 $stems =~ s/:$//o;
61 push @words, "$lastword\t$lastspecifiers\t$dmasks\t$stems";
62 $stems="";$dmasks="";$specifiers=0;$c++;
80 my ($word,$specifier,$dcodes,$stems) =($1,$2,$3,$4);
86 foreach (split(':',$stems)) {
/dports/hebrew/hunspell/hspell-1.4/
H A Dpack-desc.pl29 my ($stems,$dmasks,$specifiers,$c,%pointers);
43 $stems =~ s/:$//o;
44 push @words, "$lastword\t$lastspecifiers\t$dmasks\t$stems";
46 $stems="";$dmasks="";$specifiers=0;$c++;
50 $stems .= "$stem:";
60 $stems =~ s/:$//o;
61 push @words, "$lastword\t$lastspecifiers\t$dmasks\t$stems";
62 $stems="";$dmasks="";$specifiers=0;$c++;
80 my ($word,$specifier,$dcodes,$stems) =($1,$2,$3,$4);
86 foreach (split(':',$stems)) {
/dports/textproc/p5-WordNet-Similarity/WordNet-Similarity-2.07/lib/WordNet/
H A Dstem.pm140 my @stems = $self->stemWord($word);
143 $outputString .= ($#stems != 0) ? "$word " : "$stems[0] ";
175 my @stems = ();
181 my %stems = ();
197 $stems{$_} = 1;
202 $self->{wordStemHash}->{$word} = join(" ", (keys %stems));
/dports/print/texlive-base/texlive-20150521-source/texk/ps2pk/
H A Dtype1.c318 Destroy(stems[i].lbhint); in FinitStems()
320 Destroy(stems[i].rthint); in FinitStems()
379 if (stems[stemno].vertical) in ComputeStem()
642 (x <= stems[i].x+stems[i].dx + EPS)) { in FindStems()
648 if (x < stems[i].x+stems[i].dx / 2) newverthalf = LEFT; in FindStems()
654 (y <= stems[i].y+stems[i].dy + EPS)) { in FindStems()
660 if (y < stems[i].y+stems[i].dy / 2) newhorhalf = BOTTOM; in FindStems()
1125 stems[numstems].x = 0.0; in HStem()
1128 stems[numstems].dy = dy; in HStem()
1146 stems[numstems].y = 0.0; in VStem()
[all …]
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/Type1/
H A Dtype1.c289 Destroy(stems[i].lbhint); in FinitStems()
291 Destroy(stems[i].rthint); in FinitStems()
351 if (stems[stemno].vertical)
617 (x <= stems[i].x+stems[i].dx + EPS)) {
623 if (x < stems[i].x+stems[i].dx / 2) newverthalf = LEFT;
629 (y <= stems[i].y+stems[i].dy + EPS)) {
635 if (y < stems[i].y+stems[i].dy / 2) newhorhalf = BOTTOM;
1116 stems[numstems].x = 0.0;
1119 stems[numstems].dy = dy;
1138 stems[numstems].y = 0.0;
[all …]
/dports/www/moodle310/moodle/question/type/match/db/
H A Dupgradelib.php39 protected $stems; variable in qtype_match_qe2_attempt_updater
47 $this->stems = array();
60 $this->stems[$matchsub->id] = $this->to_text($matchsub->questiontext);
66 implode('; ', $this->stems) . '} -> {' . implode('; ', $this->choices) . '}';
71 foreach ($this->stems as $key => $stem) {
119 if (array_key_exists($stemid, $this->stems) && $choices[$stemid]) {
122 $pairs[$this->stems[$stemid]] = $this->choices[$choiceid];
127 $pairs[$this->stems[$stemid]] = '[CHOICE THAT WAS LATER DELETED]';
152 if (array_key_exists($key, $this->stems)) {
169 $data['_stemorder'] = array_keys($this->stems);
/dports/www/moodle311/moodle/question/type/match/db/
H A Dupgradelib.php39 protected $stems; variable in qtype_match_qe2_attempt_updater
47 $this->stems = array();
60 $this->stems[$matchsub->id] = $this->to_text($matchsub->questiontext);
66 implode('; ', $this->stems) . '} -> {' . implode('; ', $this->choices) . '}';
71 foreach ($this->stems as $key => $stem) {
119 if (array_key_exists($stemid, $this->stems) && $choices[$stemid]) {
122 $pairs[$this->stems[$stemid]] = $this->choices[$choiceid];
127 $pairs[$this->stems[$stemid]] = '[CHOICE THAT WAS LATER DELETED]';
152 if (array_key_exists($key, $this->stems)) {
169 $data['_stemorder'] = array_keys($this->stems);
/dports/www/moodle39/moodle/question/type/match/db/
H A Dupgradelib.php39 protected $stems; variable in qtype_match_qe2_attempt_updater
47 $this->stems = array();
60 $this->stems[$matchsub->id] = $this->to_text($matchsub->questiontext);
66 implode('; ', $this->stems) . '} -> {' . implode('; ', $this->choices) . '}';
71 foreach ($this->stems as $key => $stem) {
119 if (array_key_exists($stemid, $this->stems) && $choices[$stemid]) {
122 $pairs[$this->stems[$stemid]] = $this->choices[$choiceid];
127 $pairs[$this->stems[$stemid]] = '[CHOICE THAT WAS LATER DELETED]';
152 if (array_key_exists($key, $this->stems)) {
169 $data['_stemorder'] = array_keys($this->stems);
/dports/math/grace/grace-5.1.25/T1lib/type1/
H A Dtype1.c403 Destroy(stems[i].lbhint); in FinitStems()
405 Destroy(stems[i].rthint); in FinitStems()
467 if (stems[stemno].vertical)
747 (x <= stems[i].x+stems[i].dx + EPS)) {
753 if (x < stems[i].x+stems[i].dx / 2) newverthalf = LEFT;
759 (y <= stems[i].y+stems[i].dy + EPS)) {
765 if (y < stems[i].y+stems[i].dy / 2) newhorhalf = BOTTOM;
1360 stems[numstems].x = 0.0;
1363 stems[numstems].dy = dy;
1383 stems[numstems].y = 0.0;
[all …]
/dports/www/moodle310/moodle/question/type/match/
H A Dquestion.php48 public $stems; variable in qtype_match_question
62 $this->stemorder = array_keys($this->stems);
81 if (!isset($this->stems[$stemid])) {
82 $this->stems[$stemid] = html_writer::span(
112 $stems = array();
114 $stems[] = $this->html_to_text($this->stems[$stemid], $this->stemformat[$stemid]);
120 return $question . ' {' . implode('; ', $stems) . '} -> {' .
128 $matches[] = $this->html_to_text($this->stems[$stemid],
150 foreach ($this->stems as $stemid => $stem) {
250 $stem = clean_param($this->stems[$stemid], PARAM_NOTAGS);
[all …]
/dports/www/moodle311/moodle/question/type/match/
H A Dquestion.php48 public $stems; variable in qtype_match_question
62 $this->stemorder = array_keys($this->stems);
81 if (!isset($this->stems[$stemid])) {
82 $this->stems[$stemid] = html_writer::span(
112 $stems = array();
114 $stems[] = $this->html_to_text($this->stems[$stemid], $this->stemformat[$stemid]);
120 return $question . ' {' . implode('; ', $stems) . '} -> {' .
128 $matches[] = $this->html_to_text($this->stems[$stemid],
150 foreach ($this->stems as $stemid => $stem) {
250 $stem = clean_param($this->stems[$stemid], PARAM_NOTAGS);
[all …]
/dports/www/moodle39/moodle/question/type/match/
H A Dquestion.php48 public $stems; variable in qtype_match_question
62 $this->stemorder = array_keys($this->stems);
81 if (!isset($this->stems[$stemid])) {
82 $this->stems[$stemid] = html_writer::span(
112 $stems = array();
114 $stems[] = $this->html_to_text($this->stems[$stemid], $this->stemformat[$stemid]);
120 return $question . ' {' . implode('; ', $stems) . '} -> {' .
128 $matches[] = $this->html_to_text($this->stems[$stemid],
150 foreach ($this->stems as $stemid => $stem) {
250 $stem = clean_param($this->stems[$stemid], PARAM_NOTAGS);
[all …]
/dports/math/gap/gap-4.11.0/pkg/hap-1.25/lib/NonabelianTensor/
H A Dequivalenceclasses.gi89 local S, ZS, DS, M, L, stems, lems, stems1, pos, pos1, K, SS, Aut,
103 stems:=[];
107 Add(stems,SS); Add(lems,K); fi;
110 stems:=GroupIsomorphismRepresentatives(stems,"with possible redundancies");
111 stems:=IsoclinismClasses(stems);
113 for x in stems do Sort(x,fn); od;
114 stems:=List(stems,x->x[1]);
115 return stems;
/dports/devel/p5-Config-Any/Config-Any-0.32/t/
H A D10-branches.t33 qr/^No stems specified!/,
40 qr/^No stems specified!/,
41 "load_stems expects stems"
73 my @stems = qw(t/supported/conf);
74 ok( Config::Any->load_stems( { stems => \@stems, use_ext => 1 } ),
75 "load_stems with stems works" );
/dports/biology/tRNAscan-SE/tRNAscan-SE-2.0/lib/tRNAscanSE/
H A DSS.pm114 my @stems = ();
158 push(@stems, {start_left=>$left[$start_left_index], end_left=>$left[$end_left_index],
169 push(@stems, {start_left=>$left[$start_left_index], end_left=>$left[$end_left_index],
174 for (my $ct = 0; $ct < scalar(@stems); $ct++)
177 $left_index = $stems[$ct]->{end_left};
178 $right_index = $stems[$ct]->{start_right};
179 while ($left_index >= $stems[$ct]->{start_left} && $right_index <= $stems[$ct]->{end_right})
202 return (\@stems, \@mismatches);
/dports/textproc/p5-Lingua-Stem-Snowball/Lingua-Stem-Snowball-0.952/lib/Lingua/Stem/
H A DSnowball.pm80 my @stems = map {lc} @$words;
81 $self->stem_in_place( \@stems );
90 for ( 0 .. $#stems ) {
91 next if $stems[$_] eq $words->[$_];
98 return wantarray ? @stems : $stems[0];
/dports/print/py-psautohint/psautohint-2.0.0/libpsautohint/src/
H A Dfontinfo.c18 int32_t maxstems, int* stems, int32_t* pnum);
23 ParseStems(const ACFontInfo* fontinfo, char* kw, Fixed* stems, int32_t* pnum) in ParseStems() argument
29 stems[i] = FixInt(istems[i]); in ParseStems()
228 int32_t maxstems, int* stems, int32_t* pnum) in ParseIntStems() argument
268 stems[count++] = val; in ParseIntStems()
280 if (stems[i] > stems[j]) { in ParseIntStems()
281 int temp = stems[i]; in ParseIntStems()
282 stems[i] = stems[j]; in ParseIntStems()
283 stems[j] = temp; in ParseIntStems()
291 if (stems[i] == stems[i + 1]) { in ParseIntStems()
[all …]
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/test/contrib/analyzers/common/analysis/ru/
H A DRussianStemTest.cpp22 stems = Collection<String>::newInstance(); in RussianStemmerTest()
37 stems.add(stem); in RussianStemmerTest()
47 Collection<String> stems; member in RussianStemmerTest
51 EXPECT_EQ(words.size(), stems.size()); in TEST_F()
54 EXPECT_EQ(stems[i], realStem); in TEST_F()

12345678910>>...92