Metadata >> NuGet >> A-vs-An

A-vs-An

Metadata

Authors Eamon Nerbonne
Copyrights Copyright 2013 © Eamon Nerbonne
Description Find the english language indeterminate article ("a" or "an") for a word. Based on real usage patterns extracted from the wikipedia text dump; can therefore even deal with tricky edge cases such as acronyms (FIAT vs. FAA, NASA vs. NSA) and odd symbols. (Requires .NET 2.0 or higher)
LicenseUrl http://www.apache.org/licenses/LICENSE-2.0
Owners Eamon Nerbonne
ProjectUrl http://code.google.com/p/a-vs-an/
ReleaseNotes Initial .NET release.
RequireLicenseAcceptance False
Summary Find the english language indeterminate article ('a' or 'an') for a word. Based on real usage patterns extracted from the wikipedia text dump; can therefore even deal with tricky edge cases such as acronyms (FIAT vs. FAA, NASA vs. NSA) and odd symbols. (Requires .NET 2.0 or higher)
Tags english NLP text-processing library indeterminate-article.
Title A-vs-An-DotNet
PackageSize 22772
PackageHashAlgorithm SHA512
PackageHash hw3psD8h4CnGPBOs+augmAXfdmUhczq0ItbMAc7VGWdCbewsaTKJNZZc4usNJQjbZu1hZACj0wUfC5h5UEsWnA==
DownloadCount 000000
CreatedDate 2013-03-22T11:39:37

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install A-vs-An -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install A-vs-An -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package A-vs-An
Installing the package (HTTP Basic authentication):
Install-Package A-vs-An -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package A-vs-An -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package A-vs-An

OpenWrap

Installing the package:
o add-wrap A-vs-An
Uninstalling the package:
o remove-wrap A-vs-An

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.0.0.2
1.0.0.1
1.0.0.0