4
votes
3answers
92 views
Natural Language Toolkit Equivalent in c#
Does there exist something equivalent to Natural Language Toolkit in c# like Python
0
votes
4answers
64 views
Canadian to US English
Does there exist something like Canadian to US english e-dictionary which I can use in my application ?
0
votes
2answers
20 views
Database of readings for Japanese words
Does anyone know of an off-the-shelf database that provides phonetic (kana) readings for Japanese words?
0
votes
1answer
60 views
Special Ocassion parser in JAVA
Hey guys,
I am working on a date parser in Java. Just wanted some information on if there is any java library which could parse special occasions like for example if I give input …
5
votes
9answers
172 views
Is there a fairly simple way for a script to tell (from context) whether “her” is a possessive pronoun?
I am writing a script to reverse all genders in a piece of text, so all gendered words are swapped - "man" is swapped with "woman", "she" is swapped with "he", etc. But there is an …
3
votes
4answers
66 views
Interesting linguistics/nlp problems/projects
As I know, looking for a problem to solve (debugging, thinking up a theme for an article, whatever) is the most creative, interesting and difficult part of any problem-solving work …
0
votes
2answers
43 views
What is the default chunker for NLTK toolkit in Python?
I am using their default POS tagging and default tokenization..and it seems sufficient. I'd like their default chunker too.
I am reading the NLTK toolkit book, but it does not se …
3
votes
6answers
189 views
Algorithms to detect phrases and keywords from text
I have around 100 megabytes of text, without any markup, divided to approximately 10,000 entries. I would like to automatically generate a 'tag' list. The problem is that there are …
16
votes
47answers
4k views
Is there a human readable programming language?
I mean, is there a coded language with human style coding?
For example:
Create an object called MyVar and initialize it to 10;
Take MyVar and call MyMethod() with parameters. . .
…
0
votes
3answers
58 views
Set of books about Natural Language processing, Semantic Analysis and Data Mining.
So i´m starting to write my thesis of my master, next semester (should be done before june), i already have the theme, and i need to write the state of art till february.
The main …
29
votes
11answers
522 views
how to check if a string looks randomized, or human generated and pronouncable?
For the purpose of identifying [possible] bot-generated usernames.
Suppose you have a username like "bilbomoothof" .. it may be nonsense, but it still contains pronouncable sounds …
1
vote
2answers
60 views
NLTK tagging in German
I am using NLTK to extract nouns from a text-string starting with the following command:
tagged_text = nltk.pos_tag(nltk.Text(nltk.word_tokenize(some_string)))
It works fine i …
1
vote
2answers
99 views
Natural language command language
I'm interested in developing a natural language command language for a domain with existing rules. I was very impressed when Terry Winograd's SHRDLU showed the way (the conversatio …
12
votes
10answers
573 views
Is it possible to guess a user’s mood based on the structure of text?
I assume a natural language processor would need to be used to parse the text itself, but what suggestions do you have for an algorithm to detect a user's mood based on text that t …
10
votes
7answers
178 views
How to determine the (natural) language of a document?
I have a set of documents in two languages: English and German. There is no usable meta information about these documents, a program can look at the content only. Based on that, th …
