Keyword extraction software [closed] - keyword

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am looking for a piece of software that, given some text, will extract the "meaningful" keywords. For example, in the sentence:
StackExchange is an online community.
I want "StackExchange" and "online community" to be singled out as semantically-meaningful keywords, but not "is" or "an".
A bit of research led to Alchemy API, which does the job well. Are there other solutions out there, especially open source ones?

There is TexLexan, which is open source. This page also has good list of open source and commercial options.

It's a bit old, but I had really good luck building my own tools on top of MontyLingua.

Related

Are there any tutorials for MVVM using Delphi? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am interested in learning MVVM. Sadly I cannot find examples and/or tutorials on the internet that use Delphi with database applications.
Can you post links or point me in the direction that I should go?
Thank you in advance.
Take a look at this CodeRage session.
This session will look at Model-View-ViewModel, one technique that leverages LiveBindings to not only minimize the effort required to slide different UIs in front of your code, but also increases the maintainability and testability of your app as a bonus.

Special Comments in DELPHI [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am looking to add special comments in Delphi Source Code. This is along the lines of "TODO" comments and the IDE (XE4) has a "Task List" option which lists all "TODO's".
Are there any plugins available where I can add some special comment tags for other purposes. For e.g if I want to mention and measure complex piece of code, I should comment the portion with my TAG and then using the plugin I can gather some statistics (simple count)
Thanks
Madhusudan

X++ : what's the IDE for learning X++? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Please suggest me the IDE for learning X++.Also give me the url to download it.
To develop in X++, you must use Microsoft Dynamics AX. The software is not available for download and must be bought and installed through a Microsoft partner.
However, you can learn X++ through some good textbooks, such as the ones listed here: http://msdn.microsoft.com/en-us/dynamics/ax/cc546579.aspx
And through classroom training courses offered through Microsoft, such as this one: http://www.microsoft.com/learning/en/us/Course.aspx?ID=80303A&Locale=en-us
Or, you can simply browse the MSDN library for detailed information:
http://msdn.microsoft.com/en-us/library/aa867122.aspx

Are there any full featured Brainfuck editors available? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Has anyone tried to implement the equivalent of a full featured editor for Brainfuck? What's the closest that is available?
Brainfuck Developer is an IDE for the Brainfuck language.
In 2008 I implemented a editor/debugger/interpreter for Brainfuck in JavaScript.
It's browser based, so you don't have to install anything.
You can put breakpoints and run brainfuck step by step.
There are also several examples included.
It's http://www.lordalcol.com/brainfuckjs/
Try the Brainfu** machine, I use it for years, and it seems really good.

Are there any open source word processors made with Delphi? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
If you know of one, I'd love to learn about it.
Thanks, as always -- Al C.
not exactly word processor but perhaps can fit well http://www.trichview.com/
The other major player is WPTools.
It's not open source, but I'm pretty sure there isn't an open source word processor in Delphi, unless it wraps the built-in TRichEdit. Sorry!

Resources