KotlinNLP

KotlinNLP

Geek Repo

0

following

0

stars

Company:KotlinNLP

Home Page:kotlinnlp.com

Github PK Tool:Github PK Tool

KotlinNLP's repositories

SimpleDNN

SimpleDNN is a machine learning lightweight open-source library written in Kotlin designed to support relevant neural network architectures in natural language processing tasks

Language:KotlinLicense:MPL-2.0Stargazers:97Issues:12Issues:4

NeuralParser

NeuralParser is a very simple to use dependency parser, based on the Latent Syntactic Structure encoding.

Language:KotlinLicense:MPL-2.0Stargazers:20Issues:3Issues:0

NeuralTokenizer

NeuralTokenizer is a very simple to use text tokenizer which uses neural networks from the SimpleDNN library.

Language:KotlinLicense:MPL-2.0Stargazers:11Issues:2Issues:1

LinguisticDescription

LinguisticDescription is a Kotlin library designed to support linguistic annotations over morphological, syntactic and semantic levels.

Language:KotlinLicense:MPL-2.0Stargazers:6Issues:2Issues:0

DependencyTreeJS

A JavaScript plugin to draw dependency trees representing morpho-syntactic analysis.

Language:JavaScriptLicense:MPL-2.0Stargazers:5Issues:2Issues:0

HANClassifier

HANClassifier is a very simple to use text classifier which uses the Hierarchical Attention Networks (HAN) from the SimpleDNN library.

Language:KotlinLicense:MPL-2.0Stargazers:5Issues:2Issues:1

LanguageDetector

LanguageDetector is a very simple to use text language detector which uses the Hierarchical Attention Networks (HAN) from the SimpleDNN library.

Language:KotlinLicense:MPL-2.0Stargazers:5Issues:2Issues:0

FrameExtractor

FrameExtractor is a module for semantic frame parsing that performs intent detection and slot filling.

Language:KotlinLicense:MPL-2.0Stargazers:4Issues:4Issues:0

MorphologicalAnalyzer

MorphologicalAnalyzer is a Kotlin library designed to support morphological analysis of a text.

Language:KotlinLicense:MPL-2.0Stargazers:4Issues:2Issues:0

SyntaxDecoder

SyntaxDecoder is a generalized transition-based parsing framework designed to simplify the development of statistical dependency parsers.

DependencyParsingDemo

A demo that shows the results of KotlinNLP modules: NeuralParser, NeuralTokenizer and LanguageDetector. Morpho-syntactic information are represented drawing dependency trees.

Language:JavaScriptStargazers:3Issues:3Issues:0

GeoLocation

GeoLocation is a Kotlin library designed to support the identification of geo-locations in a text.

Language:KotlinLicense:MPL-2.0Stargazers:3Issues:2Issues:0

MorphoPredictor

Based on a neural model, the MorphoPredictor predicts the exact morphology of the tokens of a sentence.

Language:KotlinLicense:MPL-2.0Stargazers:3Issues:3Issues:0

NLPServer

NLPServer implements a server listening http requests on different routes, to query different modules of the KotlinNLP library.

Language:KotlinLicense:MPL-2.0Stargazers:3Issues:4Issues:0

TokensEncoder

TokensEncoder is a very simple to use tokens encoder library which uses neural networks from SimpleDNN.

Language:KotlinLicense:MPL-2.0Stargazers:3Issues:2Issues:0

Utils

Utils is a Kotlin package containing utilities for the KotlinNLP library.

Language:KotlinLicense:MPL-2.0Stargazers:3Issues:2Issues:0

LanguageModel

LanguageModel contains a number of methods for language modeling based on the SimpleDNN library.

Language:KotlinLicense:MPL-2.0Stargazers:2Issues:3Issues:0

LinguisticConditions

LinguisticConditions is a helper module for verifying linguistic conditions on morpho-syntactic tokens.

Language:KotlinLicense:MPL-2.0Stargazers:2Issues:2Issues:0

TokensLabeler

TokensLabeler allows to annotate the tokens of a sentence according to the BIEOU notation (or a subset of), in which the set of labels is defined in the training set.

Language:KotlinLicense:MPL-2.0Stargazers:2Issues:2Issues:0

CoNLLIO

CoNLL Input-Output Kotlin Library

Language:PerlLicense:MPL-2.0Stargazers:1Issues:3Issues:0

DependencyParsingServer

DependencyTreeServer is a web server that forwards requests to the NLPServer and return the response for the DependencyParsingDemo.

Language:PythonStargazers:1Issues:2Issues:0
Language:KotlinLicense:MPL-2.0Stargazers:1Issues:3Issues:0

LSSEncoder

LSSEncoder is the encoder of the Latent Syntactic Structure (LSS).

Language:KotlinLicense:MPL-2.0Stargazers:1Issues:3Issues:0

ProgressIndicator

Deprecated. Please use https://github.com/KotlinNLP/Utils/tree/master/src/main/kotlin/com/kotlinnlp/utils/progressindicator instead.

Language:KotlinLicense:MPL-2.0Stargazers:1Issues:2Issues:0

Summarizer

Calculate the salience score of sentences with the purpose to summarize a text.

Language:JavaLicense:MPL-2.0Stargazers:1Issues:4Issues:0