All Projects → Nlp_bahasa_resources → Similar Projects or Alternatives

2759 Open source projects that are alternatives of or similar to Nlp_bahasa_resources

Crf Layer On The Top Of Bilstm
The CRF Layer was implemented by using Chainer 2.0. Please see more details here: https://createmomo.github.io/2017/09/12/CRF_Layer_on_the_Top_of_BiLSTM_1/
Stars: ✭ 148 (-6.33%)
Colore
A powerful C# library for Razer Chroma's SDK
Stars: ✭ 121 (-23.42%)
Mutual labels:  library
Lacmus
Lacmus is a cross-platform application that helps to find people who are lost in the forest using computer vision and neural networks.
Stars: ✭ 142 (-10.13%)
Mutual labels:  dataset
Spacy Dev Resources
💫 Scripts, tools and resources for developing spaCy
Stars: ✭ 123 (-22.15%)
Holiday Cn
📅🇨🇳 中国法定节假日数据 自动每日抓取国务院公告
Stars: ✭ 157 (-0.63%)
Triggerner
TriggerNER: Learning with Entity Triggers as Explanations for Named Entity Recognition (ACL 2020)
Stars: ✭ 141 (-10.76%)
Mutual labels:  dataset
Angular Feather
A-la-carte integration of Feather Icons in Angular applications
Stars: ✭ 123 (-22.15%)
Mutual labels:  library
Routeros Api Php
Mikrotik RouterOS API PHP client for your applications
Stars: ✭ 152 (-3.8%)
Mutual labels:  library
Spacy Js
🎀 JavaScript API for spaCy with Python REST API
Stars: ✭ 123 (-22.15%)
Rttr
C++ Reflection Library
Stars: ✭ 2,031 (+1185.44%)
Mutual labels:  library
Onepiece Kg
a knowledge graph project for ONEPIECE /《海贼王》知识图谱
Stars: ✭ 123 (-22.15%)
Mutual labels:  dataset
Reuters Full Data Set
Full dataset of Reuters composed of 8,551,441 news titles, links and timestamps (Jan 2007 - Aug 2016). Generate your own up to today!
Stars: ✭ 159 (+0.63%)
Mutual labels:  dataset
Files2rouge
Calculating ROUGE score between two files (line-by-line)
Stars: ✭ 120 (-24.05%)
Geojsonify
Easily add GeoJson layers to your Maps
Stars: ✭ 141 (-10.76%)
Mutual labels:  library
Nlp Pretrained Model
A collection of Natural language processing pre-trained models.
Stars: ✭ 122 (-22.78%)
Finnlp Progress
NLP progress in Fintech. A repository to track the progress in Natural Language Processing (NLP) related to the domain of Finance, including the datasets, papers, and current state-of-the-art results for the most popular tasks.
Stars: ✭ 148 (-6.33%)
Hubspot3
python3.5+ hubspot client based on hapipy, but modified to use the newer endpoints and non-legacy python
Stars: ✭ 121 (-23.42%)
Mutual labels:  library
Lib Python
Blynk IoT library for Python and Micropython
Stars: ✭ 140 (-11.39%)
Mutual labels:  library
Turkish Morphology
A two-level morphological analyzer for Turkish.
Stars: ✭ 121 (-23.42%)
Degate
Open source software for chip reverse engineering.
Stars: ✭ 156 (-1.27%)
Mutual labels:  library
React Rainbow
🌈 React Rainbow Components. Build your web application in a snap.
Stars: ✭ 1,662 (+951.9%)
Mutual labels:  library
Paper Survey
📚Survey of previous research and related works on machine learning (especially Deep Learning) in Japanese
Stars: ✭ 140 (-11.39%)
Dialoglue
DialoGLUE: A Natural Language Understanding Benchmark for Task-Oriented Dialogue
Stars: ✭ 120 (-24.05%)
Layerjs
layerJS: Javascript UI composition framework
Stars: ✭ 1,825 (+1055.06%)
Mutual labels:  library
Nlpcc Wordseg Weibo
NLPCC 2016 微博分词评测项目
Stars: ✭ 120 (-24.05%)
Baffle
A tiny javascript library for obfuscating and revealing text in DOM elements. 😲
Stars: ✭ 1,721 (+989.24%)
Mutual labels:  library
Epic Kitchens 55 Annotations
🍴 Annotations for the EPIC KITCHENS-55 Dataset.
Stars: ✭ 120 (-24.05%)
Mutual labels:  dataset
100 Lines Of Code Challenge Js
Write Everything in JavaScript under 100 Lines!!!😈
Stars: ✭ 157 (-0.63%)
Mutual labels:  library
Dateutil
Useful extensions to the standard Python datetime features
Stars: ✭ 1,706 (+979.75%)
Mutual labels:  library
Practical Machine Learning With Python
Master the essential skills needed to recognize and solve complex real-world problems with Machine Learning and Deep Learning by leveraging the highly popular Python Machine Learning Eco-system.
Stars: ✭ 1,868 (+1082.28%)
Superfine
Absolutely minimal view layer for building web interfaces.
Stars: ✭ 1,542 (+875.95%)
Mutual labels:  library
Opends
Template Library of Data Structures in C++17
Stars: ✭ 151 (-4.43%)
Mutual labels:  library
Stripe Sdk
A simple and flexible Stripe library for Flutter with complete support for SCA and PSD2.
Stars: ✭ 120 (-24.05%)
Mutual labels:  library
Learn To Select Data
Code for Learning to select data for transfer learning with Bayesian Optimization
Stars: ✭ 140 (-11.39%)
Antergos Packages
PKGBUILD's for antergos packages
Stars: ✭ 119 (-24.68%)
Mutual labels:  packages
Speech signal processing and classification
Front-end speech processing aims at extracting proper features from short- term segments of a speech utterance, known as frames. It is a pre-requisite step toward any pattern recognition problem employing speech or audio (e.g., music). Here, we are interesting in voice disorder classification. That is, to develop two-class classifiers, which can discriminate between utterances of a subject suffering from say vocal fold paralysis and utterances of a healthy subject.The mathematical modeling of the speech production system in humans suggests that an all-pole system function is justified [1-3]. As a consequence, linear prediction coefficients (LPCs) constitute a first choice for modeling the magnitute of the short-term spectrum of speech. LPC-derived cepstral coefficients are guaranteed to discriminate between the system (e.g., vocal tract) contribution and that of the excitation. Taking into account the characteristics of the human ear, the mel-frequency cepstral coefficients (MFCCs) emerged as descriptive features of the speech spectral envelope. Similarly to MFCCs, the perceptual linear prediction coefficients (PLPs) could also be derived. The aforementioned sort of speaking tradi- tional features will be tested against agnostic-features extracted by convolu- tive neural networks (CNNs) (e.g., auto-encoders) [4]. The pattern recognition step will be based on Gaussian Mixture Model based classifiers,K-nearest neighbor classifiers, Bayes classifiers, as well as Deep Neural Networks. The Massachussets Eye and Ear Infirmary Dataset (MEEI-Dataset) [5] will be exploited. At the application level, a library for feature extraction and classification in Python will be developed. Credible publicly available resources will be 1used toward achieving our goal, such as KALDI. Comparisons will be made against [6-8].
Stars: ✭ 155 (-1.9%)
Wearable Reply
Simplify text input for Android Wear 2.0, by voice, keyboard, or canned response.
Stars: ✭ 119 (-24.68%)
Mutual labels:  library
Criterion
Microbenchmarking for Modern C++
Stars: ✭ 140 (-11.39%)
Mutual labels:  library
Networkdata
R package containing several network datasets
Stars: ✭ 119 (-24.68%)
Mutual labels:  dataset
Library Template Android
A Kotlin + Android library template (with a sample project).
Stars: ✭ 151 (-4.43%)
Mutual labels:  library
Tik4net
Manage mikrotik routers with .NET C# code via ADO.NET like API or enjoy O/R mapper like highlevel api.
Stars: ✭ 118 (-25.32%)
Mutual labels:  library
Hledger
A reliable, user-friendly Plain Text Accounting tool with command line, terminal and web interfaces.
Stars: ✭ 1,887 (+1094.3%)
Mutual labels:  library
Scrna.seq.datasets
Collection of public scRNA-Seq datasets used by our group
Stars: ✭ 118 (-25.32%)
Mutual labels:  dataset
Avalanche
Avalanche: a End-to-End Library for Continual Learning.
Stars: ✭ 151 (-4.43%)
Mutual labels:  library
Pytextrank
Python implementation of TextRank for phrase extraction and summarization of text documents
Stars: ✭ 1,675 (+960.13%)
Ml Datasets
Machine Learning datasets for Nepal
Stars: ✭ 139 (-12.03%)
Mutual labels:  dataset
Jlibmodbus
JLibModbus is an implementation of the Modbus protocol v1.1b in java language.
Stars: ✭ 149 (-5.7%)
Mutual labels:  library
Kittehircclientlib
An IRC client library in Java
Stars: ✭ 116 (-26.58%)
Mutual labels:  library
Lib
三方框架和学习资料,持续更新(不要只点star,而不去看,把链接点一点你会发现不一样的世界,如果有好用的三方或者学习资料请issues 给我,也可以在issues 提出问题)
Stars: ✭ 139 (-12.03%)
Mutual labels:  library
Gliding Collection
Gliding Collection is a smooth, flowing, customizable decision for a UICollectionView Swift Controller. iOS library made by @Ramotion
Stars: ✭ 1,537 (+872.78%)
Mutual labels:  library
Rnn lstm from scratch
How to build RNNs and LSTMs from scratch with NumPy.
Stars: ✭ 156 (-1.27%)
Twitter Sentiment Visualisation
🌍 The R&D of a sentiment analysis module, and the implementation of it on real-time social media data, to generate a series of live visual representations of sentiment towards a specific topic or by location in order to find trends.
Stars: ✭ 132 (-16.46%)
Mutual labels:  sentiment-analysis
Words counted
A Ruby natural language processor.
Stars: ✭ 146 (-7.59%)
Browser Id3 Writer
Pure JS library for writing ID3 tag to MP3 files in browsers and Node.js ✍️
Stars: ✭ 132 (-16.46%)
Mutual labels:  library
Universum
🌌 Prelude written in @Serokell
Stars: ✭ 132 (-16.46%)
Mutual labels:  library
Amazon Product Recommender System
Sentiment analysis on Amazon Review Dataset available at http://snap.stanford.edu/data/web-Amazon.html
Stars: ✭ 158 (+0%)
Mutual labels:  sentiment-analysis
Qr Code Generator
High-quality QR Code generator library in Java, TypeScript/JavaScript, Python, Rust, C++, C.
Stars: ✭ 2,363 (+1395.57%)
Mutual labels:  library
Awesome Nlp
📖 A curated list of resources dedicated to Natural Language Processing (NLP)
Stars: ✭ 12,626 (+7891.14%)
Deeplearning nlp
基于深度学习的自然语言处理库
Stars: ✭ 154 (-2.53%)
Fxdesktopsearch
A JavaFX based desktop search application.
Stars: ✭ 147 (-6.96%)
301-360 of 2759 similar projects