-
```
POS tagset extracted from French maltparser model looks very strange:
Tagset [null] for layer [de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS] contains
[39] tags: /CC /P /PONCT 4/DET ADJ…
-
```
POS tagset extracted from French maltparser model looks very strange:
Tagset [null] for layer
[de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS] contains [39] tags:
/CC /P /PONCT 4/DET A…
-
oft-cited
off-site
deeply-nested
~should be handled as 3 tokens in tokenizer~
should be handled as a single token in tokenizer
- [x] 1. ritajs tests
- [x] 1. ritajs fix
- [x] 2. sync tests…
dhowe updated
2 years ago
-
Hi, first of all, thanks for putting this project up. It's extremely helpful for what I need to do.
Now to the question: I'm running through these notebooks and in the "Pre-Trained LSTM" you have t…
-
```
POS tagset extracted from French maltparser model looks very strange:
Tagset [null] for layer
[de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS] contains [39] tags:
/CC /P /PONCT 4/DET A…
-
For text:
It would be able to work.
This error occurs:
![screen shot 2018-03-30 at 12 58 41 pm](https://user-images.githubusercontent.com/17482349/38118860-1b931194-341a-11e8-8963-fa5ce50…
-
```
This should probably go into a separate module so we can have the old ClearNLP
around for another while.
Here the release annoucement for ClearNLP 3:
---
Folks,
After a long delay, the ClearN…
-
I'm trying to process a set of 10,000 files using JStylo (with 12 possible authors), and it takes an extremely long time to generate the features (using the WriteLimits set). I've had it running for o…
-
There is a documentation that explain how extented pattern to another language?
(in my case in italian)
-
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`. …