eug48 / SentimentalAnalysisML.Stemmer

An English (Porter2) stemming F# implementation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue Stats Issue Stats

SentimentalAnalysisML.Stemmer

An English (Porter2) stemming implementation in F#.

In linguistic morphology and information retrieval, stemming is the process of reducing inflected (or sometimes derived) words to their word stem, base or root form—generally a written word form. The stem need not be identical to the morphological root of the word; it is usually sufficient that related words map to the same stem, even if this stem is not in itself a valid root. - Wikipedia

Based on elixir implementation

stemmer

Requirements

SentimentalAnalysisML.Stemmer requires .Net 4.6.1

Usage

    open SentimentalAnalysisML.Stemmer
    let result = Stemmer.stem "capabilities" // "capabl"

Build Status

Mono .NET MyGet CoreCLR
Build Status Build status sentimentalanalysisml MyGet Build Status CircleCI

BuildHistory

Build history

Maintainer(s)

About

An English (Porter2) stemming F# implementation.

License:MIT License


Languages

Language:F# 95.6%Language:Shell 3.3%Language:Batchfile 1.1%