Ngram Plugin install

I am trying to install:
http://omeka.org/codex/Plugins/NGram
but after uploading I click on the install button and it does not get installed or activated. Does it require a specific version of Omeka? Does it require any LAMP/PHP extensions?

If you look at the first section of the page you linked, you’ll see there are two requirements:

System Requirements: The Ngram plugin requires the following libraries and dependencies:

  • IntlBreakIterator class (in your php)
  • Make sure your php path is properly configured.

The “IntlBreakIterator” is the thing you’re likely missing, if anything. It’s provided by the “intl” PHP extension.

What version of Omeka are you using, also? You should be getting a message informing you why the install didn’t work rather than seeing nothing happen.

Thanks, John. I will let you know how it goes.