Thread: C and Natural Language Processing

  1. #1
    Registered User
    Join Date
    Nov 2009
    Posts
    60

    C and Natural Language Processing

    Short question: is C suitable to write a program to do Natural Language Processing?

    For example, the lack of a String type, makes me think there are better choices.
    On the other hand, I don't like Python, partly because I don't see any good in dynamic typing. And Java is too BIG.

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Quote Originally Posted by hilarius
    For example, the lack of a String type, makes me think there are better choices.
    Well, there are standard string manipulation functions and non-standard string libraries (and you could write your own if needed).

    Quote Originally Posted by hilarius
    On the other hand, I don't like Python, partly because I don't see any good in dynamic typing.
    Maybe you could read pro-dynamic typing arguments to change your opinion so that you can like Python and thus use it, heheh.

    Quote Originally Posted by hilarius
    And Java is too BIG.
    In terms of libraries, yes, but you do not have to use all of them.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

Popular pages Recent additions subscribe to a feed