mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Update formatting
This commit is contained in:
parent
d0c6d4f76d
commit
f497cf60b2
|
@ -4,7 +4,7 @@ include ../../_includes/_mixins
|
||||||
|
|
||||||
p
|
p
|
||||||
| An entry in the vocabulary. A #[code Lexeme] has no string context – it's
|
| An entry in the vocabulary. A #[code Lexeme] has no string context – it's
|
||||||
| a word-type, as opposed to a word token. It therefore has no
|
| a word type, as opposed to a word token. It therefore has no
|
||||||
| part-of-speech tag, dependency parse, or lemma (if lemmatization depends
|
| part-of-speech tag, dependency parse, or lemma (if lemmatization depends
|
||||||
| on the part-of-speech tag).
|
| on the part-of-speech tag).
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
include ../../_includes/_mixins
|
include ../../_includes/_mixins
|
||||||
|
|
||||||
p
|
p
|
||||||
| A look-up table that allows you to access #[code Lexeme] objects. The
|
| A lookup table that allows you to access #[code Lexeme] objects. The
|
||||||
| #[code Vocab] instance also provides access to the #[code StringStore],
|
| #[code Vocab] instance also provides access to the #[code StringStore],
|
||||||
| and owns underlying C-data that is shared between #[code Doc] objects.
|
| and owns underlying C-data that is shared between #[code Doc] objects.
|
||||||
|
|
||||||
|
|
|
@ -384,8 +384,6 @@ p
|
||||||
"ababábites": "ababábite"
|
"ababábites": "ababábite"
|
||||||
}
|
}
|
||||||
|
|
||||||
+aside("Where can I find lemmatizer data?")
|
|
||||||
|
|
||||||
p
|
p
|
||||||
| To add a lookup lemmatizer to your language, import the #[code LOOKUP]
|
| To add a lookup lemmatizer to your language, import the #[code LOOKUP]
|
||||||
| table and #[code Lemmatizer], and create a new classmethod:
|
| table and #[code Lemmatizer], and create a new classmethod:
|
||||||
|
|
|
@ -283,7 +283,6 @@ p
|
||||||
# set manual=True to make displaCy render straight from a dictionary
|
# set manual=True to make displaCy render straight from a dictionary
|
||||||
displacy.serve(matched_sents, style='ent', manual=True)
|
displacy.serve(matched_sents, style='ent', manual=True)
|
||||||
|
|
||||||
|
|
||||||
+h(3, "quantifiers-example2") Quantifiers example: Phone numbers
|
+h(3, "quantifiers-example2") Quantifiers example: Phone numbers
|
||||||
|
|
||||||
p
|
p
|
||||||
|
|
Loading…
Reference in New Issue
Block a user