-
This is something I was thinking about which would be nice if had `json` or `text` output endpoint similar to [`cheat.sh`](https://cheat.sh).
We can directly generate and host this as a static page…
-
Hello, thanks for the awesome library!
I've noticed that the current codebase could only either perform seq2seq or seq-tagging by switching the argument `-model_type ` to `seq2seq` or `seqtagger`. …
-
What do you think of NLP natural language processing?
-
-
### Metadata
- Authors: Marek Rei and Helen Yannakoudakis
- Organization: University of Cambridge
- Conference: BEA@EMNLP 2017
- Link: http://www.aclweb.org/anthology/W17-5004
-
### Ticket Contents
## Description
The project aims to enhance the open-source ticketing system Trudesk by integrating critical accessibility features and advanced functionalities. The primary goa…
-
HW4 asks us to "Examine the list of words associated with at least three different parts of speech," what does it mean? What is that "three different parts of speech"?
Also, does it make sense for us…
-
### 特殊符号ω受空格影响,导致分词结果包含空格
Hi KennFalcon, 我已查看源码并运行,但未能找到问题根源,如能解惑非常感谢。
1. 基于自定义词典处理物理参数 "27ω"时,符号后存在空格导致结果不同
2. 期望结果为"27ω"
2. 该符号不受停用词配置影响,配置如下
```
"tokenizer" : {
"cu…
-
How can we add the abkhazian language?
There are a few resources like https://gitlab.com/Bachstelze/alp and https://github.com/danielinux7/Multilingual-Parallel-Corpus .
Can we port those models to …
-
```
$ for f in *.conll; do awk '$0 !~ /(^#)|(^$)/ {n=gensub(/\|.*$/,"","g",$10); print $4,n}' $f; done | sort | uniq -c
210 ADJ DT
35 ADJ IN
8016 ADJ JJ
16 ADJ JJR
1192 ADJ NN
39 ADJ NNS…