Metadata-Version: 2.1
Name: udgram
Version: 1.1.8
Summary: 
Author: wellington36
Author-email: wellington.71319@gmail.com
Requires-Python: >3.8
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: conllu (==4.4.1)
Description-Content-Type: text/markdown

# UDGram
Compute probabilities in N-grams model for tags in UD format

### Instalation
  ...

### Usage
##### n-gram funcions
  - `bigram`  : function for bigrams with specify tag
  - `trigram` : function for trigrams with specify tag
  - `ngram`   : general function for ngram with specify tag

##### ngram matriz funcions
  - `bigram_matriz`	: matriz with bigram probabilities for tags
  - `ngram_matriz`	: matriz with ngram probabilities for tags


### Contributors
  - Wellington Silva [(@wellington36)](https://github.com/wellington36)

