Skip to content

A flutter plugin that recognizes sentences in paragraphs using LingPipe NLP.

License

Notifications You must be signed in to change notification settings

DevsOnFlutter/sentence_detection

Repository files navigation

sentence_detection

A flutter plugin that recognises sentences in paragraphs using lingpipe NLP.

Installation

dependencies

dependencies:
  file_manager: ^1.0.0

import

import 'package:sentence_detection/sentence_detection.dart';

Usages

    String paragraph =
        "This is first sentence. I was born in 01.05.2000. This is third sentence";
    List<String> _sentences = await SentenceDetection.getSentences(paragraph);

About

A flutter plugin that recognizes sentences in paragraphs using LingPipe NLP.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published