-
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`. …
-
There are several pre-trained models that NLTK provides and it is unclear
- what the models are trained on
- how the models are trained
These pre-trained models include:
- `sent_tokeniz…
-
Some of the lexicons have POS tags, of which we want to see if they all share the same POS tagset or different. When this is established we shall document the POS tagset that each lexicon uses. This w…
-
Hello,
As a follow up on #11298 #11347, I would like to report some lemmatization problems with the spaCy 3.6 models for Italian, Spanish and French. We did not have these issues with the 3.2 versi…
-
TextBlob is wonderful but it doesn't seem to provide relationship extraction.
One way to handle this might be to call/construct TextBlob's parse with the pattern.en.parse() relation arg set to True.
…
jburb updated
8 years ago
-
## Work Planning
Details
Table of Contents
- [Housekeeping](#housekeeping)
- [Named Concepts](#named-concepts)
- [Summary](#summary)
- [Reference-Level Explanation](#reference-level-explanation)…
-
This is great! I was just about to do the same thing today!
Does the CCG (conparser) Parser work too or just the DepParser?
-
_corpkit_ is currently oriented toward English, but nothing stops at least some features from being extended to other languages. I should be able to get around to the basics (encodings, as well as mul…
-
See https://groups.google.com/forum/#!topic/constraint-grammar/pLpCsu-eUY4
I think this goes to @unhammer
-
Implement the Contextual Rules for the Brill Tagger in the POS tagging system. These rules will refine the initial part-of-speech tags assigned by the lexical rules based on word context and surroundi…