Bug 60723

Summary: new port: textproc/p5-Lingua-EN-Tagger 0.05
Product: Ports & Packages Reporter: Cheng-Lung Sung <clsung>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: clsung
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

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.