Topic Modeling tool multilingual - multilingual

In the past few days I have been trying to work with the tool understanding topic modeling for multiple languages. This is the tool I have been trying to understand.
https://code.google.com/p/topic-modeling-tool/
Well my first question is to know whether it works for other languages like Hindi, Spanish,French and many others.
If it works with other languages then Can anyone explain the input procedure for languages like Hindi, Spanish, etc. ? I know that it works for English really well. Please help me out. Thanking everyone in advance.

According to the discussion here, people have been using it for French and Russian

You may like this other open-source project:
https://github.com/ArtificiAI/Multilingual-Latent-Dirichlet-Allocation-LDA
Here is a tutorial on how to use it for many languages and with explanations on what it does:
https://github.com/ArtificiAI/Multilingual-Latent-Dirichlet-Allocation-LDA/blob/master/Multilingual-LDA-Pipeline-Tutorial.ipynb

Related

How to detect french toxic comments with tensorflow

I am developing a chat application in French and I want to block a certain type of message (of a sexual nature for example)
Ideally a js api would help me out, I've explored tensorflow.js which looks fine to me but unless I misconfigured, it only considers English sentences. If anyone can help me with this I would greatly appreciate it.
I finally discovered the Google API called Perspective https://perspectiveapi.com which takes into consideration several languages and is very easy to use.
it might help someone else...

Some questioning about codenameone

I don't know if it's the good place to ask these questions. So if it's not the case sorry for inconvenience.
We are looking for the most adapted tool for our crossplatform mobile project. Before begin to invest time we are testing many crossplatform develeoppement solution ... it's difficult to find the tool where you say Yes it this one !!
Actually we are beginning to test codename one. It looks very promising but we have some doubts and question about features and how we can organize our project :
Do you know if it is possible to separate code and design -> build each "screen of the app" with one xml file to describe components and style and one java class to define behavior and contents(dynamically or not) of these components ?
What about nfc support ? at least for android apps ?
The ui components are not really "sexy" in examples. Do you know if it is possible to load/download or why not buy some more attractive one.
I hope you will be able to answer our questions
Thank you and sorry for my english ...
build each "screen of the app" with one xml file take a look at
https://www.codenameone.com/blog/gui-builder-walkthru.html
What about nfc support ? at least for android apps ? see here
https://www.codenameone.com/blog/native-interface.html
The ui components are not really "sexy" in examples.
https://www.codenameone.com/gallery.html
But overall I would like to suggest you can't get 'that' sexy unless you not try. Don't take it wrong but see the examples submitted by other and what they developed you may get same or more than that if you try.
I hope you will be able to answer Your questions :)
Cheers

Please suggest some resources from which explain silver-light business application in detail

http://msdn.microsoft.com/en-us/library/ee796239%28v=vs.91%29.aspx#Y3078
but, i am hobbyist (small time :) ) i dont understand every thing provided in these tutorials,
please suggest some online links which explain each and everything used in great and simple detail.
please provide some references to good books which also do the same
This book is a good reference for business applications developers with Silverlight

Where can I find programs for practicing C and assembler(IA32)?

I have learnt C and Assembly(IA32) on Linux and I will also be learning a few more languages this year.
I want to make my fundamentals strong and for that I need some tips from you guys as in, where will I find programs for practice? so that I solve them and get more and more experience.
Any good web links that would help a novice programmer to improve and be confident about the language he/she is learning.
I try looking up for questions on websites but they are either too difficult or not meant for beginners.I want some source which would help me to be more clear fundamentally and conceptually.
Thankyou.
You could start by coding some of the simpler Project Euler problems in C, and then translate them to assembly. The problems get progressively more challenging as you go.
This page has an on-line version of The Art of Assembly Language Programming by Randall Hyde, but without the laboratory exercises. However it still includes a lot of code snippets, and Randy takes a high-level approach to assembly programming using macros which will be familiar to a C programmer. (I worked with Randy nearly 30 years ago doing assembly language programming on the Apple II).
It depends on how "novice" you are, but I'll be suggesting the UVa Online Judge.
One thing you can do (recommended to me by an experienced programmer) is read really good code. The Linux kernel is written in C. You can go to http://www.oldlinux.org/ to study with the first version, which would probably be easier than the current one. Beyond that, I would recommend finding an open source project for C that interests you. Working on a real-world project that interests you is going to be the best way to grow your skills.

Learning C: video course recommendation

I'm required to learn C to help a professor of mine with some lab work. I've got only about 2 weeks to get ready. Anyone can recommend a good course/book, but preferably a video course that's thick and decent (like the MIT open courses style), but anything else that you've had good experience with is welcome too.
Thank you all
The Stanford video lectures are interesting.
You can find them here:
http://www.youtube.com/view_play_list?p=BD4CAF263B15E5E4&search_query=stanford+program+in+c
EDITED: Sorry, but the above link is about Java. For C, see the following videos: http://www.youtube.com/watch?v=kMzH3tfP6f8&videos=9CyTscpFk5M&playnext_from=TL&playnext=1

Resources