HomeSort by relevance Sort by last modified time
    Searched full:sentences (Results 1 - 25 of 166) sorted by null

1 2 3 4 5 6 7

  /external/tensorflow/tensorflow/contrib/eager/python/examples/spinn/
data.py 87 def pad_and_reverse_word_ids(sentences):
88 """Pad a list of sentences to the common maximum length + 1.
91 sentences: A list of sentences as a list of list of integers. Each integer
99 max_len = max(len(sent) for sent in sentences)
100 for sent in sentences:
104 sentences = np.fliplr(np.array(sentences, dtype=np.int64))
105 sentences = np.concatenate(
106 [np.ones([sentences.shape[0], 1], dtype=np.int64), sentences], axis=1
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/models/smartreply/g3doc/
README.md 76 form of string vector. The model will run on these input sentences and
81 * Sentence splitting: The input message will be split into sentences if
83 Want to grab lunch?? will be broken down into 2 different sentences.
84 * Normalization: The individual sentences will be normalized by converting
94 aggregating the model predictions for the input sentences from 2.2 and
107 This is a custom op which normalizes the sentences by:
109 * Converting all sentences into lower case.
112 * Expanding sentences wherever necessary (eg: ? I?m home? ? ?I am home?).
116 This is an op inside TensorFlow Lite that converts sentences into a list of
  /development/samples/BrokenKeyDerivation/res/layout/
brokenkeyderivation_activity.xml 22 android:capitalize="sentences" />
  /packages/inputmethods/LatinIME/java/res/values-el/
donottranslate-config-spacing-and-punctuations.xml 21 <!-- Symbols that terminate sentences and require capitalization on the next char -->
  /packages/apps/EmergencyInfo/res/xml/
edit_medical_info.xml 52 android:capitalize="sentences"
63 android:capitalize="sentences"
85 android:capitalize="sentences"
  /development/apps/SettingInjectorSample/res/layout/
my_setting_activity.xml 22 android:capitalize="sentences"
  /development/samples/AdaptiveIconSample/res/layout/
empty_activity.xml 22 android:capitalize="sentences"
  /development/samples/HelloActivity/res/layout/
hello_activity.xml 22 android:capitalize="sentences"
  /development/samples/NotePad/res/layout/
note_editor.xml 27 android:capitalize="sentences"
title_editor.xml 33 android:capitalize="sentences"
  /development/samples/TtsEngine/
_index.html 8 a simple text to speech engine that converts sentences into audio by
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
package.html 22 <li>Break iteration supports character, word, line, sentences, and title case breaks.</li>
  /external/sl4a/Common/src/com/googlecode/android_scripting/rpc/
Rpc.java 35 * Returns brief description of the function. Should be limited to one or two sentences.
  /external/tensorflow/tensorflow/contrib/lite/models/smartreply/
predictor.cc 87 std::vector<std::string> sentences; local
90 sentences.insert(sentences.end(), splitted_str.begin(), splitted_str.end());
92 for (const auto& sentence : sentences) {
  /frameworks/base/libs/usb/tests/AccessoryChat/res/layout/
accessory_chat.xml 40 android:capitalize="sentences"
  /frameworks/base/location/java/android/location/
OnNmeaMessageListener.java 20 * Used for receiving NMEA sentences from the GNSS.
  /frameworks/base/tests/SerialChat/res/layout/
serial_chat.xml 40 android:capitalize="sentences"
  /test/vts/agents/apps/vts_agent_app/res/layout/
vts_agent_app.xml 22 android:capitalize="sentences"
  /cts/tests/tests/text/src/android/text/method/cts/
TextKeyListenerTest.java 75 assertTrue(TextKeyListener.shouldCap(Capitalize.SENTENCES, str, 0));
80 assertFalse(TextKeyListener.shouldCap(Capitalize.SENTENCES, str, 6));
85 assertTrue(TextKeyListener.shouldCap(Capitalize.SENTENCES, str, 13));
90 assertFalse(TextKeyListener.shouldCap(Capitalize.SENTENCES, str, 14));
  /cts/tests/tests/widget/res/layout/
edittext_layout.xml 44 android:capitalize="sentences"
  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
NewsArticle.java 26 // How many sentences in each paragraph?
  /external/e2fsprogs/po/
Makevars 25 # - Strings which are not entire sentences, see the maintainer guidelines
  /external/libexif/po/
Makevars 25 # - Strings which are not entire sentences, see the maintainer guidelines
  /external/toybox/toys/pending/
fmt.c 7 * we don't try to recognize ends of sentences to double-space after ./?/!
  /frameworks/base/tests/ImfTest/res/values/
strings.xml 42 <string name="cap_sentences_edit_text_label">Cap Sentences</string>

Completed in 545 milliseconds

1 2 3 4 5 6 7