text-processing
Here are 717 public repositories matching this topic...
-
Updated
Apr 21, 2020 - Python
-
Updated
May 25, 2020 - Python
I assume the majority of users who come across sd
are likely also using other popular Rust-based CLI tools like fd
and rg
:
sharkdp/fd@app.rs#L70-L75
- [
BurntSushi/ripgrep@app.rs#L1175-L1178
](https://github.com/BurntSushi/ripgrep/blob/8ebc113847926922bb85fb5a01c175319fb1e8d4/src/app.rs#L1
-
Updated
Apr 8, 2020 - Python
Is the pyparsing class diagram still accurate? The last version it was generated for is 1.5.2, but it looks about right.
I'd like to be able to run commands on all lines of a file. For example, bsed wrap lines with "
should execute on all lines of the file. Current workaround is to include some trivial filter like wrap lines containing '.' with "
-
Updated
Feb 27, 2020 - Python
-
Updated
Mar 13, 2019 - Python
-
Updated
Aug 7, 2018 - Scala
-
Updated
Oct 22, 2019 - Python
-
Updated
May 7, 2020 - Rust
I think it is necessary to add an experiment that compare the test accuracy of the original text and the adversarial text examples in the target model to judge whether the adversarial text examples really reduce the accuracy.
pip install -r requirements.txt
python -m spacy download en_core_web_sm # depend on which language you want to you: https://spacy.io/usage/models
Currently, the readme links to ["Characterization of a global germplasm collection and its potential utilization for analysis of complex quantitative traits in maize"](https://www.researchgate.net/profile/XU_Shutu/publication/229032602_Characterization_of_a_global_germplasm_collection_and_its_potential_utilization_for_analysis_of_complex_quantitative_traits_in_maize/links/02bfe50f914d04c837000000.
Support for stdin
-
Updated
Sep 10, 2019 - Python
-
Updated
Feb 27, 2020 - Python
-
Updated
May 23, 2020 - JavaScript
-
Updated
Apr 19, 2020 - Go
-
Updated
Apr 4, 2020 - TypeScript
-
Updated
Mar 14, 2018 - Python
-
Updated
Nov 15, 2019 - Python
Documentation
I am happy to see a documentation website for the library
I suggest using sphinx-rtd theme which supports RTL languages
https://sphinx-rtd-theme.readthedocs.io/en/stable/
https://github.com/readthedocs/sphinx_rtd_theme#contributing-or-modifying-the-theme
thank you
-
Updated
Feb 24, 2020 - Python
-
Updated
Mar 31, 2020 - Python
Explain the need to download models and how to change CogComp versions.
Talk about the PyJNIUS way to run a JVM and point to the CogComp/cogcomp-nlp
-
Updated
Feb 5, 2020 - Python
-
Updated
May 6, 2020 - C++
Improve this page
Add a description, image, and links to the text-processing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the text-processing topic, visit your repo's landing page and select "manage topics."
I think it would be a good idea to mention the
tee
command, probably somewhere in the "Cat, Less, Tail and Head" chapter