Archives
-
Recent Posts
- Error “join: multi-character tab `\\t’” for using join tab
- Two methods to redirect output for “set -x”
- “set -x”: Prints executed commands and their arguments
- How to start new process or run shell commands within python?
- Mean Absolute Error (MAE) and Mean Square Error (MSE)
- “Nohup” and “Screen”
- Reference of Scheme or Lisp
- Google’s Protocol Buffers: Beautiful and Easy
- Moses Support Digest: CALL FOR PAPERS – PBML
- Moses Support Digest: moses-irstlm memory racing with 5-gram lm
- Moses Support Digest: EMS table binarization
- Moses Support Digest: processPhraseTable in windows
- Moses Support Digest: compiling on Mac
- Moses Support Digest: about CreateOnDiskPt parameter
- Moses Support Digest: experiment management system and Moses scripts
Categories
Tags
ACL Artificial Intelligence Bayesian Modeling Bayesian Networks binary phrase table BLEU chart cygwin decoder decoding Dictionary dos fedora giza++ Graphical Models Hierarchical rule IRSTLM language model Linux lm Machine learning Maximum Entropy Model moses nbest NLP nlpers openTMS phrase-table plugin POS programming python RandLM RDBMS reordering set -x shell SMT SRILM Statistical Machine Translation suffix arrays Summarization support wmt2010 WordPressRecent Comments
- emnlp on How to start new process or run shell commands within python?
- emnlp on Mean Absolute Error (MAE) and Mean Square Error (MSE)
- 52nlp on About
- David Walton on About
- rex moreno on Moses Support Digest: moses-irstlm memory racing with 5-gram lm
- 52nlp on WpMathEditor
- Ali Bell on WpMathEditor
- Deden Miptahudin on From nlpers:Getting Started In Summarization
- 52nlp on About
- zh on About
Meta
Blogroll
Monthly Archives: November 2009
A Cool Dictionary for Natural Language Processing
I found Professor Bill Wilson’s “The Natural Language Processing Dictionary” accidentally tonight, and thought it very cool for nlpers. Except from the NLP Dictionary, you also can find the Prolog, Artificial Intelligence and Machine learning Dictionary in this web page. … Continue reading
Posted in NLP
Tagged Artificial Intelligence, Dictionary, Machine learning, NLP, nlpers
Leave a comment
Moses Support Digest:Suffix arrays in Moses
[Moses-support] Suffix arrays in Moses Hi all, I’m just wanting to double-check the current state of the suffix array code in Moses. Can it be used to extract translation table entries on-the-fly? Also, has anyone written up a paper on … Continue reading
Moses Support Digest:RDBMS for the decoder
[Moses-support] RDBMS for the decoder? I wonder what would be the implications if a RDBMS would be used for the decoder. I;m also wondering what Google Translate uses – is there any public info about them in this respect? Catalin … Continue reading
Moses Support Digest:openTMS supports Moses as a data source
[Moses-support] problem with boost library openTMS is a Open Source Translation Memory initiative which has produced its first software versions on www.opentms.de. The latest version also includes an interface for using MOSES within the translation process. MOSES is accessed thru … Continue reading
Moses Support Digest:moses decoder results on cygwin and dos
[Moses-support] moses decoder results on cygwin and dos Dear All Running the moses decoder on cygwin and dos gives slightly different results, even though I’m using the same executable and the same models. For example, translating from Welsh to English: … Continue reading
Moses Support Digest:Code monkey available,Will work for peanuts
[Moses-support] ’Code monkey available. Will work for peanuts’ ! Hello, I’m a graduate student at Bowling Green State University and I’m really interested in working on a term project using MOSES. So can anyone suggest me some good project ideas … Continue reading
Moses Support Digest:A translation chain prototype with Moses + IRSTLM
[Moses-support] Moses Support Digest:A translation chain prototype with Moses + IRSTLM http://code.google.com/p/moses-for-mere-mortals/ This site offers a set of 3 scripts that, together, create a basic translation chain prototype (with Moses + IRSTLM) able of processing very large corpora. The idea … Continue reading
Moses Support Digest:Pulling source data
[Moses-support] Pulling source data I am experimenting with the Moses application now, and I have it so that it is pulling in my data from two flat, aligned text files. My question is, can I pull in data from a … Continue reading
Moses Support Digest:Hierarchical rule extraction
[Moses-support] Hierarchical rule extraction Hieu / Philipp, I’d like to extract a hierarchical grammar using the Moses tools (which Philipp helpfully pointed out have some documentation at http://www.statmt.org/moses/?n=Moses.ChartDecoding) Here’s the catch: I already have run train-factored-phrase-model.perl to extract a regular … Continue reading
Moses Support Digest:Building POS language model with SRILM
[Moses-support] Building POS language model with SRILM Hi, The Moses manual recommends using the following switches when building a language model with SRILM: -interpolate -kndiscount I assume this recommendation applies specifically to surface-string language models. For a part-of-speech language model, … Continue reading