Top "Keyword" questions

Keywords are special words used as identifiers by a language.

Java library for keywords extraction from input text

I'm looking for a Java library to extract keywords from a block of text. The process should be as follows: …

java nlp extract keyword stemming
Is there a C# LINQ syntax for the Queryable.SelectMany() method?

When writing a query using C# LINQ syntax, is there a way to use the Queryable.SelectMany method from the …

c# linq keyword iqueryable
Use-case of `oneway void` in Objective-C?

I found a strange keyword in NSObject.h - (oneway void)release; I searched the web, and learned it relates …

objective-c syntax keyword use-case
C++ Official Operator Names / Keywords

Happy Holidays guys. I have been working on a C++ preprocessor sequence (using boost) to assist me in generating operator …

c++ operators keyword
Cassandra frozen keyword meaning

What's the meaning of the frozen keyword in Cassandra? I'm trying to read this documentation page: Using a user-defined type, …

database cassandra nosql keyword
R, tm-error of transformation drops documents

I want to create a network based on the weight of keywords from text. Then I got an error when …

r extract keyword tm extraction
extern keyword usage

I have three programs in which I am using extern keyword. I am not able to understand the result. Below …

c++ keyword extern
The Python 3.3 equivalent of 'execfile'

I need to find out how to open my .py files after writing them in Notepad++. I find the interface …

python python-3.x keyword execfile
How do I reference a C# keyword in XML documentation?

<see cref="switch" />, for example, doesn't work - I get the compilation warning: XML comment on ... has syntactically …

c# keyword xml-documentation
Do C# static functions perform better than nonstatic functions, beyond reduced memory usage?

I assume that public or private static targets must have reduced memory usage, due to the fact that there is …

c# performance optimization static keyword