SYMBOL INDEX (91 symbols across 6 files) FILE: data_utils.py function basic_tokenizer (line 46) | def basic_tokenizer(sentence): function create_vocabulary (line 58) | def create_vocabulary(vocabulary_path, data_path, max_vocabulary_size, function initialize_vocabulary (line 86) | def initialize_vocabulary(vocabulary_path): function sentence_to_token_ids (line 99) | def sentence_to_token_ids(sentence, vocabulary, tokenizer=None, normaliz... function data_to_token_ids (line 111) | def data_to_token_ids(data_path, target_path, vocabulary_path, function prepare_custom_data (line 130) | def prepare_custom_data(working_directory, train_enc, train_dec, test_en... FILE: execute.py function get_config (line 40) | def get_config(config_file='seq2seq.ini'): function read_data (line 54) | def read_data(source_path, target_path, max_size=None): function create_model (line 92) | def create_model(session, forward_only): function train (line 111) | def train(): function decode (line 189) | def decode(): function self_test (line 230) | def self_test(): function init_session (line 250) | def init_session(sess, conf='seq2seq.ini'): function decode_line (line 267) | def decode_line(sess, model, enc_vocab, rev_dec_vocab, sentence): FILE: seq2seq_model.py class Seq2SeqModel (line 31) | class Seq2SeqModel(object): method __init__ (line 46) | def __init__(self, source_vocab_size, target_vocab_size, buckets, size, method step (line 169) | def step(self, session, encoder_inputs, decoder_inputs, target_weights, method get_batch (line 229) | def get_batch(self, data, bucket_id): FILE: ui/app.py function reply (line 10) | def reply(): function index (line 14) | def index(): FILE: ui/static/js/index.js function updateScrollbar (line 12) | function updateScrollbar() { function setDate (line 19) | function setDate(){ function insertMessage (line 27) | function insertMessage() { function interact (line 54) | function interact(message){ FILE: ui/static/js/jquery-latest.js function isArraylike (line 570) | function isArraylike( obj ) { function Sizzle (line 773) | function Sizzle( selector, context, results, seed ) { function createCache (line 888) | function createCache() { function markFunction (line 906) | function markFunction( fn ) { function assert (line 915) | function assert( fn ) { function addHandle (line 937) | function addHandle( attrs, handler ) { function siblingCheck (line 952) | function siblingCheck( a, b ) { function createInputPseudo (line 979) | function createInputPseudo( type ) { function createButtonPseudo (line 990) | function createButtonPseudo( type ) { function createPositionalPseudo (line 1001) | function createPositionalPseudo( fn ) { function testContext (line 1024) | function testContext( context ) { function setFilters (line 2021) | function setFilters() {} function toSelector (line 2092) | function toSelector( tokens ) { function addCombinator (line 2102) | function addCombinator( matcher, combinator, base ) { function elementMatcher (line 2155) | function elementMatcher( matchers ) { function multipleContexts (line 2169) | function multipleContexts( selector, contexts, results ) { function condense (line 2178) | function condense( unmatched, map, filter, context, xml ) { function setMatcher (line 2199) | function setMatcher( preFilter, selector, matcher, postFilter, postFinde... function matcherFromTokens (line 2292) | function matcherFromTokens( tokens ) { function matcherFromGroupMatchers (line 2347) | function matcherFromGroupMatchers( elementMatchers, setMatchers ) { function winnow (line 2643) | function winnow( elements, qualifier, not ) { function sibling (line 2973) | function sibling( cur, dir ) { function createOptions (line 3056) | function createOptions( options ) { function detach (line 3456) | function detach() { function completed (line 3470) | function completed() { function dataAttr (line 3633) | function dataAttr( elem, key, data ) { function isEmptyDataObject (line 3665) | function isEmptyDataObject( obj ) { function internalData (line 3681) | function internalData( elem, name, data, pvt /* Internal Use Only */ ) { function internalRemoveData (line 3770) | function internalRemoveData( elem, name, pvt ) { function returnTrue (line 4255) | function returnTrue() { function returnFalse (line 4259) | function returnFalse() { function safeActiveElement (line 4263) | function safeActiveElement() { function createSafeFragment (line 5272) | function createSafeFragment( document ) { function getAll (line 5324) | function getAll( context, tag ) { function fixDefaultChecked (line 5347) | function fixDefaultChecked( elem ) { function manipulationTarget (line 5355) | function manipulationTarget( elem, content ) { function disableScript (line 5365) | function disableScript( elem ) { function restoreScript (line 5369) | function restoreScript( elem ) { function setGlobalEval (line 5380) | function setGlobalEval( elems, refElements ) { function cloneCopyEvent (line 5388) | function cloneCopyEvent( src, dest ) { function fixCloneNodeIssues (line 5416) | function fixCloneNodeIssues( src, dest ) { function actualDisplay (line 6007) | function actualDisplay( name, doc ) { function defaultDisplay (line 6029) | function defaultDisplay( nodeName ) { function addGetHookIf (line 6221) | function addGetHookIf( conditionFn, hookFn ) { function computeStyleTests (line 6315) | function computeStyleTests() { function vendorPropName (line 6433) | function vendorPropName( style, name ) { function showHide (line 6455) | function showHide( elements, show ) { function setPositiveNumber (line 6506) | function setPositiveNumber( elem, value, subtract ) { function augmentWidthOrHeight (line 6514) | function augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) { function getWidthOrHeight (line 6553) | function getWidthOrHeight( elem, name, extra ) { function Tween (line 6892) | function Tween( elem, options, prop, end, easing ) { function createFxNow (line 7061) | function createFxNow() { function genFx (line 7069) | function genFx( type, includeWidth ) { function createTween (line 7089) | function createTween( value, prop, animation ) { function defaultPrefilter (line 7103) | function defaultPrefilter( elem, props, opts ) { function propFilter (line 7245) | function propFilter( props, specialEasing ) { function Animation (line 7282) | function Animation( elem, properties, options ) { function addToPrefiltersOrTransports (line 8596) | function addToPrefiltersOrTransports( structure ) { function inspectPrefiltersOrTransports (line 8628) | function inspectPrefiltersOrTransports( structure, options, originalOpti... function ajaxExtend (line 8655) | function ajaxExtend( target, src ) { function ajaxHandleResponses (line 8675) | function ajaxHandleResponses( s, jqXHR, responses ) { function ajaxConvert (line 8730) | function ajaxConvert( s, response, jqXHR, isSuccess ) { function done (line 9189) | function done( status, nativeStatusText, responses, headers ) { function buildParams (line 9441) | function buildParams( prefix, obj, traditional, add ) { function createStandardXHR (line 9713) | function createStandardXHR() { function createActiveXHR (line 9719) | function createActiveXHR() { function getWindow (line 10014) | function getWindow( elem ) {