AI-MicroStructure

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN


2. You may apply bug fixes, portability fixes and other modifications derived
from the Public Domain or from the Copyright Holder. A Package modified in such
a way shall still be considered the Standard Version.

3. You may otherwise modify your copy of this Package in any way, provided that
you insert a prominent notice in each changed file stating how and when you
changed that file, and provided that you do at least ONE of the following:

  a) place your modifications in the Public Domain or otherwise make them
     Freely Available, such as by posting said modifications to Usenet or an
     equivalent medium, or placing the modifications on a major archive site
     such as ftp.uu.net, or by allowing the Copyright Holder to include your
     modifications in the Standard Version of the Package.

  b) use the modified Package only within your corporation or organization.

  c) rename any non-standard executables so the names do not conflict with
     standard executables, which must also be provided, and provide a separate
     manual page for each non-standard executable that clearly documents how it
     differs from the Standard Version.

bin/micro-sense  view on Meta::CPAN

  my $string = shift;
  $string =  "" unless  $string;
  $string =~ s/^\s+//;
  $string =~ s/\s+$//;
  $string =~ s/\t//;
  $string =~ s/^\s//;
  return $string;
}

$structure{"x",1} = "\nData: Hello, my name is Data!\nThank you for reactivating me !";
$structure{"x",2} = "\nData: My post-hypnotic positron inducer  signals all systems within normal parameters!\n";
$structure{"x",3} = "\nData: Please think of an category and I will try to get some structures to it - press enter when ready\n";

sub forms
{
    my ($string) = shift;
    # The query string (word, pos and sense #)
    my ($word, $pos, $sense) = $string =~ /^([^\#]+)(?:\#([^\#]+)(?:\#(\d+))?)?$/;

    return $string;
}

lib/AI/MicroStructure/germany.pm  view on Meta::CPAN

# names Hohenbollentin  17111 
# names Warrenzin  17111 
# names Quitzerow  17111 
# names Teusin  17111 
# names Kentzlin  17111 
# names Sommersdorf  17111 39365 
# names Borrentin  17111 
# names Beggerow  17111 
# names Hohenmocker  17111 
# names Sarow  17111 
# names Upost  17111 
# names Nossendorf  17111 
# names Sassen  17121 56767 
# names Loitz  17121 
# names Trantow  17121 
# names Jarmen  17126 
# names Kruckow  17129 
# names Schmarsow  17129 
# names Daberkow  17129 
# names Tutow  17129 
# names Bentzin  17129 



( run in 0.764 second using v1.01-cache-2.11-cpan-ceb78f64989 )