Home
last modified time | relevance | path

Searched refs:getSuggestion (Results 1 – 25 of 84) sorted by relevance

1234

/dports/deskutils/presage/presage-0.9.1/test/lib/predictors/
H A DnewSmoothedNgramPredictorTest.cpp108 CPPUNIT_ASSERT_EQUAL(std::string("foo"), actual.getSuggestion(0).getWord()); in testOnlineLearning()
123 CPPUNIT_ASSERT_EQUAL(std::string("foo"), actual.getSuggestion(0).getWord()); in testOnlineLearning()
124 CPPUNIT_ASSERT_EQUAL(std::string("bar"), actual.getSuggestion(1).getWord()); in testOnlineLearning()
132 CPPUNIT_ASSERT_EQUAL(std::string("foobar"), actual.getSuggestion(0).getWord()); in testOnlineLearning()
133 CPPUNIT_ASSERT_EQUAL(std::string("foo"), actual.getSuggestion(1).getWord()); in testOnlineLearning()
134 CPPUNIT_ASSERT_EQUAL(std::string("bar"), actual.getSuggestion(2).getWord()); in testOnlineLearning()
142 CPPUNIT_ASSERT_EQUAL(std::string("foobar"), actual.getSuggestion(0).getWord()); in testOnlineLearning()
143 CPPUNIT_ASSERT_EQUAL(std::string("foo"), actual.getSuggestion(1).getWord()); in testOnlineLearning()
201 CPPUNIT_ASSERT_EQUAL(std::string("foo"), actual.getSuggestion(1).getWord()); in testOfflineLearning()
202 CPPUNIT_ASSERT_EQUAL(std::string("bar"), actual.getSuggestion(2).getWord()); in testOfflineLearning()
[all …]
H A DabbreviationExpansionPredictorTest.cpp53 CPPUNIT_ASSERT_EQUAL(std::string("\b\b\b\b\btomorrow"), prediction.getSuggestion(0).getWord()); in testSimpleExpansion()
64 …CPPUNIT_ASSERT_EQUAL(std::string("\b\b\b\b\bI am not a lawyer"), prediction.getSuggestion(0).getWo… in testLongExpansion()
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/application/forms/Config/UserBackend/
H A DLdapBackendForm.php78 'value' => $this->getSuggestion('name')
93 'value' => $this->getSuggestion('resource')
141 'value' => $this->getSuggestion('user_class', $userClass)
150 'value' => $this->getSuggestion('filter', $filter),
193 … 'value' => $this->getSuggestion('user_name_attribute', $userNameAttribute)
201 'value' => $this->getSuggestion('backend', $isAd ? 'msldap' : 'ldap')
215 'value' => $this->getSuggestion('base_dn')
234 'value' => $this->getSuggestion('domain')
396 public function getSuggestion($element, $default = null) function in Icinga\\Forms\\Config\\UserBackend\\LdapBackendForm
/dports/deskutils/presage/presage-0.9.1/src/lib/core/
H A Dcombiner.cpp66 suggestion = prediction.getSuggestion(i); in filter()
80 if (token == prediction.getSuggestion(j).getWord()) in filter()
84 …( (suggestion.getProbability() + prediction.getSuggestion(j).getProbability()) > Suggestion::MAX_… in filter()
86 : (suggestion.getProbability() + prediction.getSuggestion(j).getProbability())) in filter()
H A Dprediction.cpp58 if (getSuggestion(i) != right.getSuggestion(i)) { in operator ==()
73 Suggestion Prediction::getSuggestion(int i) const in getSuggestion() function in Prediction
80 Suggestion Prediction::getSuggestion(std::string token) const in getSuggestion() function in Prediction
H A Dprediction.h66 Suggestion getSuggestion(int=0) const;
70 Suggestion getSuggestion(std::string token) const;
/dports/textproc/soothsayer/soothsayer-0.6.3/src/lib/plugins/
H A DsmoothedCountPlugin.cpp191 word = predUnigrams.getSuggestion( i ).getWord(); in predict()
193 predUnigrams.getSuggestion( i ).getProbability(); in predict()
197 if( predBigrams.getSuggestion(j).getWord() == word ) { in predict()
201 if( predTrigrams.getSuggestion(k).getWord() == word ) { in predict()
204 predTrigrams.getSuggestion(k).getProbability(); in predict()
210 predBigrams.getSuggestion(j).getProbability(); in predict()
/dports/textproc/soothsayer/soothsayer-0.6.3/src/lib/core/
H A Dcombiner.cpp49 suggestion = prediction.getSuggestion(i); in filter()
60 if (suggestion.getWord() == prediction.getSuggestion(j).getWord()) { in filter()
62 + prediction.getSuggestion(j).getProbability(); in filter()
H A Dprediction.cpp57 if (getSuggestion(i) != right.getSuggestion(i)) { in operator ==()
72 Suggestion Prediction::getSuggestion(int i) const in getSuggestion() function in Prediction
H A Dprediction.h65 Suggestion getSuggestion(int=0) const;
/dports/deskutils/presage/presage-0.9.1/test/lib/core/
H A DpredictionTest.cpp139 CPPUNIT_ASSERT_EQUAL( prediction123->getSuggestion(i), in testGetSuggestion()
153 CPPUNIT_ASSERT( pred->getSuggestion(0) == *sugg3Ptr ); in testAddSuggestion()
154 CPPUNIT_ASSERT( pred->getSuggestion(1) == *sugg2Ptr ); in testAddSuggestion()
155 CPPUNIT_ASSERT( pred->getSuggestion(2) == *sugg1Ptr ); in testAddSuggestion()
H A DpredictorRegistryTest.cpp96 CPPUNIT_ASSERT_EQUAL(Suggestion("foo1", 0.99), prediction.getSuggestion(0)); in testNext()
97 CPPUNIT_ASSERT_EQUAL(Suggestion("foobar6", 0.74), prediction.getSuggestion(17)); in testNext()
/dports/textproc/soothsayer/soothsayer-0.6.3/test/lib/core/
H A DpredictionTest.cpp138 CPPUNIT_ASSERT_EQUAL( prediction123->getSuggestion(i), in testGetSuggestion()
152 CPPUNIT_ASSERT( pred->getSuggestion(0) == *sugg3Ptr ); in testAddSuggestion()
153 CPPUNIT_ASSERT( pred->getSuggestion(1) == *sugg2Ptr ); in testAddSuggestion()
154 CPPUNIT_ASSERT( pred->getSuggestion(2) == *sugg1Ptr ); in testAddSuggestion()
/dports/audio/pianod2/pianod2-329/src/mediaunits/
H A Dmediaunit.h159 virtual MusicThingie *getSuggestion (MusicThingie *thing, in Source()
165 inline MusicThingie *getSuggestion (MusicThingie *thing, in Source()
167 return getSuggestion (thing, thing->type(), where); in Source()
170 MusicThingie *getSuggestion (MusicThingie *thing, in Source()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/android/java/src/org/chromium/content/browser/input/
H A DTextSuggestionsPopupWindow.java75 + suggestionInfo.getSuggestion() + suggestionInfo.getSuffix()); in getSuggestionText()
83 suggestionInfo.getPrefix().length() + suggestionInfo.getSuggestion().length(), in getSuggestionText()
84 suggestionInfo.getPrefix().length() + suggestionInfo.getSuggestion().length() in getSuggestionText()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/keyboard_accessory/internal/java/src/org/chromium/chrome/browser/keyboard_accessory/bar_component/
H A DKeyboardAccessoryModernViewBinder.java63 chipView.getPrimaryTextView().setText(item.getSuggestion().getLabel()); in bind()
64 chipView.getSecondaryTextView().setText(item.getSuggestion().getSublabel()); in bind()
66 item.getSuggestion().getSublabel().isEmpty() ? View.GONE : View.VISIBLE); in bind()
67 int iconId = item.getSuggestion().getIconId(); in bind()
/dports/textproc/soothsayer/soothsayer-0.6.3/test/lib/plugins/
H A DabbreviationExpansionPluginTest.cpp52 CPPUNIT_ASSERT_EQUAL(std::string("\b\b\b\b\btomorrow"), prediction.getSuggestion(0).getWord()); in testSimpleExpansion()
63 …CPPUNIT_ASSERT_EQUAL(std::string("\b\b\b\b\bI am not a lawyer"), prediction.getSuggestion(0).getWo… in testLongExpansion()
/dports/editors/xmlcopyeditor/xmlcopyeditor/src/
H A Dwrapaspell.cpp86 std::string WrapAspell::getSuggestion ( in getSuggestion() function in WrapAspell
120 suggestion = getSuggestion ( m.match ); in checkString()
/dports/audio/pianod2/pianod2-329/src/mediaunits/tonegenerator/
H A Dtonegensource.cpp149 MusicThingie *Source::getSuggestion (MusicThingie *thing, in getSuggestion() function in ToneGenerator::Source
153 return Media::Source::getSuggestion (thing, type, where, true); in getSuggestion()
/dports/audio/pianod2/pianod2-329/src/mediaunits/filesystem/
H A Dfilesystemsource.cpp151 MusicThingie *Source::getSuggestion (MusicThingie *thing,
155 return Media::Source::getSuggestion (thing, type, where, true);
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/
H A DCompletionResult.php36 public function getSuggestion() function in Google_Service_CloudTalentSolution_CompletionResult
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/JobService/
H A DCompletionResult.php36 public function getSuggestion() function in Google_Service_JobService_CompletionResult
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudTalentSolution/
H A DCompletionResult.php36 public function getSuggestion() function in Google_Service_CloudTalentSolution_CompletionResult
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/JobService/
H A DCompletionResult.php36 public function getSuggestion() function in Google_Service_JobService_CompletionResult
/dports/audio/pianod2/pianod2-329/src/mediaunits/manager/
H A Dmanagersource.cpp71 … PianodSong *proxy = source->getSuggestion (song, SearchRange::KNOWN)->asSong(); in getPlayer()
125 MusicThingie *Manager::getSuggestion (MusicThingie *, in getSuggestion() function in Media::Manager

1234