#1  
20th November 2012, 07:32 PM
jayadoss
 
Join Date: Nov 2012
Posts: 1

Data structures for language processing?


discuss briefly about data structures for language processing?...please provide to me the details




  #2  
19th May 2013, 03:41 PM
TARA001
Senior Member++++
 
Join Date: Oct 2012
Posts: 2,084
Default Re: Data structures for language processing?

HELLO,

Data Structures for Language Processing


Data Structures used in Language Processing are classified as

Nature of Data Structure - Linear or Non Linear
Purpose of a Data Structure - Search and allocated
Lifetime of Data Structure - Used during Language Processing or during target program

1) Linear Data Structures: In linear data structure, member elements form a sequence. Such linear structures can be represented in memory by using one of the two basic strategies:

* * By having the linear relationship between the elements represented by means of sequential memory locations. These linear structures are called arrays.

* * By having relationship between the elements represented by pointers. These structures are called linked lists.

2)Non Linear Data Structures

There are various non-linear structures, such as, trees and graphs and various operations can be performed on these data structures such as:

* * Traversal - One of the most important operations which involves processing each element in the list.

* * Searching - Searching or finding any element with a given value or the record with a given key.

* * Insertion - Adding a new element to the list

* * Deletion - Removing an element from the list

* * Sorting - Arranging the elements in some order

* * Merging - Combining two lists into a single list.


FRIEND , FOR YOU I HAVE ATTACHED ALL DETAILS REGARDING DATA STRUCTURE FOR LANGUAGE PROCESSING , PLEASE DOWNLOADED IT FORM THIS FORUM BY REGISTERING YOUR SELF IN THIS FORUM ..

HOPE IT HELPS .
THANK YOU
Attached Files
File Type: pdf DATA STRUCTURE DETAILS.pdf(601.3 KB, 2567 views)
  #3  
21st August 2013, 02:36 PM
Unregistered
Guest
 
Posts: n/a
Default Re: Data structures for language processing?

please give me a detail of nature of data structure (linear or non linear) ?
Do you have any question? or have anything to say?





Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
Please also check: