Skip to content
This repository was archived by the owner on Mar 29, 2021. It is now read-only.

Commit d4468f7

Browse files
author
Thiago D'Ávila
committed
Update LICENSE e README
1 parent cde05d1 commit d4468f7

File tree

2 files changed

+12
-16
lines changed

2 files changed

+12
-16
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 Thiago C. D'Ávila
3+
Copyright (c) 2018-2019 Thiago C. D'Ávila
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
ugcnormal-microservice
2-
======================
1+
# ugcnormal-microservice
32

43
Microsserviço REST para normalização pt\_BR usando o
54
[UGCNormal](https://github.com/avanco/UGCNormal). Ideal para aplicações
@@ -8,14 +7,12 @@ que precisam de normalização online como chatbots.
87
Webservice baseado no ugcnormal\_interface
98
[](https://github.com/thiagootuler/ugcnormal_interface).
109

11-
Requisitos
12-
----------
10+
## Requisitos
1311

14-
- Instalar Docker-CE 18.03.1+
15-
- 900 Mb de espaço em disco para imagem
12+
- Instalar Docker-CE 18.03.1+
13+
- 900 Mb de espaço em disco para imagem
1614

17-
Execução
18-
--------
15+
## Execução
1916

2017
Rodar os comandos:
2118

@@ -35,19 +32,18 @@ sudo docker stop ugcnormal
3532
sudo docker rm ugcnormal
3633
```
3734

38-
Exemplos de uso
39-
---------------
35+
## Exemplos de uso
4036

4137
Basta fazer um POST da mensagem a ser normalizada na url /reply passando
4238
a mensagem no campo "message" e o método no campo "method".
4339

4440
Métodos disponíveis:
4541

46-
- token: tokenizer
47-
- spell: speller
48-
- acronym: acronyms searcher
49-
- textese: untextese
50-
- proper\_noun: proper noun normalizer
42+
- token: tokenizer
43+
- spell: speller
44+
- acronym: acronyms searcher
45+
- textese: untextese
46+
- proper\_noun: proper noun normalizer
5147

5248
A mensagem normalizada é retornada no campo "reply". O status da
5349
requisição no campo "status", tendo com valor padrão para sucesso "ok".

0 commit comments

Comments
 (0)