Bug 60723 - new port: textproc/p5-Lingua-EN-Tagger 0.05
Summary: new port: textproc/p5-Lingua-EN-Tagger 0.05
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-30 09:30 UTC by Cheng-Lung Sung
Modified: 2004-01-03 09:27 UTC (History)
1 user (show)

See Also:


Attachments
file.shar (3.47 KB, text/plain)
2003-12-30 09:30 UTC, Cheng-Lung Sung
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Cheng-Lung Sung 2003-12-30 09:30:12 UTC
- Part-of-speech tagger for English natural language processing
- Synopsis:
        # Create a parser object
	my $p = new Lingua::EN::Tagger;
	# Add part of speech tags to a text
	my $tagged_text = $p->add_tags( $text );
	# Get a list of all nouns and noun phrases with occurence counts
	my %word_list = $p->get_words( $text );
	# Get a readable version of the tagged text
	my $readable_text = $p->get_readable( $text );
Comment 1 Vanilla I. Shu freebsd_committer freebsd_triage 2004-01-03 09:27:14 UTC
State Changed
From-To: open->closed

Committed, thanks.