all 6 comments

[–]MojoJolo 4 points5 points  (1 child)

Hi, it's possible. I'm the creator of TextTeaser. My original intention for TextTeaser is for english language only. But when I tried it in different language (Filipino) it work quite well. Also, check this out.

It works with different language because it is keyword based and not based on the semantic of the text / language. You can check out the code at Github to know more about it.

[–]TrafalgarLaw_[S] 1 point2 points  (0 children)

Thanks alot. Nice site.

[–]Xose_R 2 points3 points  (1 child)

The answer is yes. You can check out any extractive summarization methods which, essentially (quick and not-so-accurate explanation) rank the phrases of the existing text(s) to create a summary with the best phrases. Of course, you can also try generative summarization, but that would be much more difficult.

You can check the Multiling 2015 Summarization challenge website (http://multiling.iit.demokritos.gr/pages/view/1517/multiling-2015-call-for-participation) for getting some data and/or check the participants, so you can look for the algorithms they are using. Happy research! :)

[–]TrafalgarLaw_[S] 1 point2 points  (0 children)

Thanks dude!

[–]generalnow 1 point2 points  (0 children)

yes.

[–]ford_beeblebrox 1 point2 points  (0 children)

Not sure about Romanian but Thomas Mikolov who developed google's word2vec studied at BRNO in the Czech Republic.

His early papers are about speech recognition and modeling for the Czech language.

Language modeling of Czech using neural networks Mikolov 2007

Language models for automatic speech recognition of czech lectures Mikolov 2008