pub struct NLTK;Expand description
Data from NLTK - Python natural language toolkit.
Trait Implementations§
Source§impl Stopwords for NLTK
impl Stopwords for NLTK
Source§fn stopwords(language: Language) -> Option<&'static [&'static str]>
fn stopwords(language: Language) -> Option<&'static [&'static str]>
Stopwords provided by nltk.corpus.stopwords.
Available languages are:
- Arabic
- Azerbaijani
- Danish
- Dutch
- English
- Finnish
- French
- German
- Greek
- Hungarian
- Italian
- Kazakh
- Nepali
- Norwegian
- Portuguese
- Romanian
- Russian
- Spanish
- Swedish
- Turkish
Auto Trait Implementations§
impl Freeze for NLTK
impl RefUnwindSafe for NLTK
impl Send for NLTK
impl Sync for NLTK
impl Unpin for NLTK
impl UnsafeUnpin for NLTK
impl UnwindSafe for NLTK
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more