What kind of data structures could be used in a natural language processing project?
-
If you had to do a programming project for a "data structures" course in a university, and wanted to theme your project around NLP, what kind of data structures could you try implementing and on which specific application of NLP?
-
Answer:
Addition to trees, heaps and hastables which are workhorses of NLP applications, https://en.wikipedia.org/wiki/Trie can be used in morphological analysis.
Osman Baskaya at Quora Visit the source
Other answers
I have worked in the area of NLP for a while, and like most people who work in NLP, never focussed on what Data Structures to choose, as opposed to what techniques to apply. Let's understand how data structures will be useful in NLP based projects. Besides storing and retrieving text (strings), data structures would not play other part, in determining the performance of the outcome. What we need is efficient storage and faster retrieval of text, in projects of these sorts. So keeping the above in mind, my choice would be "trees", "heaps", and "hashtable". Blatant Self Promotion: We recently released a sentiment analysis tool called http://texsie.tationem.com , in which we leveraged some of the above mentioned data structures.
Vijay Nadadur
There are some more specific data structures for NLP when dealing with ambiguity, which is encountered in all aspects of NLP. Word lattices are used in early stages in both speech and text segmentation. They are a specific kind of Directed acyclic graph (DAG). Confusion networks seem to be a more advanced/powerful relative of the lattice just mentioned. Parse forests are ambiguity-supporting relatives of parse trees. One key subtype is the Shared packed parse forest (SPPF). I am not an expert, just an interested amature ploughing through papers in the field.
Andrew Dunbar
Related Q & A:
- What kind of performance chip should I use for a mercury cougar?Best solution by Yahoo! Answers
- What kind of clothes do preppy guys like on a girl?Best solution by answers.yahoo.com
- What kind of license do you need to drive a vespa, or moped, in Corpus Christi Texas?Best solution by Yahoo! Answers
- What kind of jobs can i apply for with a associate degree in computer science?Best solution by Yahoo! Answers
- What kind of (profitable) job can you get with a degree in Physics?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.