The result of such an act, To resolve into its elements, as a sentence, pointing out the several parts of speech, and their relation to each other by government or agreement; to analyze and describe grammatically, A successful act of [[#Verb|parsing]], To split a file or other input into bits of data that can be easily stored or manipulated, To search through a stream of text and either break it up into useful chunks of information or reformat it in some other manner, (Performance Tuning Guide and Reference), To look for SSI commands in a file that VM:Webgateway is serving to a web browser, To divide a string of characters or series of words into parts to determine their collective meaning Virtually every program that accepts command input must do some type of parsing before the commands can be acted upon, \PAHRS\, transitive verb: 1 To resolve (as a sentence) into its component parts of speech with an explanation of the form, function, and syntactical relationship of each part 2 To describe grammatically by stating its part of speech, form, and syntactical relationships in a sentence 3 To examine closely or analyze critically, especially by breaking up into components 4 To make sense of; to comprehend 5 (Computer Science) To analyze or separate (input, for example) into more easily processed components, To split into pieces and interpret Article 8 5 explains how the shell parses a command line, When a computer reads in a file of code or markup language, it must use a complex set of rules to transform the code into a set of instructions the machine can use In human languages, this would be comprehended a message or utterance using a complex set of grammatical rules In the case of human languages, the rules used to understand English and Japanese differ, so we must first know which language the message is using before we can understand it We cannot use English grammar on a Japanese message In the case of computer languages, there are many scripting and programming languages, and in html file different scripting languages might be mixed in with the html code, so we must give the computer some indication of which scripting language is contained in each block so that it can use the "grammar" appropriate for understanding it, analyze syntactically by assigning a constituent structure to (a sentence), To have a computer program split a file or other input into bits of data that can be easily stored or manipulated, To read a string of characters or tokens and analyze their grammatical structure, The step in processing an SQL statement in which the syntax, object validation, and user authorization are confirmed, and during which the execution is built or retrieved from memory, (n ) The act of breaking up programming commands and structures so that they can be translated into more meaningful data A parse applies to translating human languages into programming languages as well as translating programming languages into machine languages, To break up or separate into intelligible chunks Because form data is received in an URL-encoded format, the data must first be parsed, broken up into useful pieces before it can be utilized, To analyze a statement so it can be used by a computer Parsing is used to convert statements into high-level programming language, and then into machine language, While traditionally a concept of syntax and grammar validation, when used in relation to mark-up languages, this terms refers to a process of validating files by checking that tags are applied legally according to a pre-defined structure This structure is typically defined by the Document Type Definition (DTD) Common terms used in mark-up validation are "parser" (a piece of software that validates) and "parsed", To break down a sequence of letters or numbers into meaningful parts based on their location in the character sequence For example, the first three numbers in the GLIS access phone number 6055946888 are the area code numbers that identify the phone number as a South Dakota location, To divide a command or string of characters into its component parts When you issue a command in Excel or Access, the command is parsed to see if all the variables are present, and if the syntax is correct If an error is found, an error message is returned before the command attempts to execute In databases and spreadsheets, parsing also refers to dividing a string of characters up into individual fields or cells, In grammar, if you parse a sentence, you examine each word and clause in order to work out what grammatical type each one is. to describe the grammar of a word when it is in a particular sentence, or the grammar of the whole sentence (pars orationis ), break a word into parts, analyze the grammatical structure of a sentence; analyze computer input, division of input into small sections that are easy for a program to process (Computers), Process of breaking down and analyzing the syntax of a command or query into its instructions and parameters, or a document into its words and phrases, as is done by a spider to extract keywords and links, Parsing data refers to the process by which programming data input is broken into smaller, more distinct chunks of information that can be more easily interpreted and acted upon, Originally referring to speech, the word in standard use means to describe fully from the point of view of classification, inflexion and syntax To parse a binding means to explore its energetic make up and analyse it to such a degree that the binding can be rendered ineffective Shields, defenses, any energetic environment can be subject to parsing, The process of dividing input data into distinctive parts so that an application can manage them, To divide, analyse, and categorise individual components of language into small units so they can be utilised usefully in computer programming, To analyze a stream of words or a sentence for syntactic correctness and to organize those words according to the rules of a grammar associated with a language, To analyse or separate (for example, input) into more easily processed components, To interpret a network address or command in order to do something with it For example, to translate a FidoNet address into a form which can be understood by machines on the Internet, it is necessary to break it into its constituent parts (user's name, zone, network, node, and point) and put the parts in an order which Internet mail transport mechanisms understand Or, when an Internet user sends a "subscribe" command to a mailing list server, the mailing list server must "parse" the command to determine which mailing list to add the user to, where to send their mail, and so forth, To resolve into components and describe separately, Parceling up data records into precise, individual components like name, postcode, telephone number, etc, past of parse, third-person singular of parse, - the process through which one divides an input into its appropriate elements - eg, divides incoming speech into its constituent words, The division of an electronic message into logical data elements, Parsing is the term used when a computer translates a complex, human-readable sentence or string into something it can use For example, Turning HTML from <HTML></HTML> to #42#43 (or whatever it might use) would be considered parsing Traditionally the conversion of a sentence from "Green is Blue" to NOUN VERB NOUN would be considered parsing, but I'm calling that "Tokenizing" (also another word for it) and by parsing I'm refering to translating the gramar, Separating data elements; a part of the data hygiene process Example: placing first name and last name in separate fields, present participle of parse, The term parsing is a process of string manipulation or inspection to determine (or change) its contents, The process of deciphering input data and formatting it so that it can be used in a program, Syntactical analysis The process of finding the syntactical structure associated to an expression The syntactical structure of an expression is useful to recognize the relationship among the different elements of an expression and to assert its validity, Usually applied to the action of a compiler in analyzing a program source file for syntax errors It is also used more widely to mean the analysis of the structure of input, Parsing is the act whereby a document is scanned, and the information contained within the document is filtered into the context of the elements in which the information is structured, We say that Emacs parses words or expressions in the text being edited Really, all it knows how to do is find the other end of a word or expression See section The Syntax Table, We say that certain Emacs commands parse words or expressions in the text being edited Really, all they know how to do is find the other end of a word or expression See section 28 6 The Syntax Table, An SGML parser is a computer application that breaks down an SGML-coded document into a series of logical elements and checks that these elements conform to the model defined in the associated document type declaration When parsing a document, the SGML parser: Checks each new character to see if it is part of a general delimiter string that identifies the start of a piece of markup Checks whether or not the character is a short reference delimiter that needs to be expanded Checks if the character is a separator character that should be ignored Identifies the various markup tags, identifying any entities that need to be expanded or recalled from external sources Checks if identified markup tags are valid according to the declared model, The process of checking an SGML formatted document to ensure it has met all the rules of both SGML and the DTD that is being used Technically, a document is not considered to be SGML until it has been successfully parsed, as defined by the ISO Standard for SGML (See also SGML, DTD), Parsing may be divided into parts: lexical analysis and semantic parsing Lexical analysis divides strings into components based on punctuation or tagging Semantic parsing then attempts to determine the meaning of the string, the process or result of making a syntactic analysis (*) (+) parser: tool (often automatic or semi-automatic computer program) used for parsing ( General Description of Parsers - external link) parsed corpus: a corpus that have been syntactically analysed and provided with annotation representing the analysis,
20
The result of such an act
ts
21
To resolve into its elements, as a sentence, pointing out the several parts of speech, and their relation to each other by government or agreement; to analyze and describe grammatically
ts
22
A successful act of [[#Verb|parsing]]
ts
23
To split a file or other input into bits of data that can be easily stored or manipulated
ts
24
To search through a stream of text and either break it up into useful chunks of information or reformat it in some other manner
ts
25
(Performance Tuning Guide and Reference)
ts
26
To look for SSI commands in a file that VM:Webgateway is serving to a web browser
ts
27
To divide a string of characters or series of words into parts to determine their collective meaning Virtually every program that accepts command input must do some type of parsing before the commands can be acted upon
ts
28
\PAHRS\, transitive verb: 1 To resolve (as a sentence) into its component parts of speech with an explanation of the form, function, and syntactical relationship of each part 2 To describe grammatically by stating its part of speech, form, and syntactical relationships in a sentence 3 To examine closely or analyze critically, especially by breaking up into components 4 To make sense of; to comprehend 5 (Computer Science) To analyze or separate (input, for example) into more easily processed components
ts
29
To split into pieces and interpret Article 8 5 explains how the shell parses a command line
ts
30
When a computer reads in a file of code or markup language, it must use a complex set of rules to transform the code into a set of instructions the machine can use In human languages, this would be comprehended a message or utterance using a complex set of grammatical rules In the case of human languages, the rules used to understand English and Japanese differ, so we must first know which language the message is using before we can understand it We cannot use English grammar on a Japanese message In the case of computer languages, there are many scripting and programming languages, and in html file different scripting languages might be mixed in with the html code, so we must give the computer some indication of which scripting language is contained in each block so that it can use the "grammar" appropriate for understanding it
ts
31
analyze syntactically by assigning a constituent structure to (a sentence)
ts
32
To have a computer program split a file or other input into bits of data that can be easily stored or manipulated
ts
33
To read a string of characters or tokens and analyze their grammatical structure
ts
34
The step in processing an SQL statement in which the syntax, object validation, and user authorization are confirmed, and during which the execution is built or retrieved from memory
ts
35
(n ) The act of breaking up programming commands and structures so that they can be translated into more meaningful data A parse applies to translating human languages into programming languages as well as translating programming languages into machine languages
ts
36
To break up or separate into intelligible chunks Because form data is received in an URL-encoded format, the data must first be parsed, broken up into useful pieces before it can be utilized
ts
37
To analyze a statement so it can be used by a computer Parsing is used to convert statements into high-level programming language, and then into machine language
ts
38
While traditionally a concept of syntax and grammar validation, when used in relation to mark-up languages, this terms refers to a process of validating files by checking that tags are applied legally according to a pre-defined structure This structure is typically defined by the Document Type Definition (DTD) Common terms used in mark-up validation are "parser" (a piece of software that validates) and "parsed"
ts
39
To break down a sequence of letters or numbers into meaningful parts based on their location in the character sequence For example, the first three numbers in the GLIS access phone number 6055946888 are the area code numbers that identify the phone number as a South Dakota location
ts
40
To divide a command or string of characters into its component parts When you issue a command in Excel or Access, the command is parsed to see if all the variables are present, and if the syntax is correct If an error is found, an error message is returned before the command attempts to execute In databases and spreadsheets, parsing also refers to dividing a string of characters up into individual fields or cells
ts
41
In grammar, if you parse a sentence, you examine each word and clause in order to work out what grammatical type each one is. to describe the grammar of a word when it is in a particular sentence, or the grammar of the whole sentence (pars orationis )
ts
42
break a word into parts, analyze the grammatical structure of a sentence; analyze computer input fiil
ts
43
division of input into small sections that are easy for a program to process (Computers) isim
ts
44
Process of breaking down and analyzing the syntax of a command or query into its instructions and parameters, or a document into its words and phrases, as is done by a spider to extract keywords and links
ts
45
Parsing data refers to the process by which programming data input is broken into smaller, more distinct chunks of information that can be more easily interpreted and acted upon
ts
46
Originally referring to speech, the word in standard use means to describe fully from the point of view of classification, inflexion and syntax To parse a binding means to explore its energetic make up and analyse it to such a degree that the binding can be rendered ineffective Shields, defenses, any energetic environment can be subject to parsing
ts
47
The process of dividing input data into distinctive parts so that an application can manage them
ts
48
To divide, analyse, and categorise individual components of language into small units so they can be utilised usefully in computer programming
ts
49
To analyze a stream of words or a sentence for syntactic correctness and to organize those words according to the rules of a grammar associated with a language
ts
50
To analyse or separate (for example, input) into more easily processed components
ts
51
To interpret a network address or command in order to do something with it For example, to translate a FidoNet address into a form which can be understood by machines on the Internet, it is necessary to break it into its constituent parts (user's name, zone, network, node, and point) and put the parts in an order which Internet mail transport mechanisms understand Or, when an Internet user sends a "subscribe" command to a mailing list server, the mailing list server must "parse" the command to determine which mailing list to add the user to, where to send their mail, and so forth
ts
52
To resolve into components and describe separately
ts
53
Parceling up data records into precise, individual components like name, postcode, telephone number, etc
ts
54
parsed
past of parse
ts
55
parses
third-person singular of parse
ts
56
parsing
- the process through which one divides an input into its appropriate elements - eg, divides incoming speech into its constituent words
ts
57
parsing
The division of an electronic message into logical data elements
ts
58
parsing
Parsing is the term used when a computer translates a complex, human-readable sentence or string into something it can use For example, Turning HTML from <HTML></HTML> to #42#43 (or whatever it might use) would be considered parsing Traditionally the conversion of a sentence from "Green is Blue" to NOUN VERB NOUN would be considered parsing, but I'm calling that "Tokenizing" (also another word for it) and by parsing I'm refering to translating the gramar
ts
59
parsing
Separating data elements; a part of the data hygiene process Example: placing first name and last name in separate fields
ts
60
parsing
present participle of parse
ts
61
parsing
The term parsing is a process of string manipulation or inspection to determine (or change) its contents
ts
62
parsing
The process of deciphering input data and formatting it so that it can be used in a program
ts
63
parsing
Syntactical analysis The process of finding the syntactical structure associated to an expression The syntactical structure of an expression is useful to recognize the relationship among the different elements of an expression and to assert its validity
ts
64
parsing
Usually applied to the action of a compiler in analyzing a program source file for syntax errors It is also used more widely to mean the analysis of the structure of input
ts
65
parsing
Parsing is the act whereby a document is scanned, and the information contained within the document is filtered into the context of the elements in which the information is structured
ts
66
parsing
We say that Emacs parses words or expressions in the text being edited Really, all it knows how to do is find the other end of a word or expression See section The Syntax Table
ts
67
parsing
We say that certain Emacs commands parse words or expressions in the text being edited Really, all they know how to do is find the other end of a word or expression See section 28 6 The Syntax Table
ts
68
parsing
An SGML parser is a computer application that breaks down an SGML-coded document into a series of logical elements and checks that these elements conform to the model defined in the associated document type declaration When parsing a document, the SGML parser: Checks each new character to see if it is part of a general delimiter string that identifies the start of a piece of markup Checks whether or not the character is a short reference delimiter that needs to be expanded Checks if the character is a separator character that should be ignored Identifies the various markup tags, identifying any entities that need to be expanded or recalled from external sources Checks if identified markup tags are valid according to the declared model
ts
69
parsing
The process of checking an SGML formatted document to ensure it has met all the rules of both SGML and the DTD that is being used Technically, a document is not considered to be SGML until it has been successfully parsed, as defined by the ISO Standard for SGML (See also SGML, DTD)
ts
70
parsing
Parsing may be divided into parts: lexical analysis and semantic parsing Lexical analysis divides strings into components based on punctuation or tagging Semantic parsing then attempts to determine the meaning of the string
ts
71
parsing
the process or result of making a syntactic analysis (*) (+) parser: tool (often automatic or semi-automatic computer program) used for parsing ( General Description of Parsers - external link) parsed corpus: a corpus that have been syntactically analysed and provided with annotation representing the analysis
Some etymologies, pronunciations, function and usage date content for the English translation portion are from Merriam-Webster Online at www.Merriam-Webster.com. Thanks to Online Yunanca Dil Eğitimi for providing some parts of online greek dictionary. To contribute more resources please contact us. Visuals(images) are provided by Google Image Search API. Some parts of the dictionary is contributed by many users, thank you! The content on this site is for informational purposes only. Bu aramada parse kelimesinin sözlük anlamı ve eşanlamı nedir, nasıl okunur hakkında bilgi verilmektedir. parse kelimesinin etimolojik ve eşanlamları ile ilgili açıklamalar ve bilgiler eksiksiz ve hatasız olarak anılmamalıdır. Burada yer alan parse kelimesi ile ilgili tüm açıklamalar bilgi amaçlıdır. Eksik ve hatalı çevirileri lütfen bildiriniz.