0
votes
1answer
42 views
MSVC Unicode not displaying English
Hello. My problem is that my Unicode c++ program that I'm writing in MSVC express is displaying all strings in an Asian font. I cannot myself figure out how to make it display in E …
0
votes
4answers
65 views
Canadian to US English
Does there exist something like Canadian to US english e-dictionary which I can use in my application ?
2
votes
4answers
201 views
Why can’t I set $LIST_SEPARATOR in Perl?
I want to set the LIST_SEPARATOR in perl, but all I get is this warning:
Name "main::LIST_SEPARATOR" used only once: possible typo at ldapflip.pl line 7.
Here is my program:
#! …
0
votes
4answers
62 views
Company internal number
I'm brazilian and I'm developping a management software for internal use in the company I'm working on.
I'd like to know a common english term to describe an imployee's internal co …
4
votes
11answers
140 views
Where to get a list of almost all the words in English language?
I want to get some random text generated.
I tried writing a basic Java programme,
int nowords = r.nextInt(2000);
int i, j;
for (i = 0; i < nowords; i++) {
…
0
votes
1answer
41 views
dictionary web services api
Is there a free available public APIs that I can call to get the english dictionary word definitions?
I would like to call it from python web app.
11
votes
16answers
502 views
Programming with English as second language. How to improve?
Since English is the Lingua Franca of programming, this question is for all programmers who need to learn English for programming related reasons.
I'm Italian but most of the time …
1
vote
7answers
111 views
What is the correct terminology for “->”, ie $class->method()
$class->method()
^
|
what's the correct terminology for this? thanks guys!
0
votes
11answers
325 views
what is the name of [] and what is the name of {} [closed]
What are the proper names for these different kinds of brackets?
3
votes
10answers
1k views
How do I do word Stemming or Lemmatization?
I've tried PorterStemmer and Snowball but both don't work on all words, missing some very common ones.
My test words are: "cats running ran cactus cactuses community communities" …
1
vote
4answers
59 views
How to call user control panel in American English?
How do I call the control panel in a business directory website, except "control panel"?
Initially we thought of "My Office", but it revealed a bad idea as soon as I needed to wri …
7
votes
10answers
2k views
Word frequency algorithm for natural language processing
Without getting a degree in information retrieval, I'd like to know if there exists any algorithms for counting the frequency that words occur in a given body of text. The goal is …
0
votes
8answers
103 views
Mentioning the word “exception” in an user manual
I'm trying to dumb down how I mention "whenever the application resets due to an exception-handled runtime error", especially the exception-handled part. What would be a much easie …
2
votes
4answers
63 views
Free machine readable english dictionary required
I need an English dictionary that provides grammatical information about each word, for e.g. classification into nouns, verbs and so on.
This is for semantic analysis.
Format can b …
3
votes
15answers
266 views
looking for a phrase that expresses convoluted code
We have all seen this type of code. A calls B, which calls back A, which delegates to C which does a few difficult to understand tests and depending on results calls a single metho …
