Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 63051
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T18:34:19+00:00 2026-05-10T18:34:19+00:00

Question So I’ve recently came up with some new possible projects that would have

  • 0

Question

So I’ve recently came up with some new possible projects that would have to deal with deriving ‘meaning’ from text submitted and generated by users.

Natural language processing is the field that deals with these kinds of issues, and after some initial research I found the OpenNLP Hub and university collaborations like the attempto project. And stackoverflow has this.

If anyone could link me to some good resources, from reseach papers and introductionary texts to apis, I’d be happier than a 6 year-old kid opening his christmas presents!

Update

Through one of your recommendations I’ve found opencyc (‘the world’s largest and most complete general knowledge base and commonsense reasoning engine’). Even more amazing still, there’s a project that is a distilled version of opencyc called UMBEL. It features semantic data in rdf/owl/skos n3 syntax.

I’ve also stumbled upon antlr, a parser generator for ‘constructing recognizers, interpreters, compilers, and translators from grammatical descriptions’.

And there’s a question on here by me, that lists tons of free and open data.

Thanks stackoverflow community!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T18:34:20+00:00Added an answer on May 10, 2026 at 6:34 pm

    Tough call, NLP is a much wider field than most people think it is. Basically, language can be split up into several categories, which will require you to learn totally different things.

    Before I start, let me tell you that I doubt you’ll have any notable success (as a professional, at least) without having a degree in some (closely related) field. There is a lot of theory involved, most of it is dry stuff and hard to learn. You’ll need a lot of endurance and most of all: time.

    If you’re interested in the meaning of text, well, that’s the Next Big Thing. Semantic search engines are predicted as initiating Web 3.0, but we’re far from ‘there’ yet. Extracting logic from a text is dependant on several steps:

    • Tokenization, Chunking
    • Disambiguation on a lexical level (Time flies like an arrow, but fruit flies like a banana.)
    • Syntactic Parsing
    • Morphological analysis (tense, aspect, case, number, whatnot)

    A small list, off the top of my head. There’s more :-), and many more details to each point. For example, when I say ‘parsing’, what is this? There are many different parsing algorithms, and there are just as many parsing formalisms. Among the most powerful are Tree-adjoining grammar and Head-driven phrase structure grammar. But both of them are hardly used in the field (for now). Usually, you’ll be dealing with some half-baked generative approach, and will have to conduct morphological analysis yourself.

    Going from there to semantics is a big step. A Syntax/Semantics interface is dependant both, on the syntactic and semantic framework employed, and there is no single working solution yet. On the semantic side, there’s classic generative semantics, then there is Discourse Representation Theory, dynamic semantics, and many more. Even the logical formalism everything is based on is still not well-defined. Some say one should use first-order logic, but that hardly seems sufficient; then there is intensional logic, as used by Montague, but that seems overly complex, and computationally unfeasible. There also is dynamic logic (Groenendijk and Stokhof have pioneered this stuff. Great stuff!) and very recently, this summer actually, Jeroen Groenendijk presented a new formalism, Inquisitive Semantics, also very interesting.

    If you want to get started on a very simple level, read Blackburn and Bos (2005), it’s great stuff, and the de-facto introduction to Computational Semantics! I recently extended their system to cover the partition-theory of questions (question answering is a beast!), as proposed by Groenendijk and Stokhof (1982), but unfortunately, the theory has a complexity of O(n²) over the domain of individuals. While doing so, I found B&B’s implementation to be a bit, erhm… hackish, at places. Still, it is going to really, really help you dive into computational semantics, and it is still a very impressive showcase of what can be done. Also, they deserve extra cool-points for implementing a grammar that is settled in Pulp Fiction (the movie).

    And while I’m at it, pick up Prolog. A lot of research in computational semantics is based on Prolog. Learn Prolog Now! is a good intro. I can also recommend ‘The Art of Prolog’ and Covington’s ‘Prolog Programming in Depth’ and ‘Natural Language Processing for Prolog Programmers’, the former of which is available for free online.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 138k
  • Answers 138k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer From StgCreateStorage's signature and documentation, I don't think you're supposed… May 12, 2026 at 7:36 am
  • Editorial Team
    Editorial Team added an answer you can write to a unit, but you can also… May 12, 2026 at 7:36 am
  • Editorial Team
    Editorial Team added an answer Typically something like: make -C <directory to kernel source> M=<directory… May 12, 2026 at 7:36 am

Related Questions

Question So I've recently came up with some new possible projects that would have
So I got this question from one of the developers in my team: What
So I was thinking about creating a dynamic sql question, meaning that i want
So I'm learning java, and I have a question. It seems that the types
So I've seen this question , but I'm looking for some more general advice:

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.