-
-5/25/2020
Created the repo for the Covid19Twitter project
-
We should find a common data format in which we can store extracted, parsed and augmented tables.
For now - to keep things simple - we are just using JSON data with the following format:
```python
…
-
This issue hampers our progress on #6. We must make a decision how to resolve it.
There are two choices:
1. ~Remove Local Search for MIO because it's already broken in the `master` branch of EvoSui…
-
Hi,
First thank you for the great work on this library! :)
I'm trying to replicate the "Classic Word Embedding + BiLSTM-CRF" result from http://aclweb.org/anthology/C18-1139 on the PTB POS datas…
-
**Module 1, Introduction to AntConc:** Here and elsewhere I see a few typos/spellings and a couple of phrasings that sound awkward to me, but maybe these are still works in progress(?) and I'm not sur…
-
Hello,
I ran your `parse_ace2005.py` to preprocess ACE2005 dataset, and I noticed there are some duplicated entities in the obtained files. For instance, in the train split, I found a sentence like…
-
Currently, the state of an index is unknown. To see if an index has changed since the last visit (newly introduced, deleted or modified documents), the index may respond with a version code. This can …
Akron updated
4 years ago
-
Hello, first of all thank you for your contributions and sharing the code.
I'm having general issues running it, for the data, I'm using the development (`dv50_vcc2020_24kHz`) set to train (as I coul…
-
I've installed this repo and nvidia drivers on an AWS instance.
Now trying to run:
`python frameworks/opennmt_py/entrypoint.py --model_storage /tmp/saved-models --config frameworks/opennmt_py/conf…
-
It seems that guarded match expressions are not tested for completeness at compile time. Or, more accurately, it seems that guarded case statements are optimistically considered complete. For example,…