NAME

Lingua::famibeib::ForeignWord - module to interact with words foreign to famibeib

VERSION

version v0.07

SYNOPSIS

use Lingua::famibeib::Word;

my Lingua::famibeib::Word $word = Lingua::famibeib::Word->new(string => 'toXyz');

my $str = $word->as_string;

(since v0.06)

This package is used to store individual foreign words and query them about their properties.

This module inherits from Lingua::famibeib::Word. Most of it's methods do work on this type of words, however not all of them.

METHODS

new

my Lingua::famibeib::Word $word = Lingua::famibeib::Word->new(...);

To construct a foreign word the normal word constructor should be used.

combine

... $word->combine(...);

This method is not supported for foreign words as such words cannot be combined.

as

my $obj = $word->as($as);

This method is much more limited on foreign words as it cannot create a Data::Identifier.

AUTHOR

Philipp Schafft <lion@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2025-2026 by Philipp Schafft <lion@cpan.org>.

This is free software, licensed under:

The Artistic License 2.0 (GPL Compatible)