mirror of https://github.com/explosion/spaCy.git
Update links
This commit is contained in:
parent
b3e502a076
commit
7a7b01feb1
|
@ -184,7 +184,8 @@ p
|
||||||
+h(4, "source-windows") Windows
|
+h(4, "source-windows") Windows
|
||||||
|
|
||||||
p
|
p
|
||||||
| Install a version of
|
| Install a version of the
|
||||||
|
| #[+a("http://landinghub.visualstudio.com/visual-cpp-build-tools") Visual C++ Bulild Tools] or
|
||||||
| #[+a("https://www.visualstudio.com/vs/visual-studio-express/") Visual Studio Express]
|
| #[+a("https://www.visualstudio.com/vs/visual-studio-express/") Visual Studio Express]
|
||||||
| that matches the version that was used to compile your Python
|
| that matches the version that was used to compile your Python
|
||||||
| interpreter. For official distributions these are:
|
| interpreter. For official distributions these are:
|
||||||
|
|
|
@ -55,6 +55,6 @@ p
|
||||||
p
|
p
|
||||||
| While punctuation rules are usually pretty general, tokenizer exceptions
|
| While punctuation rules are usually pretty general, tokenizer exceptions
|
||||||
| strongly depend on the specifics of the individual language. This is
|
| strongly depend on the specifics of the individual language. This is
|
||||||
| why each #[+a("/models/#languages") available language] has its
|
| why each #[+a("/usage/models#languages") available language] has its
|
||||||
| own subclass like #[code English] or #[code German], that loads in lists
|
| own subclass like #[code English] or #[code German], that loads in lists
|
||||||
| of hard-coded data and exception rules.
|
| of hard-coded data and exception rules.
|
||||||
|
|
Loading…
Reference in New Issue