diff --git a/.gitignore b/.gitignore index 9045f6db22400d39c0ca75921a6bc91be312217d..a6d437e3182d66ba6619ad5d6707f2b3bc572a9b 100644 --- a/.gitignore +++ b/.gitignore @@ -281,3 +281,4 @@ Pipfile.lock # NER training files data/train_NER/1[0-9][0-9][0-9]_20[0-9][0-9][0-9][0-9][0-9][0-9].txt +data/train_NER/1[0-9][0-9][0-9]_20[0-9][0-9][0-9][0-9][0-9][0-9]_french.txt diff --git a/notebooks/NER_read-training-data.ipynb b/notebooks/NER_read-training-data.ipynb index fcf564111082acd9bd81c3268c1fc3c1d0f34268..52824eda960ba94b500f6dd8fdf62ea91444bb32 100644 --- a/notebooks/NER_read-training-data.ipynb +++ b/notebooks/NER_read-training-data.ipynb @@ -9,7 +9,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": 2, "metadata": {}, "outputs": [], "source": [ @@ -21,9 +21,6 @@ "import datetime\n", "import numpy as np\n", "\n", - "#import spacy\n", - "#from spacy import displacy\n", - "\n", "import sys\n", "sys.path.append(\"../src/python/\")\n", "import utils_ner" @@ -35,8 +32,8 @@ "source": [ "#### info on tags from sner\n", "\n", - "four tags: PERSON, LOCATION, ORGANIZATION, MISC\n", - "(besides O for Other)" + "- german: four tags: PERSON, LOCATION, ORGANIZATION, MISC (besides O for Other)\n", + "- french: three tags: I-PERS, I-LIEU, I-ORG" ] }, { @@ -55,7 +52,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 4, "metadata": {}, "outputs": [], "source": [ @@ -68,9 +65,10 @@ "source": [ "#### git lfs pull and untar the tar.gz archive \n", "\n", - "type the following two commands in a terminal:\n", - "- git lfs pull -I data/train_NER/20190109_train_NER.tar.gz\n", - "- tar -xzvf data/train_NER/20190109_train_NER.tar.gz -C data/train_NER" + "copy the following commands to a terminal:\n", + "- renku storage pull data/train_NER/ # to pull git lfs data\n", + "- tar -xzvf data/train_NER/20190109_train_NER.tar.gz -C data/train_NER # untar german speeches\n", + "- tar -xzvf data/train_NER/20190116_train_NER_french.tar.gz -C data/train_NER # untar french speeches" ] }, { @@ -82,7 +80,7 @@ }, { "cell_type": "code", - "execution_count": 15, + "execution_count": 5, "metadata": {}, "outputs": [ { @@ -90,542 +88,1008 @@ "text/plain": [ "['1891_20026449.txt',\n", " '1891_20026452.txt',\n", + " '1891_20026455_french.txt',\n", + " '1891_20026457_french.txt',\n", + " '1891_20026463_french.txt',\n", " '1891_20026464.txt',\n", " '1891_20026472.txt',\n", + " '1891_20026472_french.txt',\n", " '1891_20026488.txt',\n", + " '1891_20026490_french.txt',\n", + " '1892_20026493_french.txt',\n", " '1892_20026498.txt',\n", + " '1892_20026498_french.txt',\n", " '1892_20026499.txt',\n", " '1892_20026504.txt',\n", + " '1892_20026504_french.txt',\n", + " '1892_20026505_french.txt',\n", " '1892_20026513.txt',\n", " '1892_20026520.txt',\n", + " '1892_20026520_french.txt',\n", " '1893_20026527.txt',\n", + " '1893_20026534_french.txt',\n", + " '1893_20026542_french.txt',\n", " '1893_20026563.txt',\n", " '1893_20026566.txt',\n", " '1893_20026571.txt',\n", + " '1893_20026571_french.txt',\n", + " '1893_20026577_french.txt',\n", " '1893_20026584.txt',\n", + " '1893_20026589_french.txt',\n", + " '1894_20026595_french.txt',\n", " '1894_20026596.txt',\n", " '1894_20026597.txt',\n", + " '1894_20026597_french.txt',\n", + " '1894_20026599_french.txt',\n", + " '1894_20026609_french.txt',\n", " '1894_20026617.txt',\n", " '1894_20026621.txt',\n", + " '1894_20026622_french.txt',\n", " '1894_20026635.txt',\n", " '1895_20026650.txt',\n", " '1895_20026690.txt',\n", + " '1895_20026690_french.txt',\n", + " '1895_20026691_french.txt',\n", + " '1895_20026701_french.txt',\n", + " '1895_20026704_french.txt',\n", " '1895_20026711.txt',\n", " '1895_20026724.txt',\n", " '1895_20026731.txt',\n", + " '1895_20026731_french.txt',\n", " '1896_20026736.txt',\n", + " '1896_20026739_french.txt',\n", " '1896_20026741.txt',\n", + " '1896_20026741_french.txt',\n", + " '1896_20026744_french.txt',\n", " '1896_20026754.txt',\n", + " '1896_20026755_french.txt',\n", " '1896_20026756.txt',\n", + " '1896_20026757_french.txt',\n", " '1896_20026760.txt',\n", " '1897_20026781.txt',\n", + " '1897_20026781_french.txt',\n", " '1897_20026803.txt',\n", " '1897_20026807.txt',\n", + " '1897_20026808_french.txt',\n", " '1897_20026821.txt',\n", + " '1897_20026823_french.txt',\n", " '1897_20026828.txt',\n", + " '1897_20026846_french.txt',\n", + " '1897_20026849_french.txt',\n", " '1898_20026862.txt',\n", " '1898_20026880.txt',\n", " '1898_20026881.txt',\n", " '1898_20026882.txt',\n", + " '1898_20026889_french.txt',\n", + " '1898_20026891_french.txt',\n", + " '1898_20026892_french.txt',\n", + " '1898_20026894_french.txt',\n", + " '1898_20026899_french.txt',\n", " '1898_20026904.txt',\n", + " '1899_20026920_french.txt',\n", + " '1899_20026923_french.txt',\n", " '1899_20026924.txt',\n", + " '1899_20026928_french.txt',\n", " '1899_20026939.txt',\n", + " '1899_20026940_french.txt',\n", " '1899_20026951.txt',\n", " '1899_20026964.txt',\n", + " '1899_20026966_french.txt',\n", " '1899_20026987.txt',\n", + " '1900_20026993_french.txt',\n", " '1900_20027003.txt',\n", + " '1900_20027003_french.txt',\n", " '1900_20027007.txt',\n", + " '1900_20027007_french.txt',\n", " '1900_20027012.txt',\n", + " '1900_20027019_french.txt',\n", " '1900_20027028.txt',\n", + " '1900_20027031_french.txt',\n", " '1900_20027042.txt',\n", + " '1901_20027055_french.txt',\n", + " '1901_20027057_french.txt',\n", + " '1901_20027074_french.txt',\n", + " '1901_20027075_french.txt',\n", " '1901_20027085.txt',\n", + " '1901_20027086_french.txt',\n", " '1901_20027089.txt',\n", " '1901_20027103.txt',\n", " '1901_20027115.txt',\n", " '1901_20027119.txt',\n", + " '1902_20027126_french.txt',\n", " '1902_20027142.txt',\n", " '1902_20027143.txt',\n", " '1902_20027147.txt',\n", " '1902_20027150.txt',\n", " '1902_20027151.txt',\n", + " '1902_20027161_french.txt',\n", + " '1902_20027174_french.txt',\n", + " '1902_20027175_french.txt',\n", + " '1902_20027184_french.txt',\n", " '1903_20027200.txt',\n", " '1903_20027205.txt',\n", " '1903_20027214.txt',\n", " '1903_20027220.txt',\n", + " '1903_20027227_french.txt',\n", " '1903_20027230.txt',\n", + " '1903_20027239_french.txt',\n", + " '1903_20027252_french.txt',\n", + " '1903_20027259_french.txt',\n", + " '1903_20027266_french.txt',\n", " '1904_20027288.txt',\n", + " '1904_20027302_french.txt',\n", + " '1904_20027303_french.txt',\n", " '1904_20027314.txt',\n", + " '1904_20027316_french.txt',\n", + " '1904_20027332_french.txt',\n", " '1904_20027338.txt',\n", + " '1904_20027352_french.txt',\n", " '1904_20027354.txt',\n", " '1904_20027357.txt',\n", " '1905_20027380.txt',\n", + " '1905_20027380_french.txt',\n", " '1905_20027388.txt',\n", + " '1905_20027400_french.txt',\n", " '1905_20027411.txt',\n", " '1905_20027425.txt',\n", + " '1905_20027429_french.txt',\n", " '1905_20027440.txt',\n", + " '1905_20027446_french.txt',\n", + " '1905_20027464_french.txt',\n", " '1906_20027479.txt',\n", + " '1906_20027489_french.txt',\n", + " '1906_20027490_french.txt',\n", " '1906_20027497.txt',\n", + " '1906_20027497_french.txt',\n", " '1906_20027511.txt',\n", " '1906_20027526.txt',\n", + " '1906_20027534_french.txt',\n", " '1906_20027557.txt',\n", + " '1906_20027559_french.txt',\n", " '1907_20027580.txt',\n", + " '1907_20027585_french.txt',\n", " '1907_20027588.txt',\n", + " '1907_20027606_french.txt',\n", " '1907_20027611.txt',\n", " '1907_20027631.txt',\n", + " '1907_20027631_french.txt',\n", + " '1907_20027640_french.txt',\n", + " '1907_20027657_french.txt',\n", " '1907_20027660.txt',\n", " '1908_20027706.txt',\n", " '1908_20027733.txt',\n", + " '1908_20027734_french.txt',\n", + " '1908_20027746_french.txt',\n", " '1908_20027747.txt',\n", " '1908_20027754.txt',\n", " '1908_20027764.txt',\n", + " '1908_20027777_french.txt',\n", + " '1908_20027789_french.txt',\n", + " '1908_20027798_french.txt',\n", + " '1909_20027802_french.txt',\n", + " '1909_20027820_french.txt',\n", + " '1909_20027842_french.txt',\n", " '1909_20027858.txt',\n", + " '1909_20027859_french.txt',\n", " '1909_20027860.txt',\n", " '1909_20027872.txt',\n", + " '1909_20027873_french.txt',\n", " '1909_20027878.txt',\n", " '1909_20027894.txt',\n", " '1910_20027912.txt',\n", + " '1910_20027915_french.txt',\n", " '1910_20027922.txt',\n", + " '1910_20027932_french.txt',\n", + " '1910_20027946_french.txt',\n", " '1910_20027947.txt',\n", " '1910_20027948.txt',\n", + " '1910_20027956_french.txt',\n", " '1910_20027960.txt',\n", + " '1910_20027981_french.txt',\n", + " '1911_20027988_french.txt',\n", " '1911_20027995.txt',\n", + " '1911_20028004_french.txt',\n", + " '1911_20028018_french.txt',\n", + " '1911_20028022_french.txt',\n", " '1911_20028037.txt',\n", " '1911_20028038.txt',\n", + " '1911_20028038_french.txt',\n", " '1911_20028057.txt',\n", " '1911_20028063.txt',\n", + " '1912_20028077_french.txt',\n", " '1912_20028094.txt',\n", + " '1912_20028101_french.txt',\n", " '1912_20028107.txt',\n", " '1912_20028110.txt',\n", + " '1912_20028110_french.txt',\n", + " '1912_20028117_french.txt',\n", + " '1912_20028122_french.txt',\n", " '1912_20028130.txt',\n", " '1912_20028133.txt',\n", " '1913_20028150.txt',\n", + " '1913_20028171_french.txt',\n", " '1913_20028178.txt',\n", " '1913_20028186.txt',\n", + " '1913_20028190_french.txt',\n", " '1913_20028204.txt',\n", + " '1913_20028206_french.txt',\n", " '1913_20028207.txt',\n", + " '1913_20028216_french.txt',\n", + " '1913_20028219_french.txt',\n", + " '1914_20028236_french.txt',\n", " '1914_20028242.txt',\n", " '1914_20028246.txt',\n", + " '1914_20028258_french.txt',\n", " '1914_20028259.txt',\n", " '1914_20028260.txt',\n", + " '1914_20028260_french.txt',\n", + " '1914_20028266_french.txt',\n", + " '1914_20028268_french.txt',\n", " '1914_20028278.txt',\n", " '1915_20028327.txt',\n", + " '1915_20028327_french.txt',\n", " '1915_20028350.txt',\n", " '1915_20028357.txt',\n", + " '1915_20028359_french.txt',\n", " '1915_20028361.txt',\n", + " '1915_20028371_french.txt',\n", + " '1915_20028372_french.txt',\n", + " '1915_20028374_french.txt',\n", " '1915_20028383.txt',\n", " '1916_20028402.txt',\n", " '1916_20028403.txt',\n", + " '1916_20028405_french.txt',\n", " '1916_20028408.txt',\n", + " '1916_20028419_french.txt',\n", " '1916_20028421.txt',\n", + " '1916_20028422_french.txt',\n", + " '1916_20028451_french.txt',\n", + " '1916_20028452_french.txt',\n", " '1916_20028454.txt',\n", " '1917_20028461.txt',\n", + " '1917_20028466_french.txt',\n", " '1917_20028494.txt',\n", " '1917_20028497.txt',\n", + " '1917_20028497_french.txt',\n", + " '1917_20028498_french.txt',\n", " '1917_20028500.txt',\n", + " '1917_20028508_french.txt',\n", " '1917_20028514.txt',\n", + " '1917_20028523_french.txt',\n", + " '1918_20028560_french.txt',\n", " '1918_20028565.txt',\n", + " '1918_20028575_french.txt',\n", " '1918_20028596.txt',\n", + " '1918_20028596_french.txt',\n", + " '1918_20028639_french.txt',\n", " '1918_20028652.txt',\n", + " '1918_20028652_french.txt',\n", " '1918_20028668.txt',\n", " '1918_20028669.txt',\n", + " '1919_20028734_french.txt',\n", " '1919_20028758.txt',\n", + " '1919_20028764_french.txt',\n", " '1919_20028771.txt',\n", " '1919_20028790.txt',\n", " '1919_20028806.txt',\n", + " '1919_20028808_french.txt',\n", " '1919_20028835.txt',\n", + " '1919_20028836_french.txt',\n", + " '1919_20028868_french.txt',\n", + " '1920_20028945_french.txt',\n", " '1920_20028948.txt',\n", + " '1920_20028956_french.txt',\n", " '1920_20028960.txt',\n", " '1920_20028988.txt',\n", + " '1920_20028998_french.txt',\n", " '1920_20029003.txt',\n", " '1920_20029012.txt',\n", + " '1920_20029031_french.txt',\n", + " '1920_20029055_french.txt',\n", " '1921_20029085.txt',\n", + " '1921_20029086_french.txt',\n", + " '1921_20029091_french.txt',\n", " '1921_20029117.txt',\n", + " '1921_20029145_french.txt',\n", + " '1921_20029179_french.txt',\n", " '1921_20029225.txt',\n", " '1921_20029239.txt',\n", " '1921_20029246.txt',\n", + " '1921_20029250_french.txt',\n", " '1922_20029301.txt',\n", + " '1922_20029348_french.txt',\n", + " '1922_20029368_french.txt',\n", " '1922_20029376.txt',\n", + " '1922_20029377_french.txt',\n", " '1922_20029391.txt',\n", " '1922_20029403.txt',\n", + " '1922_20029426_french.txt',\n", + " '1922_20029442_french.txt',\n", " '1922_20029452.txt',\n", + " '1923_20029526_french.txt',\n", + " '1923_20029530_french.txt',\n", + " '1923_20029534_french.txt',\n", " '1923_20029539.txt',\n", + " '1923_20029570_french.txt',\n", " '1923_20029595.txt',\n", " '1923_20029600.txt',\n", " '1923_20029612.txt',\n", " '1923_20029615.txt',\n", + " '1923_20029617_french.txt',\n", " '1924_20029655.txt',\n", + " '1924_20029693_french.txt',\n", + " '1924_20029708_french.txt',\n", + " '1924_20029714_french.txt',\n", + " '1924_20029719_french.txt',\n", + " '1924_20029720_french.txt',\n", " '1924_20029776.txt',\n", " '1924_20029792.txt',\n", " '1924_20029793.txt',\n", " '1924_20029815.txt',\n", + " '1925_20029827_french.txt',\n", " '1925_20029855.txt',\n", + " '1925_20029855_french.txt',\n", " '1925_20029903.txt',\n", " '1925_20029915.txt',\n", " '1925_20029919.txt',\n", + " '1925_20029919_french.txt',\n", " '1925_20029947.txt',\n", + " '1925_20029966_french.txt',\n", + " '1925_20029968_french.txt',\n", + " '1926_20030035_french.txt',\n", + " '1926_20030037_french.txt',\n", " '1926_20030062.txt',\n", + " '1926_20030072_french.txt',\n", + " '1926_20030109_french.txt',\n", " '1926_20030110.txt',\n", " '1926_20030115.txt',\n", " '1926_20030117.txt',\n", + " '1926_20030139_french.txt',\n", " '1926_20030156.txt',\n", + " '1927_20030182_french.txt',\n", " '1927_20030184.txt',\n", + " '1927_20030184_french.txt',\n", " '1927_20030204.txt',\n", " '1927_20030220.txt',\n", + " '1927_20030228_french.txt',\n", + " '1927_20030231_french.txt',\n", " '1927_20030266.txt',\n", + " '1927_20030273_french.txt',\n", " '1927_20030345.txt',\n", " '1928_20030357.txt',\n", + " '1928_20030358_french.txt',\n", " '1928_20030383.txt',\n", " '1928_20030399.txt',\n", + " '1928_20030419_french.txt',\n", " '1928_20030432.txt',\n", + " '1928_20030437_french.txt',\n", + " '1928_20030488_french.txt',\n", + " '1928_20030489_french.txt',\n", " '1928_20030521.txt',\n", " '1929_20030564.txt',\n", " '1929_20030577.txt',\n", + " '1929_20030578_french.txt',\n", + " '1929_20030591_french.txt',\n", + " '1929_20030617_french.txt',\n", " '1929_20030636.txt',\n", " '1929_20030663.txt',\n", + " '1929_20030669_french.txt',\n", + " '1929_20030671_french.txt',\n", " '1929_20030683.txt',\n", " '1930_20030774.txt',\n", + " '1930_20030778_french.txt',\n", + " '1930_20030784_french.txt',\n", " '1930_20030786.txt',\n", " '1930_20030845.txt',\n", + " '1930_20030845_french.txt',\n", + " '1930_20030846_french.txt',\n", + " '1930_20030848_french.txt',\n", " '1930_20030892.txt',\n", " '1930_20030899.txt',\n", " '1931_20030940.txt',\n", + " '1931_20030985_french.txt',\n", " '1931_20031028.txt',\n", + " '1931_20031053_french.txt',\n", " '1931_20031069.txt',\n", " '1931_20031072.txt',\n", " '1931_20031091.txt',\n", + " '1931_20031093_french.txt',\n", + " '1931_20031094_french.txt',\n", + " '1931_20031095_french.txt',\n", + " '1932_20031132_french.txt',\n", " '1932_20031155.txt',\n", + " '1932_20031214_french.txt',\n", + " '1932_20031240_french.txt',\n", " '1932_20031282.txt',\n", + " '1932_20031295_french.txt',\n", " '1932_20031327.txt',\n", + " '1932_20031334_french.txt',\n", " '1932_20031352.txt',\n", " '1932_20031371.txt',\n", " '1933_20031402.txt',\n", " '1933_20031414.txt',\n", " '1933_20031420.txt',\n", " '1933_20031423.txt',\n", + " '1933_20031446_french.txt',\n", + " '1933_20031450_french.txt',\n", + " '1933_20031452_french.txt',\n", + " '1933_20031511_french.txt',\n", " '1933_20031537.txt',\n", + " '1933_20031565_french.txt',\n", " '1934_20031619.txt',\n", + " '1934_20031630_french.txt',\n", " '1934_20031659.txt',\n", + " '1934_20031673_french.txt',\n", " '1934_20031710.txt',\n", + " '1934_20031712_french.txt',\n", + " '1934_20031714_french.txt',\n", " '1934_20031780.txt',\n", " '1934_20031783.txt',\n", + " '1934_20031812_french.txt',\n", + " '1935_20031844_french.txt',\n", " '1935_20031854.txt',\n", " '1935_20031879.txt',\n", + " '1935_20031891_french.txt',\n", " '1935_20031892.txt',\n", " '1935_20031911.txt',\n", " '1935_20031931.txt',\n", + " '1935_20031939_french.txt',\n", + " '1935_20031964_french.txt',\n", + " '1935_20031967_french.txt',\n", " '1936_20031989.txt',\n", + " '1936_20031997_french.txt',\n", + " '1936_20032003_french.txt',\n", " '1936_20032005.txt',\n", + " '1936_20032005_french.txt',\n", + " '1936_20032032_french.txt',\n", " '1936_20032054.txt',\n", " '1936_20032063.txt',\n", + " '1936_20032092_french.txt',\n", " '1936_20032178.txt',\n", + " '1937_20032277_french.txt',\n", + " '1937_20032303_french.txt',\n", " '1937_20032329.txt',\n", " '1937_20032332.txt',\n", " '1937_20032333.txt',\n", " '1937_20032334.txt',\n", " '1937_20032355.txt',\n", + " '1937_20032385_french.txt',\n", + " '1937_20032399_french.txt',\n", + " '1937_20032451_french.txt',\n", " '1938_20032468.txt',\n", + " '1938_20032470_french.txt',\n", " '1938_20032473.txt',\n", " '1938_20032491.txt',\n", + " '1938_20032496_french.txt',\n", " '1938_20032525.txt',\n", " '1938_20032595.txt',\n", + " '1938_20032619_french.txt',\n", + " '1938_20032667_french.txt',\n", + " '1938_20032702_french.txt',\n", + " '1939_20032718_french.txt',\n", " '1939_20032719.txt',\n", " '1939_20032735.txt',\n", + " '1939_20032751_french.txt',\n", + " '1939_20032765_french.txt',\n", " '1939_20032791.txt',\n", + " '1939_20032840_french.txt',\n", + " '1939_20032859_french.txt',\n", " '1939_20032866.txt',\n", " '1939_20032938.txt',\n", " '1940_20032981.txt',\n", + " '1940_20032985_french.txt',\n", " '1940_20032994.txt',\n", " '1940_20033010.txt',\n", " '1940_20033011.txt',\n", + " '1940_20033011_french.txt',\n", + " '1940_20033025_french.txt',\n", " '1940_20033061.txt',\n", + " '1940_20033093_french.txt',\n", + " '1940_20033111_french.txt',\n", + " '1941_20033131_french.txt',\n", + " '1941_20033132_french.txt',\n", " '1941_20033142.txt',\n", " '1941_20033143.txt',\n", + " '1941_20033155_french.txt',\n", + " '1941_20033156_french.txt',\n", " '1941_20033190.txt',\n", " '1941_20033205.txt',\n", " '1941_20033208.txt',\n", + " '1941_20033212_french.txt',\n", + " '1942_20033262_french.txt',\n", + " '1942_20033268_french.txt',\n", " '1942_20033276.txt',\n", " '1942_20033277.txt',\n", " '1942_20033281.txt',\n", + " '1942_20033297_french.txt',\n", + " '1942_20033309_french.txt',\n", " '1942_20033333.txt',\n", " '1942_20033339.txt',\n", + " '1942_20033354_french.txt',\n", " '1943_20033366.txt',\n", " '1943_20033368.txt',\n", + " '1943_20033380_french.txt',\n", + " '1943_20033381_french.txt',\n", + " '1943_20033402_french.txt',\n", " '1943_20033403.txt',\n", " '1943_20033408.txt',\n", " '1943_20033418.txt',\n", + " '1943_20033426_french.txt',\n", + " '1943_20033488_french.txt',\n", + " '1944_20033501_french.txt',\n", " '1944_20033502.txt',\n", + " '1944_20033504_french.txt',\n", " '1944_20033519.txt',\n", " '1944_20033526.txt',\n", + " '1944_20033540_french.txt',\n", + " '1944_20033581_french.txt',\n", " '1944_20033603.txt',\n", + " '1944_20033606_french.txt',\n", " '1944_20033611.txt',\n", " '1945_20033668.txt',\n", " '1945_20033671.txt',\n", + " '1945_20033675_french.txt',\n", " '1945_20033679.txt',\n", + " '1945_20033732_french.txt',\n", + " '1945_20033743_french.txt',\n", " '1945_20033771.txt',\n", + " '1945_20033797_french.txt',\n", + " '1945_20033798_french.txt',\n", " '1945_20033801.txt',\n", + " '1946_20033812_french.txt',\n", " '1946_20033827.txt',\n", " '1946_20033829.txt',\n", " '1946_20033837.txt',\n", + " '1946_20033841_french.txt',\n", + " '1946_20033903_french.txt',\n", " '1946_20033920.txt',\n", " '1946_20033978.txt',\n", + " '1946_20033979_french.txt',\n", + " '1946_20034002_french.txt',\n", + " '1947_20034045_french.txt',\n", + " '1947_20034056_french.txt',\n", " '1947_20034070.txt',\n", + " '1947_20034071_french.txt',\n", " '1947_20034074.txt',\n", " '1947_20034105.txt',\n", + " '1947_20034111_french.txt',\n", " '1947_20034145.txt',\n", " '1947_20034150.txt',\n", + " '1947_20034177_french.txt',\n", " '1948_20034263.txt',\n", + " '1948_20034265_french.txt',\n", " '1948_20034271.txt',\n", + " '1948_20034271_french.txt',\n", + " '1948_20034315_french.txt',\n", + " '1948_20034322_french.txt',\n", " '1948_20034328.txt',\n", " '1948_20034390.txt',\n", " '1948_20034391.txt',\n", + " '1948_20034397_french.txt',\n", " '1949_20034439.txt',\n", " '1949_20034501.txt',\n", + " '1949_20034530_french.txt',\n", " '1949_20034542.txt',\n", + " '1949_20034557_french.txt',\n", + " '1949_20034567_french.txt',\n", + " '1949_20034574_french.txt',\n", " '1949_20034575.txt',\n", + " '1949_20034600_french.txt',\n", " '1949_20034650.txt',\n", + " '1950_20034724_french.txt',\n", " '1950_20034730.txt',\n", " '1950_20034800.txt',\n", " '1950_20034803.txt',\n", + " '1950_20034853_french.txt',\n", " '1950_20034906.txt',\n", + " '1950_20034923_french.txt',\n", " '1950_20034939.txt',\n", + " '1950_20034949_french.txt',\n", + " '1950_20034956_french.txt',\n", " '1951_20034978.txt',\n", " '1951_20035009.txt',\n", + " '1951_20035015_french.txt',\n", + " '1951_20035020_french.txt',\n", " '1951_20035022.txt',\n", + " '1951_20035034_french.txt',\n", " '1951_20035074.txt',\n", + " '1951_20035106_french.txt',\n", + " '1951_20035139_french.txt',\n", " '1951_20035173.txt',\n", " '1952_20035210.txt',\n", + " '1952_20035234_french.txt',\n", + " '1952_20035238_french.txt',\n", + " '1952_20035242_french.txt',\n", " '1952_20035263.txt',\n", + " '1952_20035280_french.txt',\n", " '1952_20035283.txt',\n", " '1952_20035286.txt',\n", + " '1952_20035334_french.txt',\n", " '1952_20035362.txt',\n", + " '1953_20035414_french.txt',\n", + " '1953_20035432_french.txt',\n", + " '1953_20035451_french.txt',\n", " '1953_20035471.txt',\n", " '1953_20035491.txt',\n", " '1953_20035534.txt',\n", " '1953_20035536.txt',\n", + " '1953_20035564_french.txt',\n", + " '1953_20035580_french.txt',\n", " '1953_20035609.txt',\n", " '1954_20035665.txt',\n", " '1954_20035666.txt',\n", " '1954_20035684.txt',\n", + " '1954_20035701_french.txt',\n", + " '1954_20035711_french.txt',\n", + " '1954_20035719_french.txt',\n", + " '1954_20035762_french.txt',\n", + " '1954_20035771_french.txt',\n", " '1954_20035788.txt',\n", " '1954_20035789.txt',\n", " '1955_20035806.txt',\n", + " '1955_20035813_french.txt',\n", + " '1955_20035820_french.txt',\n", " '1955_20035860.txt',\n", " '1955_20035868.txt',\n", + " '1955_20035871_french.txt',\n", " '1955_20035902.txt',\n", + " '1955_20035909_french.txt',\n", " '1955_20035925.txt',\n", + " '1955_20035940_french.txt',\n", " '1956_20036012.txt',\n", + " '1956_20036042_french.txt',\n", " '1956_20036065.txt',\n", + " '1956_20036084_french.txt',\n", + " '1956_20036126_french.txt',\n", " '1956_20036136.txt',\n", + " '1956_20036146_french.txt',\n", + " '1956_20036216_french.txt',\n", " '1956_20036217.txt',\n", " '1956_20036239.txt',\n", + " '1957_20036280_french.txt',\n", + " '1957_20036302_french.txt',\n", + " '1957_20036322_french.txt',\n", " '1957_20036329.txt',\n", " '1957_20036345.txt',\n", " '1957_20036393.txt',\n", + " '1957_20036400_french.txt',\n", + " '1957_20036425_french.txt',\n", " '1957_20036438.txt',\n", " '1957_20036461.txt',\n", " '1958_20036487.txt',\n", " '1958_20036512.txt',\n", " '1958_20036519.txt',\n", + " '1958_20036530_french.txt',\n", " '1958_20036545.txt',\n", + " '1958_20036546_french.txt',\n", " '1958_20036571.txt',\n", + " '1958_20036659_french.txt',\n", + " '1958_20036679_french.txt',\n", + " '1958_20036695_french.txt',\n", + " '1959_20036731_french.txt',\n", + " '1959_20036732_french.txt',\n", " '1959_20036753.txt',\n", + " '1959_20036766_french.txt',\n", " '1959_20036780.txt',\n", " '1959_20036845.txt',\n", " '1959_20036880.txt',\n", + " '1959_20036880_french.txt',\n", " '1959_20036951.txt',\n", + " '1959_20036951_french.txt',\n", " '1960_20036977.txt',\n", + " '1960_20037050_french.txt',\n", + " '1960_20037082_french.txt',\n", + " '1960_20037107_french.txt',\n", + " '1960_20037142_french.txt',\n", " '1960_20037155.txt',\n", " '1960_20037159.txt',\n", " '1960_20037169.txt',\n", + " '1960_20037173_french.txt',\n", " '1960_20037190.txt',\n", " '1961_20037234.txt',\n", + " '1961_20037250_french.txt',\n", " '1961_20037251.txt',\n", + " '1961_20037276_french.txt',\n", + " '1961_20037284_french.txt',\n", " '1961_20037309.txt',\n", + " '1961_20037313_french.txt',\n", " '1961_20037334.txt',\n", + " '1961_20037355_french.txt',\n", " '1961_20037375.txt',\n", + " '1962_20037424_french.txt',\n", " '1962_20037441.txt',\n", + " '1962_20037441_french.txt',\n", " '1962_20037463.txt',\n", " '1962_20037531.txt',\n", " '1962_20037532.txt',\n", + " '1962_20037559_french.txt',\n", " '1962_20037560.txt',\n", + " '1962_20037563_french.txt',\n", + " '1962_20037641_french.txt',\n", + " '1963_20037707_french.txt',\n", " '1963_20037732.txt',\n", " '1963_20037736.txt',\n", " '1963_20037751.txt',\n", + " '1963_20037761_french.txt',\n", " '1963_20037762.txt',\n", + " '1963_20037787_french.txt',\n", + " '1963_20037800_french.txt',\n", " '1963_20037832.txt',\n", + " '1963_20037888_french.txt',\n", " '1964_20037912.txt',\n", + " '1964_20037912_french.txt',\n", + " '1964_20037937_french.txt',\n", " '1964_20037956.txt',\n", " '1964_20037980.txt',\n", + " '1964_20037987_french.txt',\n", + " '1964_20037996_french.txt',\n", " '1964_20038065.txt',\n", " '1964_20038091.txt',\n", + " '1964_20038101_french.txt',\n", + " '1965_20038111_french.txt',\n", + " '1965_20038121_french.txt',\n", + " '1965_20038122_french.txt',\n", + " '1965_20038135_french.txt',\n", " '1965_20038142.txt',\n", " '1965_20038228.txt',\n", + " '1965_20038238_french.txt',\n", " '1965_20038243.txt',\n", " '1965_20038267.txt',\n", " '1965_20038316.txt',\n", + " '1966_20038341_french.txt',\n", + " '1966_20038353_french.txt',\n", " '1966_20038358.txt',\n", " '1966_20038398.txt',\n", + " '1966_20038399_french.txt',\n", " '1966_20038426.txt',\n", " '1966_20038427.txt',\n", + " '1966_20038448_french.txt',\n", + " '1966_20038461_french.txt',\n", " '1966_20038527.txt',\n", " '1967_20038582.txt',\n", + " '1967_20038594_french.txt',\n", " '1967_20038630.txt',\n", + " '1967_20038630_french.txt',\n", + " '1967_20038639_french.txt',\n", + " '1967_20038641_french.txt',\n", " '1967_20038646.txt',\n", + " '1967_20038649_french.txt',\n", " '1967_20038668.txt',\n", " '1967_20038693.txt',\n", " '1968_20038821.txt',\n", " '1968_20038823.txt',\n", " '1968_20038830.txt',\n", + " '1968_20038908_french.txt',\n", " '1968_20038914.txt',\n", + " '1968_20038914_french.txt',\n", " '1968_20038943.txt',\n", + " '1968_20038950_french.txt',\n", + " '1968_20038972_french.txt',\n", + " '1968_20038973_french.txt',\n", " '1969_20039060.txt',\n", " '1969_20039080.txt',\n", + " '1969_20039084_french.txt',\n", " '1969_20039136.txt',\n", + " '1969_20039139_french.txt',\n", " '1969_20039140.txt',\n", + " '1969_20039143_french.txt',\n", + " '1969_20039151_french.txt',\n", " '1969_20039192.txt',\n", + " '1969_20039247_french.txt',\n", + " '1970_20039276_french.txt',\n", " '1970_20039277.txt',\n", " '1970_20039284.txt',\n", + " '1970_20039317_french.txt',\n", + " '1970_20039324_french.txt',\n", + " '1970_20039332_french.txt',\n", " '1970_20039348.txt',\n", " '1970_20039366.txt',\n", + " '1970_20039432_french.txt',\n", " '1970_20039526.txt',\n", + " '1971_20000044_french.txt',\n", " '1971_20000063.txt',\n", + " '1971_20000092_french.txt',\n", + " '1971_20000229_french.txt',\n", " '1971_20000246.txt',\n", + " '1971_20000298_french.txt',\n", " '1971_20000405.txt',\n", + " '1971_20000466_french.txt',\n", " '1971_20000633.txt',\n", " '1971_20000712.txt',\n", " '1972_20000744.txt',\n", + " '1972_20000782_french.txt',\n", " '1972_20000820.txt',\n", + " '1972_20000944_french.txt',\n", " '1972_20000993.txt',\n", " '1972_20001012.txt',\n", + " '1972_20001383_french.txt',\n", + " '1972_20001609_french.txt',\n", " '1972_20001613.txt',\n", + " '1972_20001619_french.txt',\n", " '1972_20001620.txt',\n", + " '1973_20001791_french.txt',\n", " '1973_20001805.txt',\n", " '1973_20001970.txt',\n", + " '1973_20001982_french.txt',\n", " '1973_20002067.txt',\n", + " '1973_20002111_french.txt',\n", + " '1973_20002261_french.txt',\n", + " '1973_20002288_french.txt',\n", " '1973_20002447.txt',\n", " '1973_20002696.txt',\n", " '1974_20002752.txt',\n", + " '1974_20002764_french.txt',\n", + " '1974_20002793_french.txt',\n", " '1974_20003098.txt',\n", + " '1974_20003205_french.txt',\n", " '1974_20003341.txt',\n", + " '1974_20003354_french.txt',\n", + " '1974_20003362_french.txt',\n", " '1974_20003534.txt',\n", " '1974_20003545.txt',\n", " '1975_20003635.txt',\n", " '1975_20003681.txt',\n", " '1975_20004066.txt',\n", + " '1975_20004130_french.txt',\n", + " '1975_20004142_french.txt',\n", + " '1975_20004194_french.txt',\n", + " '1975_20004362_french.txt',\n", " '1975_20004412.txt',\n", " '1975_20004413.txt',\n", + " '1975_20004458_french.txt',\n", " '1976_20004613.txt',\n", + " '1976_20004615_french.txt',\n", + " '1976_20004616_french.txt',\n", + " '1976_20004733_french.txt',\n", + " '1976_20004828_french.txt',\n", + " '1976_20004977_french.txt',\n", " '1976_20005103.txt',\n", " '1976_20005226.txt',\n", " '1976_20005277.txt',\n", " '1976_20005310.txt',\n", " '1977_20005485.txt',\n", + " '1977_20005525_french.txt',\n", + " '1977_20005526_french.txt',\n", " '1977_20005647.txt',\n", + " '1977_20005785_french.txt',\n", + " '1977_20006037_french.txt',\n", + " '1977_20006068_french.txt',\n", " '1977_20006131.txt',\n", " '1977_20006211.txt',\n", " '1977_20006223.txt',\n", " '1978_20006380.txt',\n", " '1978_20006420.txt',\n", + " '1978_20006620_french.txt',\n", + " '1978_20006681_french.txt',\n", + " '1978_20006689_french.txt',\n", " '1978_20006895.txt',\n", " '1978_20006901.txt',\n", + " '1978_20007128_french.txt',\n", + " '1978_20007156_french.txt',\n", " '1978_20007188.txt',\n", + " '1979_20007460_french.txt',\n", " '1979_20007556.txt',\n", + " '1979_20007628_french.txt',\n", + " '1979_20007671_french.txt',\n", " '1979_20007903.txt',\n", " '1979_20007933.txt',\n", + " '1979_20008055_french.txt',\n", + " '1979_20008119_french.txt',\n", " '1979_20008147.txt',\n", " '1979_20008158.txt',\n", " '1980_20008344.txt',\n", + " '1980_20008347_french.txt',\n", + " '1980_20008414_french.txt',\n", " '1980_20008498.txt',\n", " '1980_20008577.txt',\n", + " '1980_20008580_french.txt',\n", " '1980_20008934.txt',\n", + " '1980_20008988_french.txt',\n", " '1980_20009073.txt',\n", + " '1980_20009075_french.txt',\n", " '1981_20009273.txt',\n", " '1981_20009298.txt',\n", " '1981_20009404.txt',\n", " '1981_20009540.txt',\n", " '1981_20009815.txt',\n", + " '1981_20009822_french.txt',\n", + " '1981_20009836_french.txt',\n", + " '1981_20009837_french.txt',\n", + " '1981_20010033_french.txt',\n", + " '1981_20010052_french.txt',\n", + " '1982_20010270_french.txt',\n", " '1982_20010280.txt',\n", " '1982_20010324.txt',\n", + " '1982_20010528_french.txt',\n", " '1982_20010539.txt',\n", + " '1982_20010540_french.txt',\n", " '1982_20010707.txt',\n", " '1982_20010805.txt',\n", + " '1982_20011009_french.txt',\n", + " '1982_20011013_french.txt',\n", " '1983_20011259.txt',\n", " '1983_20011428.txt',\n", " '1983_20011457.txt',\n", + " '1983_20011461_french.txt',\n", + " '1983_20011713_french.txt',\n", " '1983_20011775.txt',\n", + " '1983_20011959_french.txt',\n", " '1983_20011964.txt',\n", + " '1983_20012011_french.txt',\n", + " '1983_20012024_french.txt',\n", " '1984_20012408.txt',\n", " '1984_20012512.txt',\n", + " '1984_20012532_french.txt',\n", + " '1984_20012700_french.txt',\n", + " '1984_20012708_french.txt',\n", + " '1984_20012728_french.txt',\n", " '1984_20012735.txt',\n", + " '1984_20012946_french.txt',\n", " '1984_20013092.txt',\n", " '1984_20013123.txt',\n", + " '1985_20013168_french.txt',\n", + " '1985_20013185_french.txt',\n", " '1985_20013367.txt',\n", " '1985_20013562.txt',\n", + " '1985_20013714_french.txt',\n", " '1985_20013721.txt',\n", + " '1985_20013753_french.txt',\n", " '1985_20013874.txt',\n", " '1985_20013880.txt',\n", + " '1985_20013913_french.txt',\n", " '1986_20014312.txt',\n", " '1986_20014321.txt',\n", + " '1986_20014338_french.txt',\n", " '1986_20014349.txt',\n", + " '1986_20014391_french.txt',\n", + " '1986_20014549_french.txt',\n", + " '1986_20014572_french.txt',\n", " '1986_20014651.txt',\n", " '1986_20014961.txt',\n", + " '1986_20014983_french.txt',\n", + " '1987_20015171_french.txt',\n", " '1987_20015218.txt',\n", + " '1987_20015480_french.txt',\n", + " '1987_20015539_french.txt',\n", " '1987_20015631.txt',\n", + " '1987_20015743_french.txt',\n", " '1987_20015967.txt',\n", " '1987_20015984.txt',\n", " '1987_20016075.txt',\n", + " '1987_20016110_french.txt',\n", + " '1988_20016154_french.txt',\n", + " '1988_20016191_french.txt',\n", " '1988_20016194.txt',\n", + " '1988_20016366_french.txt',\n", + " '1988_20016394_french.txt',\n", " '1988_20016560.txt',\n", " '1988_20016686.txt',\n", " '1988_20016716.txt',\n", + " '1988_20016718_french.txt',\n", " '1988_20017008.txt',\n", " '1989_20017424.txt',\n", + " '1989_20017426_french.txt',\n", + " '1989_20017469_french.txt',\n", " '1989_20017699.txt',\n", " '1989_20017740.txt',\n", + " '1989_20018030_french.txt',\n", " '1989_20018043.txt',\n", " '1989_20018068.txt',\n", + " '1989_20018206_french.txt',\n", + " '1989_20018226_french.txt',\n", + " '1990_20018296_french.txt',\n", " '1990_20018587.txt',\n", " '1990_20018886.txt',\n", + " '1990_20018959_french.txt',\n", " '1990_20019001.txt',\n", + " '1990_20019001_french.txt',\n", " '1990_20019206.txt',\n", " '1990_20019239.txt',\n", - " '1991_20019690.txt',\n", - " '1991_20019960.txt',\n", - " '1991_20019980.txt',\n", - " '1991_20020670.txt',\n", - " '1991_20020680.txt',\n", - " '1992_20020957.txt',\n", - " '1992_20021247.txt',\n", - " '1992_20021889.txt',\n", - " '1992_20022029.txt',\n", - " '1992_20022032.txt',\n", - " '1993_20022672.txt',\n", - " '1993_20023128.txt',\n", - " '1993_20023490.txt',\n", - " '1993_20023494.txt',\n", - " '1993_20023680.txt',\n", - " '1994_20023783.txt',\n", - " '1994_20023826.txt',\n", - " '1994_20024010.txt',\n", - " '1994_20024108.txt',\n", - " '1994_20024426.txt',\n", - " '1994_20024460.txt',\n", - " '1994_20024768.txt',\n", - " '1994_20024815.txt',\n", - " '1994_20025154.txt',\n", - " '1995_20025346.txt',\n", - " '1995_20025370.txt',\n", - " '1995_20025637.txt',\n", - " '1995_20025765.txt',\n", - " '1995_20026043.txt',\n", - " '1995_20026115.txt',\n", - " '1995_20026242.txt',\n", - " '1995_20026371.txt',\n", - " '1995_20026385.txt',\n", - " '1995_20026399.txt']" - ] - }, - "execution_count": 15, + " '1990_20019300_french.txt',\n", + " ...]" + ] + }, + "execution_count": 5, "metadata": {}, "output_type": "execute_result" } @@ -645,7 +1109,7 @@ }, { "cell_type": "code", - "execution_count": 16, + "execution_count": 21, "metadata": { "scrolled": true }, @@ -7837,13 +8301,14 @@ "source": [ "# either choose from the list of files\n", "filepath = path_data + list_files[0]\n", + "language = utils_ner.get_language(filepath)\n", "alldicts = utils_ner.read_from_txt(filepath)\n", - "utils_ner.render_dict(alldicts)" + "utils_ner.render_dict(alldicts, language)" ] }, { "cell_type": "code", - "execution_count": 17, + "execution_count": 22, "metadata": { "scrolled": true }, @@ -18707,8 +19172,4640 @@ "# or copy and paste a filename from the list\n", "filename = '1994_20023826.txt'\n", "filepath = path_data + filename\n", + "language = utils_ner.get_language(filepath)\n", + "alldicts = utils_ner.read_from_txt(filepath)\n", + "utils_ner.render_dict(alldicts, language)" + ] + }, + { + "cell_type": "code", + "execution_count": 23, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _0</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> La motion que j'ai l'honneur de vous présenter vise un objet qui n'est pas nouveau.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _1</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Vous savez qu'il y a déjà plusieurs années, M. le conseiller aux états \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " Cornaz\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " présenta et fit adopter, par le conseil des états, une motion invitant le conseil fédéral à examiner la question de savoir, s'il était loisible aux cantons \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " d'instituer\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " des\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " syndicats\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " professionnels obligatoires.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _2</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Le \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " conseil\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " fédéral\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " fit\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " à cette motion, en l'englobant avec plusieurs autres ayant trait aux organisations ouvrières, comme celles de MM.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _3</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Comtesse, Decurtins, etc., une réponse dilatoire.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _4</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Il constata qu'un grand nombre de cantons ne paraissaient pas disposés à entrer dans la voie indiquée par les motionnaires, que la question n'était pas mûre, et qu'elle comportait une revision de l'article 31 de la constitution, attendu que les syndicats obligatoires étaient incompatibles avec le principe de la liberté absolue du \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " commerce\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " et de l'industrie.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _5</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Au début, les partisans des syndicats obligatoires ne professaient pas cette opinion; ils croyaient que, moyennant une interprétation plus large, de la constitution, ce nouveau rouage pouvait y être introduit.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _6</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Mais, après réflexions, nous devons reconnaître et nous reconnaissons volontiers que les syndicats obligatoires impriment une évolution profonde à notre organisation économique, et \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " qu'on\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " doit les considérer comme exigeant une modification du principe posé par l'article 31 de la constitution.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _7</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Chose étonnante, les partisans des syndicats obligatoires redoutaient d'engager cette grande bataille contre un principe considéré comme le fondement, la sécurité de la société actuelle; on se demandait, s!il était possible d'espérer un succès en se prenant à si forte partie; et voici qu'aujourd'hui même, tout le monde, ou presque tout le monde, le conseil\" fédéral en particulier, se reconnaît disposé à étudier la \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " convenance\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " de\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " maintenir\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " ou de ne pas maintenir le principe absolu de la liberté du \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " commerce\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " et\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " de\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " l'industrie,\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " ou d'y apporter des modifications nécessaires, — tellement ces faits s'imposent, et tellement on est' forcé de reconnaître que la société actuelle est en proie à des transformations profondes, et que des besoins nouveaux nécessitent une organisation nouvelle, propre à les satisfaire.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _8</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Reste à savoir, si cette modification doit être faite nettement, précisément dans le sens que nous indiquons, et avec la volonté et le.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _9</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">désir de doter la société d'une organisation professionnelle sur la \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " base\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " des\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " syndicats\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " obligatoires.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _10</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Je voudrais examiner avec vous la \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " portée\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " des\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " syndicats\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " obligatoires et me demander dans quel sens et dans quel esprit doit être faite cette révision de l'article 31 de la constitution, devant quelles exigences et au nom de quelles espérances nous demandons la modification d'un des principes fondamentaux de la législation actuelle ; je voudrais me demander avec vous si nous sommes dans la vérité en disant que cette modification doit avoir pour résultat principal la constitution des syndicats obligatoires.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _11</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Il reste des adversaires à cette modification, si importante, que nous proposons; il reste des hommes qui redoutent de voir, avec cette modification, disparaître de nos institutions le principe absolu, intangible de la liberté du \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " commerce\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " et de l'industrie.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _12</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> On nous traite de réactionnaires, d'hommes désireux de revenir sur la grande œuvre de la révolution française; les uns nous traitent d'ennemis de la liberté, de l'égalité, d'autres disent que nous attaquons \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " l'ordre\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " et la propriété.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _13</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Je voudrais examiner rapidement ces divers arguments et me demander tout d'abord ce qu'il faut penser de celui qui consiste à prétendre que le principe de la liberté absolue du \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " commerce\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " et de l'industrie, des transactions, des contrats entre employeurs et employés a véritablement introduit dans la société une complète égalité.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _14</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Je ne veux pas entrer dans des considérations générales.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _15</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Je vous épargnerai le tableau de la société actuelle: vous en connaissez les dangers comme moi.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _16</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Je ne veux pas vous montrer cette société, toujours plus divisée, d'un côté le capital, de l'autre la \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " main\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " d'œuvre\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " et ces masses de capitaux, de sociétés anonymes devenues une puissance redoutable qui domine presque celle de l'état.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _17</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Je ne veux pas aller chercher des exemples à Londres ou dans les mines et les grandes usines de la Belgique où vous voyez se grouper lès masses ouvrières, ni en Allemagne où nous savons quels sont les légitimes espoirs du parti socialiste: je veux prendre des exemples sur le terrain où nous sommes, pour éviter qu'on me reproche de dramatiser les débats; je veux les rechercher au contraire dans les petits faits qui \"sont comme la trame de la société.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _18</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Est-il besoin du reste de recourir à ces exemples, de s'abriter derrière les faits éclatants que je viens d'indiquer pour se rendre compte de la transformation profonde qu'a subie la société depuis une cinquantaine d'années.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _19</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Les hommes de mon âge, qui sont arrivés à la moyenne de l'existence ont déjà pu par leurs observations personnelles, se rendre un compte exact de cette transformation.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _20</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> J'en ai déjà bien vu disparaître de ces petits industriels, de ces petits ouvriers, de cette catégorie de travailleurs indépendants, libres, responsables d'eux mêmes et qui pouvaient, sans subir aucune espèce d'influence, arriver à gagner honorablement leur vie.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _21</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> J'en ai bien vu partir de ces petits tailleurs à façon, de ces petits cordonniers de campagne qui se sont vus chassés par les marchands de confections, par les grandes fabriques de chaussures.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _22</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Je parle du pays que j'habite; j'en ai bien vu partir de ces tisserands auxquels on envoyait le chanvre récolté dans les champs, et qui fabriquaient eux-mêmes, libres et indépendants, cette toile de ménage qui durait parfois plusieurs générations!</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _23</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> N'avons-nous pas vu disparaître les petits meuniers tués par les minoteries, n'avons nous pas vu disparaître presque complètement le taillandier, ce petit industriel qui fabriquait les outils de campagne?</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _24</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Qui oserait dire, que nous sommes au bout, savons-nous combien cela durera?</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _25</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Ne voyez-vous pas que sans recourir à de grands exemples, dans la vie de tous les jours, dans les humbles faits, qui sont les plus probants parce qu'ils appartiennent à la trame même de la société, partout se révèle ce fait qu'il est de plus en plus difficile de vivre libre et \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " indépendant\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " et que les moyens de se faire une activité personnelle et fructueuse, disparaissent.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _26</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">De cette façon vous voyez disparaître une somme énorme de liberté réelle, de cette liberté que vous avez proclamée ce qui prouve, qu'il ne suffit pas de proclamer un principe parce que les principes absolus tournent souvent contre eux-mêmes.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _27</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Il faut prendre les faits en matière d'organisation sociale, il faut vivre surtout d'observations et \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " d'expériences,\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " et sur ce terrain nous sommes convaincus que le \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " principe\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " de\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " liberté\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " absolue sur lequel se fonde l'organisation sociale actuelle, bien loin de conduire à la liberté réelle, a créé une situation contraire à cette liberté en forçant un nombre toujours plus grand d'ouvriers à se soumettre aux règles absolues d'une discipline étroite.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _28</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">et en les mettant en demeure de choisir entre mourir de faim ou accepter comme salaire de leur travail des conditions qui sont de nature à les maintenir dans la misère physique et morale.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _29</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Si vous croyez qu'une situation comme celle, là puisse durer sans aboutir à une catastrophe, vous me permettrez de ne pas partager cette opinion.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _30</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Si les faits constatés accusent le régime actuel, poussé à ses conséquences extrêmes, auxquelles il touche aujourd'hui, de tourner contre la liberté et l'égalité, nous serions inexcusables si ce que nous proposons ne devait pas être un instrument de liberté.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _31</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">J'ai la conviction absolue que les syndicats obligatoires doivent être pour tous, ouvriers, patrons, citoyens, en un mot, pour l'ensemble de la société, dans tous leurs résultats et conséquences, des éléments et des facteurs de liberté.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _32</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Je tâcherai de le démontrer.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _33</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">On a parlé de l'ordre et de la propriété, on nous a accusés de semer le désordre, de méconnaître le principe fondamental du respect de la propriété, on nous a accusés de vouloir constituer des organes qui peuvent devenir très dangereux pour la sécurité publique et pour ceux qui possèdent!</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _34</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Je voudrais prouver aussi que le système actuel, bien loin d'assurer \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " l'ordre\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " et la propriété, bien loin de donner dés garanties, n'en fournit pas plus sur le terrain de la liberté que sur celui de l'égalité.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _35</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Je ne suis pas systématique, je ne suis ni communiste, ni collectiviste à la façon de Marx; je ne crois pas aux grands systèmes sociaux, pas plus qu'à la possibilité d'arriver à une réformé sérieuse en transformant en un jour, en une fois, l'organisme de la société.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _36</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Cet organisme est soumis à des \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " lois\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " d'évolution\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " et je crois que nous serions très coupables si, persuadés que nous sommes que les grands mouvements et les grandes transformations brutales ne sont pas désirables, nous ne suivions pas d'un œil attentif tous les éléments de l'évolution pour être prêts à enregistrer les faits et à découvrir les nouveaux besoins et pour chercher à les satisfaire.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _37</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Un fait domine dans le débat, c'est que la propriété subit des crises, des transformations visibles ; la propriété a ses limites ; nous passons actuellement de la propriété individuelle à la propriété collective.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _38</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Prenez aussi les faits : vos sociétés anonymes, c'est de la propriété collective au premier chef.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _39</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " Remarquez\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " le petit ouvrier qui autrefois avec ses épargnes — on a beaucoup parlé de l'épargne, mais elle devient de plus en plus difficile — arrivait, il y a 40 ou 50 ans, à amasser un pécule de quelques milliers de francs et, avec de la santé, du bonheur à se créer une situation indépendante!</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _40</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> 11 se lançait alors dans un métier, et, devenu artisan, il cherchait un placement actif de son argent, puis il finissait par devenir un homme indépendant et par entrer dans cette classe moyenne de gens, ni riches, ni pauvres, qui constitue un des éléments les plus précieux de la société.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _41</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Aujourd'hui, plus vous avancez, plus la possibilité d'arriver à quelque chose avec un petit capital disparaît.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _42</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Ge petit capital qui aurait dû assurer \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " Tindépendance\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " à son possesseur et consacrer son individualité il est obligé de le verser dans le gouffre du \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " grand\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " capital\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " anonyme; le salarié reste salarié, parce qu'il ne trouve 'pas ailleurs le moyen de gagner sa vie avec sécurité; ou bien, s'il a quelques milliers de francs, il prend des actions, des obligations et va verser son argent dans la masse du capital contribuant par cela même à augmenter encore l'antagonisme entre le \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " capital\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " et le travail.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _43</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Croyez-vous que dans ces conditions-là , l'ordre soit si bien assuré ; croyez-vous que les éventualités de l'avenir soient tellement paisibles que nous n'ayons pas à nous en occuper ; si vous laissez la division s'aggraver, entre le \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " capital\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " d'un côté et les ouvriers de l'autre, jusqu'au moment où la catastrophe sera inévitable et que tout s'effondrera à la fois, la crise éclatera et \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " l'ordre\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " se rétablira nous ne savons ni quand ni comment.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _44</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Il est bien plus sage de considérer les faits comme ils sont et de dire; qu'avons-nous à faire?</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _45</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Il y a des vices dans notre société ; au \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " lieu\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " de\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " rapprocher\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " les distances, nous les avons augmentées encore; au lieu d'arriver à distribuer les avantages sociaux d'une manière équitable, nous sommes arrivés, d'un côté, à créer la classe des riches, de l'autre celle des prolétaires, et nous avons diminué en même temps cette classe moyenne où se rencontrent les extrêmes ; nous allons ainsi à fin contraire de nos idées d'égalité, de justice, de paix sociale.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _46</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Que faire?</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _47</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Faut-il modifier profondément la base de la propriété?</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _48</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Je ne le crois pas.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _49</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " Cherchons\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " quelque chose de mieux, de plus sage, de plus utile.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _50</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Demandons-nous ce que c'est que la propriété.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _51</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> La propriété donne à celui qui la possède la sécurité d'avoir son pain du jour et celui du \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " lesìdemain;\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " arrangeons-nous\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " de\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " façon\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " à ce que l'organisation sociale nous permette de donner la sécurité à ceux qui ne possèdent pas autre chose que leur salaire pour vivre, pour obtenir le pain du jour et celui du lendemain.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _52</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Considérons que si les lois, les codes, les institutions doivent avoir pour but le maintien, l'accroissement, la prospérité matériels de la nation, de la communauté, nous avons à élargir leurs bases.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _53</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Tout ce que nous avons dans nos lois est inspiré par le principe unique de sauvegarder la propriété individuelle; c'est là le palladium de \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " l'ordre\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " ; tout est dirigé dans ce sens ; personne ne songe à y toucher; seulement, ce n'est qu'une des formes, qu'un des éléments de la richesse nationale, et si nous voulons nous placer sur le véritable terrain de la société démocratique moderne, nous considérerons que notre capital principal n'est pas dans le coffre des riches; ni même dans l'humble tiroir du rare ouvrier assez heureux pour pouvoir réaliser quelques économies, mais qu'il est dans la nation elle-même.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _54</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Notre capital, c'est l'intelligence, et les bras des citoyens.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _55</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Si nous examinons les choses à ce point de vue, alors tout nous paraît clair.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _56</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Chaque fois qu'un enfant naît, naissent pour la société des intérêts et des devoirs nouveaux; la société doit s'arranger de façon à ce qu'on ne compromette pas cet élément de sa richesse productrice; toutes les lois que nous vous proposons apparaissent comme une harmonie, destinée à amener la paix dans la société; alors commence pour celle-ci le devoir de se substituer aux parents, s'ils ne savent pas mettre en valeur cet élément de production qui s'appelle un enfant et en con.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _57</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">server l'intégrité morale, suit l'obligation de mettre le jeune homme en état de devenir un producteur utile ; suit encore l'obligation de donner à ce jeune homme un moyen de subvenir à ses besoins par son travail, de lui assurer son pain du jour et du lendemain; vous devez lui faire comprendre en outre que s'il se conduit d'une manière correcte, il sera un instrument de prospérité et aura pour lui la sécurité; vous devez enfin le garantir contre les accidents qui pourraient compromettre son avenir, le sorte qu'il sache bien que les seules difficultés ju'il aura devant lui, il pourra les vaincre; c'est alors que le syndicat professionnel apparaît comme l'un des noeuds principaux de cette chaîne de solidarité qui doit nous lier ; il apparaît dans son véritable jour comme une institution destinée à \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " faire\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " de\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " la\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " liberté\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " et de l'égalité une réalité autant que cela est possible, sans dépasser la limite des faits, à restituer à la société l'ordre, la paix, l'harmonie et à garantir la propriété d'une façon plus efficace que la loi actuelle, parce que nous nous serons arrangés à faire de tous les \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " ouvriers\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " des\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " instruments\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " d'ordre\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " et des soutiens d'une organisation sociale dans laquelle ils auront leur part et trouveront leurs avantages.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _58</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Voilà les quelques considérations générales que je voulais vous soumettre, et j'ajoute ceci, c'est qu'on s'effraye beaucoup, mais à tort du mot collectiviste.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _59</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">On accuse les partisans des réformes sociales d'être collectivistes ; mais ne voyez-vous pas bien clairement que nous marchons non seulement à la forme collective, de la propriété, c'est à dire au groupement des capitaux sous la direction d'une société ou compagnie privée qui ressemble singulièrement sous certains rapports à l'état, mais que nous allons tout droit à la propriété collective absolue, parce qu'à un moment donné, l'état se substituera forcément aux compagnies anonymes ou sociétés privées et deviendra le maître de la plus grande partie des instruments de production.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _60</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Vous le voyez déjà avec les chemins de fer, que nous désirons presque tous mettre entre les mains de l'état — ce sera un fait accompli dans 30 ans.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _61</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Croyez-vous qu'on s'arrêtera là , et que la question ne se posera pas pour les mines, les grandes entreprises de transports internationaux, croyez-vous qu'elles resteront dans des mains privées et qu'elles ne se grouperont pas entre celles de l'état?</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _62</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">croyez-vous que les forces naturelles, dans un quart de siècle, ne représenteront pas peut-être un capital se chiffrant plus haut que celui produit par la valeur de tous les chemins de fer réunis: Ces forces naturelles, qui sont les torrents, les marées, tout ce qui bouge, tout ce qui remue, tout ce qui représente l'impulsion dans la nature, tout ce qui peut être utilisé, tout cela est le bien et le \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " capital\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " de\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " l'état\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " et passera des sociétés anonymes dans les mains de l'état; et ne voyez-vous donc pas qu'une grande partie de la \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " fortune\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " publique\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " passera ainsi dans ses mains, que nous aurons en face de l'état, possédant des propriétés considérables, une arméa de citoyens, qui seront fonctionnaires et employés?</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _63</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Ne croyez-vous pas qu'il faut se préparer à ce nouvel ordre de choses, s'y acheminer par une série de mesures prudentes.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _64</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Comparons la société à l'enfant, à l'adolescent, si vous voulez, qui ne deviendra jamais adulte mais continuera toujours à grandir; il serait bien inutile de chercher par des moyens factices à le faire grandir plus vite qu'il ne doit; il faut attendre et surveiller sa croissance pour être prêt, au moment où ses vêtements deviendront trop étroits pour sa taille, à lui en mettre de nouveaux et à satisfaire l'augmentation de ses besoins.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _65</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> C'est là ce qu'il faut si vous voulez modifier l'ordre actuel; c'est ainsi que nous serons dans la bonne voie et que les modifications que je propose seront de nature à réaliser une somme nouvelle de liberté et d'égalité dans la pratique, seront de nature à créer plus de respect et plus de sécurité pour ceux qui possèdent.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _66</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Je ne crois pas que ce langage puisse être taxé de révolutionnaire.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _67</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">J'ajoute qu'il faut que ces mesures, ces innovations soient calculées de telle manière qu'elles ne comportent pas un bouleversement subit de la société, mais qu'elles puissent, par de lentes et successives adaptations, répondre à l'augmentation des besoins de la société.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _68</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Examinés à ce point de vue, les syndicats obligatoires répondent-ils à ce programme ?</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _69</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Mon sentiment est qu'il suffit pour s'en convaincre de considérer les faits.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _70</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Regardez ce qui se passe autour de vous, cette destruction des petits ouvriers indépendants, cette émigration en masse du côté des cadres absolus, créés par la grande industrie, de la plupart des salariés et des producteurs, cette concentration des capitaux ; tout cela a amené la constitution des syndicats, ces grandes associations d'ouvriers et de patrons destinées à sauvegarder les intérêts de la classe ouvrière: c'est dans cette société actuelle où l'individualité disparaît toujours plus, où nous voyons grossir au contraire le nombre de ceux qui finissent par perdre leur individualité que se forment Jes syndicats et qu'ils se forment pour la guerre.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _71</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Maintenant vous ne pouvez pas avoir de véritable organisation professionnelle d'ouvriers et de patrons; il n'y a qu'un moyen de faire prévaloir ses droits et ses intérêts, c'est la guerre, il faut être le plus fort; c'est la discussion violente, ce spnt les menaces, les appels à la solidarité révolutionnaire.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _72</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Est-ce que vous croyez que ce ne serait pas faire œuvre de paix et \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " d'utilité\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " que\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " de\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " créer\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " des\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " syndicats\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " qui empêcheraient de grandir les conséquences forcées, obligatoires, du développement économique de la société ?</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _73</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Ne voyez-vous pas qu'au • contraire le devoir et la sagesse consistent à \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " tâcher\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " de\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " faire\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " tourner\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " pour la \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " cause\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " de\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " l'ordre\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " ce qui est désordre, à faire entrer ces groupements forcés d'ouvriers et de patrons dans le cadre de la société nouvelle, ce qui serait un élément d'ordre et d'harmonie au lieu de guerre.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _74</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Comment y arriver si vous ne donnez pas aux syndicats la sanction légale, si vous ne dites pas que les ouvriers et patrons, placés en face les uns des autres par la libre discussion de leurs intérêts, pourront, arriver à créer une convention et auront au bénéfice de leurs décisions la sanction de la loi ?</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _75</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Les syndicats ont été essayés à l'étranger et dans notre pays, mais comment voulez-vous qu'ils fournissent la solution, qu'ils arrivent à donner la paix, la stabilité, la confiance, la sécurité, puisqu'ils sont constitués au bénéfice de ceux qui ne veulent pas s'y rallier.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _76</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Le \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " but\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " de\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " l'organisation\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " des\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " syndicats\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " doit être d'empêcher la concurrence d'aller jusqu'à ses dernières extrémités; nous voulons limiter la liberté absolue pour arrêter la concurrence devant cette considération à la fois juste et \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " humaine\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " que le salaire d'un homme n'est pas une marchandise qui puisse subir toutes les fluctuations de \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " l'offre\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " et de la demande; la limite à laquelle doivent s'arrêter ces fluctuations, c'est celle où commence l'insuffisance du salaire.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _77</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " C'est\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " pour cela que dans les syndicats nous devons introduire cet élément de la suffisance du salaire et pour cela interdire de faire descendre les produits au-dessous du prix où il nous est permis de croire le salaire suffisant.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _78</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Mais ne voyez-vous pas que si nous établissons les syndicats sur celte loi d'humanité, la seule qui s'impose aujourd'hui, nous les constituons au bénéfice de ceux qui ne veulent pas s'y rallier si ceux-ci sont libres de baisser le salaire de leurs ouvriers?</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _79</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Dans ces conditions, les syndicats ne signifient rien ; ils ne sont que l'organisation des patrons et des ouvriers en état de guerre ; si les syndicats ne sont pas reconnus par la loi, le seul moyen de défense des ouvriers c'est la grève.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _80</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">On a fait beaucoup d'objections.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _81</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> On a dit que les syndicats obligatoires étaient un but théorique, généreux, que peut-être ils pouvaient s'appliquer par une.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _82</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> loi internationale dont nous n'avons pas encore les éléments, mais que ce serait une ruine pour les petits pays, en particulier pour les cantons qui les adopteraient, parce que les patrons et ouvriers des professions syndiquées seraient dans un état d'infériorité vis-à -vis de ceux des pays voisins qui ne seraient pas liés par les syndicats.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _83</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Je crois que c'est là une grave erreur.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _84</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Si l'on veut examiner, les faits, on reconnaîtra bien vite que ces inconvénients n'existent pas.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _85</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Que se passe-t-il à Genève, par exemple ?</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _86</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> L'année dernière, à Genève, nous sommes arrivés par un syndicat à constituer provisoirement un accord entre les ouvriers et patrons charpentiers; cet accord existe, mais il reste à la merci du premier entrepreneur à qui il plaira de venir travailler dans le canton de Genève à d'autres prix que ceux qui ont été établis; cependant, il subsiste, sans sécurité, sans solidité, mais il subsiste et nous ne voyons pas jusqu'à présent que l'industrie du bâtiment ait souffert.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _87</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Si vous nous dites que ces syndicats établis, soit dans le canton de Genève, soit dans la Suisse, ne peuvent pas régler la question, qu'ils sont subordonnés aux lois de la concurrence que nous n'aurons pas détruite ou que nous n'aurons détruite qu'à notre détriment, je vous déclare ceci, c'est que pour ce qui concerne la diminution des salaires à côté de la concurrence étrangère — que nous n'avons pas du tout la prétention de faire disparaître, il faut considérer la concurrence intérieure, il faut compter au premier chef avec le marchandage entre producteurs de la même marchandise, entre chefs de la même industrie ; nous avons la lutte du fabricant contre le fabricant; on s'arrache les travaux de maison à \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " maison,\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " d'atelier\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " à atelier, de boutique à boutique ; on est arrivé dans certaines industries à faire descendre le salaire au-dessous de la réalité, tout cela au détriment de l'ouvrier.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _88</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> En supprimant ce marchandage entre patrons, lors même que nous n'arriverions qu'à fixer le prix de la marchandise de façon à donner à l'ouvrier le plus gros salaire possible : nous aurions diminué le danger de la situation.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _89</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> C'est tellement vrai que la plupart des ouvriers qui souffrent après avoir essayé les syndicats libres ne réclament pas autre chose que les syndicats obligatoires; ils comprennent très bien que nous ne sommes pas maîtres du marché international, mais que nous sommes les maîtres de régler notre ménage intérieur et de rechercher les moyens de procurer des bénéfices à nos populations ouvrières; quand nous aurons fait cela, ils nous en tiendront comptef parce qu'ils savent qu'à l'impossible nul n'est tenu.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _90</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Je ne crois pas que nous puissions arriver à constituer dès l'abord des syndicats suisses généraux.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _91</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Il faut commencer par l'organisation la plus simple, la plus humble, par l'organisation cellulaire, l'organisation de syndicats locaux ; on n'arrivera à la \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " confédération\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " des\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " syndicats,\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " à \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " l'organisation\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " nationale\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " du\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " travail\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " qu'après en avoir préparé les éléments locaux, cantonaux, fédéraux.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _92</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Quand nous aurons des syndicats dans les diverses parties du monde, quand cette notion qui correspond à nos idées d'égalité se sera imposée par la force des choses, qu'elle aura quelque expérience derrière elle, je considérerai alors la partie comme gagnée, si nous obtenons par la \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " modification\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " de\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " l'article\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " 31 le droit de commencer dans nos cantons l'organisation des syndicats professionnels obligatoires.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _93</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> .</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _94</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Ici, je veux aborder un des côtés de la question.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _95</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Je vous ai dit qu'il s'agissait de présenter des réformes qui puissent s'accommoder avec l'évolution de la société.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _96</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Que se passerait-il, si nous avions le droit \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " d'établir\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " des\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " syndicats\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " professionnels?</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _97</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Est-ce que toutes les professions se syndiqueraient; est-ce que du jour au lendemain nous irions dans un canton où il n'y aurait pas de syndicats obligatoires dire: nous entendons que tout le monde se syndique?</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _98</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Non; commenceraient par se syndiquer les sociétés qui ont des organes leur permettant, de le faire, les fabriques, les industries de \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " l'or\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " et de l'argent; là , il y a des comités patronaux absolument prêts qui peuvent discuter, élaborer des conventions; ailleurs, là où les professions ne sont pas bien organisées, où \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " l'on\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " est moins avancé, où il y a des difficultés à surmonter, on laisserait les patrons et les ouvriers attendre le jour où les syndicats seront devenus possibles.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _99</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Puis, quand on aura vu fonctionner les syndicats, quand on les aura vus faire une œuvre de paix, ^d'harmonie, de sécurité, résoudre ce qui :peut être résolu, quand on aura vu les syndicats produire des fruits modestes, mais heureux au point dé vue de l'organisation professionnelle, d'autres professions s'empresseront de \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " s'organiser\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " et de se mettre au \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " bénéfice\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " des\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " syndicats.\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + "</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _100</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Comment se passeront les choses?</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _101</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Vous aurez 5, 6, 7 syndicats dans un canton; vous me direz: il se peut que telle ou telle profession, tel ou tel corps de métier, considère uniquement son intérêt, et \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " prenne\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " par voie de convention entre les ouvriers et les patrons, des dispositions contraires à l'intérêt public, capables peut-être de faire renchérir les produits.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _102</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Je répond ceci : c'est qu'à l'instant même où nous aurons créé 4, 5, 6, 7 syndicats cantonaux, nous aurons aussi un conseil supérieur des syndicats ; nous n'entendons point laisser chaque profession libre, de régler comme il lui convient les conditions du métier, mais nous soumettons les difficultés irréductibles entre syndicats patrons et ouvriers à l'examen \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " d'un.conseil\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " d'appel\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " composé de délégués de tous les syndicats et par conséquent des représentants des intérêts commerciaux du pays tout entier ; le peuple aura le droit d'y avoir des délégués qui discuteront ouvertement avec les représentants des intérêts professionnels la convenance ou la disconvenance des mesures proposées au point de vue de l'intérêt public.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _103</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Ne voyez-vous .pas alors comment les industries similaires des cantons seront forcées de s'entendre, comment elles seront appelées à se mettre d'accord sur certaines conditions et à se solidariser?</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _104</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Nous aurons des syndicats intercantonaux.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _105</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Alors, à ce moment-là , si la \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " Confédération\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " ne veut pas faire de loi, mais se borner à entr'ouvrir la porte aux syndicats, en donnant aux cantons la faculté, la possibilité de faire des expériences, les syndicats cantonaux pourront fonctionner.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _106</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Tout naturellement alors naîtra le besoin d'avoir une loi fédérale.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _107</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Si \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " l'on\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " croit dès l'abord qu'une loi fédérale peut intervenir, je serai très heureux de l'avoir; mais je suis tellement certain que l'institution s'imposera à l'esprit des plus prévenus et des plus récalcitrants, que je ne demande rien, que le plus humble des commencements, la permission de constituer dans les cantons qui le voudront et pour les professions qui le pourront, la \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " première\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " institution\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " des\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " syndicats\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " professionnels obligatoires.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _108</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Quant à la concurrence, on se bornerait à diminuer la concurrence locale, on n'irait pas au-dessous des prix qui permettent aux industries de vivre et \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " l'on\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " supprimerait ainsi une des causes principales de la méfiance entre patrons et ouvriers; car toutes les fois qu'il y a diminution de salaire, les passions s'en mêlent.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _109</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> On discuterait ainsi les vraies conditions et \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " l'on\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " saurait quand le salaire devrait être diminué, on accepterait les nécessités telles qu'elles sont; si la diminution des salaires devenait indispensable, on serait forcé de montrer clairement les raisons qui l'imposent.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _110</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Faut-il insister davantage?</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _111</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Faut-il vous développer les points que ces syndicats professionnels auront à examiner?</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _112</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Nous avons parlé du contrat d'apprentissage, de la journée minimale, du salaire minimum.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _113</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Faut-il répondre quelques mots aux objections qui se sont fait jour à ces divers points de vue?</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _114</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> On nous a dit: comment!</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _115</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> vous voulez réglementer les apprentissages, fermer les professions, revenir sur l'œuvre de la révolution française ; vous voulez reprendre les.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _116</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">anciennes jurandes et maîtrises dans lesquelles les professions étaient enfermées, où l'on n'entrait dans l'une ou dans l'autre qu'à certaines conditions, où la porte était seulement entrebaillée pour quelques apprentis ou compagnons privilégiés.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _117</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Absolument pas.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _118</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Nous savons bien que les jurandes et les maîtrises étaient des institutions créées au bénéfice des autorités royales, c'est-à -dire un privilège.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _119</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Nous demandons purement et simplement qu'entre ouvriers et patrons puisse se discuter cette grave question de savoir quelles doivent être les conditions et les garanties de l'apprentissage; nous voulons qu'on arrive à grossir le nombre des ouvriers parfaits et à diminuer le nombre de ceux qui ' tombent sur le pavé à la première crise, qui gâtent le métier quand il va bien et qui tombent quand il va mal; nous voulons la protection des apprentis contre leurs patrons et contre leurs parents aussi.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _120</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">C'est notre intérêt que chaque citoyen devienne producteur, agent de création d'une force morale et intellectuelle, que chaque jeune homme toit\"bien outillé pour faire un ouvrier sérieux.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _121</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Quant à fermer les professions, cela n'est pas 'nécessaire; peut-être croit-on que la \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " limitation\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " du\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " nombre\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " des\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " apprentis\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " est nécessaire, mais il n'est pas indispensable d'introduire cette clause de limitation.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _122</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Quant à la journée normale, ai-je besoin d'en parler?</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _123</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> La \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " durée\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " du\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " travail\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " de 11 heures dans les fabriques est-elle exagérée?</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _124</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Je le crois.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _125</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> On objecte à la loi sur les \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " fabriques\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " de\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " fixer\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " à 11 heures le travail pour toutes les professions; on dit: Vous êtes trop absolus, vous voulez -établir des conditions identiques pour des professions différentes!</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _126</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Nous vous apportons avec les syndicats professionnels le moyen d'assouplir là loi, de l'appliquer aux diverses circonstances et de fixer pour chaque métier une règle calculée sur ses besoins.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _127</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Là plus de danger d'absolutisme, plus de niveau qui passe sur toutes les têtes; il y aura seulement un maximum et un minimum qui établira le point où commence le surmenage et où s'arrête la \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " somme\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " de\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " travail\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " moyen, que \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " l'on\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " peut exiger d'un homme.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _128</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Nous répondons donc à l'argument principal de ceux qui nous reprochent l'autorité absolue des syndicats que c'est une institution souple qui peut se plier aux exigences des faits.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _129</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Quant aux salaires, il faut arriver à créer et à établir toute une organisation économique sur la donnée absolue que le salaire doit nourrir \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " l'homme\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " et que \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " l'on\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " ne peut pas admettre qu'un homme qui travaille ne trouve pas comme récompense de son travail le moyen de satisfaire ses besoins et \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " d'élever\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " modestement mais honorablement sa famille.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _130</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">On nous dit que les syndicats priveraient les ouvriers de quelque mérite de la récompense de leur mérite.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _131</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Nullement, les ouvriers de mérite auront la place qui leur revient, parce que \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " l'on\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " aura fixé le salaire à 40 ou 45 centimes l'heure il ne s'en suit pas que \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " l'ouvrier\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " habile, le contre maître, ne soit pas payé davantage.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _132</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Plus nous avançons plus nous voyons cette organisation collective de la société, plus nous voyons diminuer les écarts entre les hommes et surtout entre les ouvriers et plus nous voyons s'élever la moyenne.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _133</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Tout ce qui pourrait rester comme différence basée sur le \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " mérite\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " pourra se faire valoir avec le \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " système\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " des\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " syndicats\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " obligatoires; chacun discutera ce qu'il vaut; le patron saura fort bien s'assurer les services de l'ouvrier qui a une valeur spéciale par un salaire plus élevé.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _134</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">On a dit que nous arrivions à mettre au rancart les ouvriers d'un certain âge, une fois que les patrons seront forcés de payer un prix fixe à tous les ouvriers, au \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " lieu\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " de\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " faire\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " comme\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " aujourd'hui, de diminuer le salaire des ouvriers âgés, ils les mettront brutalement à la porte.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _135</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Ce n'est pas là un argument, il faudra organise?</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _136</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">quelque chose pour la vieillesse; parce que nous n'avons pas tous les rouages nécessaires au bon fonctionnement de l'organisme, ce n'est pas une raison pour ne pas commencer.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _137</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> On peut fort bien faire une exception pour les vieux ouvriers, leur donner un salaire réduit, c'est un arrangement qui peut facilement se faire entre les ouvriers.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _138</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Jp ne veux pas abuser plus longtemps de vos instants; je crois avoir indiqué quelle était l'idée dans laquelle je demande une modification du principe de la \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " liberté\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " du\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " commerce\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " et de l'industrie.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _139</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Je crois vous avoir montré sur quelles bases nous voulions commencer à construire un édifice répondant à notre droit moderne, à nos idées d'égalité et assurant le maintien de la propriété en tenant compte des transformations que la notion subit.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _140</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Aucune société n'a vécu sans organisation professionnelle.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _141</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Sans doute, après la révolution française, on s'est bercé d'illusions, on a cru que la liberté était la lance d'Achille qui guérissait les blessures qu'elle faisait, mais on est bien vite revenu de cette erreur.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _142</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Il a bien, fallu reconnaître que la liberté, l'égalité, comportaient pour les hommes le droit de chercher les conditions dans lesquelles ils sont véritablement libres et égaux.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _143</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> La recherche de la société moderne doit être celle des conditions dans lesquelles la liberté du pauvre et du petit \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " salarié\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " est réelle; ce ne sont pas des principes qu'il s'agit de proclamer, mais des faits qu'il faut consacrer; il faut par des groupements qui donneront à tous ceux qui, individuellement, sont impuissants, la force de défendre leurs intérêts.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _144</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Bien des conséquences indirectes nous prouveront qu'un acte de moralité et de justice sociale n'est jamais perdu et qu'au contraire il entraîne après lui la suppression de toutes sortes de difficultés et de périls que la \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " raison\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " humaine\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " ne sait parfois comment résoudre.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _145</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Aujourd'hui, nous souffrons dans notre démocratie d'une indifférence générale; nous sentons très bien que la masse des travailleurs se détache de la politique, qu'elle cherche en dehors des partis actuels le centre d'une activité plus profitable et qu'elle subordonne les considérations de solidarité politique et d'organisation sociale à des considérations d'ordre professionnel et matériel ; les gens qui souffrent et qui veulent avoir une meilleure part des avantages sociaux, sentent \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " l'impuissance\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " de\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " l'isolement\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " et s'organisent pour arriver à ce résultat.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _146</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Souvenez-vous que si vous voulez rattacher tous ces éléments entre eux, si vous voulez qus la politique puisse continuer à se faire droit, là ou elle doit exister, que nous puissions continuer à étudier d'une façon désintéressée les questions d'ordre national, que si vous voulez mériter la sympathie du peuple tout entier, vous devez donner satisfaction aux intérêts, aux besoins de ceux qui souffrent.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _147</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " Donnonsleur\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " la liberté par les syndicats professionnels obligatoires ; donnons-leur les moyens d'exprimer, de défendre leurs intérêts; vous aurez alors constitué côté des institutions politiques tout un autre ordre de choses social, économique, qui non seulement accomplira une œuvre de justice en améliorant le sort de la population travailleuse, mais contribuera à la paix générale.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _148</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Par leur organisation professionnelle, les ouvriers se sentiront plus à leur aise, ils trouveront avantage au maintien de l'ordre; ils y contribueront et seront plus attachés à la nation, à la communauté qui leur aura donné les moyens de faire respecter leurs droits et d'obtenir ce qu'ils considèrent comme leur part dans la distribution des avantages sociaux.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _149</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">De tous côtés, cette nécessité • apparaît.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _150</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Vous voyez qu'après la loi sur les fabriques, les arts et métiers en réclament une; cette loi ne peut être organisée avec d'autres éléments que ceux que nous avons indiqués; elle doit consacrer l'institution des syndicats obligatoires.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _151</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Considérez les intérêts présents, les circonstances actuelles; consultez aussi votre conscience ; demandez-vous où se trouvent la justice, la paix, et je suis sûr que vous ferez avec nous une enquête sérieuse sur l'état des ouvriers, enquête qui nous permettra d'arriver à constituer un ordre de choses nouveau absolument nécessité par les besoins actuels.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _152</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Non seulement il faut ouvrir une enquête, mais il faut s'appliquer à ce que cette enquête ait lieu avec le désir ardent d'arriver très vite à une solution qui améliorera le sort de \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " l'ouvrier,\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " et cela pour le bien de notre pays, pour la justice, la paix, la prospérité matérielle et la grandeur morale de notre patrie suisse.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _153</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">M. \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " Comtesse\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " : Je suis un des signataires de la motion qui vient de vous être présentée.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _154</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Je ne suis cependant pas aussi affirmatif que M. \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " Favon\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " sur la \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " question\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " des\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " syndicats\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " obligatoires; j'estime que la solution du problème n'est pas renfermée uniquement dans la formule de ces syndicats.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _155</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> J'ai aussi le sentiment que \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " l'idée\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " des\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " syndicats\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " obligatoires soulèverait dans le moment actuel une opposition très vive et peut-être invincible de la part de nos populations.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _156</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> J'ai enfin le sentiment que \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " l'idée\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " est d'une réalisation difficile et que ceux qui ne voudront pas supporter le joug pourront l'éluder.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _157</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Ce qui m'apparaît comme nécessaire, ainsi qu'à M. \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " Favon,\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " c'est, dans les conditions où nous sommes, de chercher une organisation professionnelle qui facilite les rapports : entre le \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " capital\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " et le travail, qui facilite les rapprochements entre les patrons et les ouvriers et nous préserve d'une crise en diminuant l'antagonisme douloureux qui existe entre les deux facteurs de la production: le \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " capital\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " et le travail.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _158</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Ainsi que M. \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " Favon,\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " j'ai la conviction que les associations professionnelles, organisées sur la base de la loi et ayant de par la loi un rôle et une compétence définis, auront une influence bienfaisante; c'est là que nous devons aller chercher les éléments de la pacification entre le \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " capital\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " et le travail.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _159</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">M. \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " Favon\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " vous a fait le tableau des conditions industrielles dans lesquelles nous nous trouvons; il a fait ressortir quelle transformation a fait subir à notre situation l'intervention de la grande industrie ; c'est là le fait caractéristique de notre époque.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _160</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">La grande industrie tend de plus en plus à prendre la place des petites.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _161</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Les petits patrons, qui travaillent avec un nombre restreint d'ouvriers, avec des moyens limités, et qui constituent avec leurs ouvriers une famille industrielle, tendent à disparaître; le petit fabricant est remplacé par la grande entreprise, qui a des capitaux et concentre ses moyens d'action.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _162</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> 'La grande industrie surtout a trouvé le levier puissant grâce auquel on a pu faire de grandes choses à notre époque; c'est la société anonyme, qui groupe les capitaux et a pour résultat d'écraser sans retour la petite industrie.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _163</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Dans notre population horlogère, on souffre de cette lutte entre la grande et la petite industrie.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _164</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Nous voyons tous les jours des petits patrons qui 'ont lutté courageusement, qui ont déployé une activité digne d'un meilleur sort, être obligés de céder la place et de disparaître.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _165</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Ce sont des faits que tout le monde peut observer.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _166</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">La grande industrie a des inconvénients qu'il convient de mettre en relief; poussée par le désir ,de réaliser des gains, de répartir des dividendes, on voit de plus en plus s'affirmer en elle la tendance 'à abaisser le prix de revient des objets qu'elle \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " fabrique\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " et à abaisser parallèlement le salaire des ^uvriers, sans discuter avec eux.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _167</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Les sociétés anonymes ne discutent pas avec les .ouvriers, elles ne s'occupent pas des conditions qui leur sont faites, elles ont la tendance à refouler le travail au niveau de la \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " marchandise\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " et à considérer l'ouvrier comme une machine qu'on exploite aussi longtemps que possible, jusqu'à ce qu'elle soit épuisée.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _168</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Les' conséquences de cet état de choses se sont tellement fait voir que dans tous les pays la loi est intervenue pour limiter la durée .du travail, pour protéger \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " l'ouvrier\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " et pour faire en sorte que les établissements, les grandes industries ne de\\i iennent pas pour nos populations ouvrières des centres de dégénérescence physique.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _169</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Une autre tendance des grandes industries, contre laquelle on a réagi dans tous les pays par des lois protectrices, est d'employer de plus en plus pour le travail les femmes et les enfants et de créer aussi une concurrence fâcheuse entre le mari et la femme, le père et \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " l'enfant;\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " il a fallu les protéger dans leur faiblesse et leur, santé.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _170</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Une autre tendance encore des grandes industries, contre laquelle il faut également lutter, c'est leur production rapide et de plus en plus spécialisée.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _171</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Avec cette spécialisation, rendue toujours plus facile par le perfectionnement des machines, vous voyez la capacité de \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " l'ouvrier\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " se réduire toujours davantage, et cet ouvrier réduit aux conditions d'un manœuvre qui n'a plus besoin d'un apprentissage technique et peut travailler simplement sous la direction d'un contremaître capable et habile.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _172</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Enfin, avec les grandes industries qui emploient de plus en plus les machines ou les forces de la nature, vous aboutissez à une surproduction momentanée dans le pays; alors viennent les chômages, l'instabilité du travail, l'inquiétude générale.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _173</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Dans ces conditions et avec le trouble profond apporté par le \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " régime\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " des\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " grandes\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " industries, rien de plus naturel qu'une lutte se soit établie entre ces deux associés faits pour s'entendre et qui ne peuvent pas se passer l'un de l'autre.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _174</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> La lutte s'est établie à mesure que les grandes industries se concentraient dans les sociétés anonymes.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _175</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " L'ouvrier\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " a éprouvé le besoin de sortir de son isolement et de chercher un point d'appui dans les associations.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _176</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Nous assistons aujourd'hui en Suisse à cette lutte, qui devient aiguë, dangereuse, entre le \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " capital\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " et le travail, entre ces deux facteurs de production; dans tous les pays, le \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " gouvernement\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " et le peuple se demandent, non sans inquiétude, par quelle solution on pourrait arriver à prévenir ou à résoudre les conflits qui surgissent entre ces deux facteurs de la production, comment on arrivera à pacifier les intérêts et à procurer à la société l'organisation qui donnera à ces deux éléments le moyen de se \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " rapprocher\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " et de s'entendre, et la sécurité dont elle a besoin et sans laquelle le \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " travail\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " est impossible.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _177</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Nous avons fait des efforts pour arriver à donner à la société, à l'ouvrier surtout, au point de vue industriel, cette sécurité qu'on demande; nous avons édicté une loi sur les fabriques, à laquelle nous avons donné récemment de \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " l'extension,\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " de\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " manière\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " à ce que ses bienfaits profitent à un plus grand nombre d'ouvriers ; nous avons édicté aussi une loi sur la responsabilité civile: nous avons décidé d'adopter l'organisation ouvrière contre les accidents et la maladie.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _178</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Tout cela est très bien, mais à ces efforts, je crois qu'il faut en ajouter d'autres et c'est là le but de aotre motion;' organiser par une loi les groupements corporatifs, donner par la loi une base, une compétence aux associations professionnelles et \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " organiser\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " simultanément une loi sur l'arbitrage.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _179</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> J'ai, pour ma part, le sentiment que lorsque nous aurons aussi une loi sur l'arbitrage, nous arriverons plus facilement à mettre l'entente et \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " l'harmonie\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " de\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " travail\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " entre les professions, à fixer, par des conventions, tout ce qui est contesté entre patrons et ouvriers, c'est-à -dire le taux des salaires, le \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " tarif\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " du\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " travail\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " à la journée, aux pièces, le \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " mode\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " de\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " rétribution\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " du\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " travail\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " et surtout la part des produits industriels, qui doit revenir équïtablement au \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " travail\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " et au capital.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _180</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">L'intérêt des ouvriers et des patrons est identique dans une certaine mesure, ils ont les uns et les autres intérêt au développement des affaires, à la prospérité des industries; leurs intérêts cessent d'être identiques et deviennent divergents, lorsqu'il s'agit de fixer la répartition des produits; l'employeur a la tendance de réserver la plus grosse part au capital, l'employé recherche un salaire plus élevé en échange de son travail ; l'employeur cherche à faire rapidement fortune en se préoccupant souvent fort peu des conditions faites à ses employés, et \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " l'ouvrier\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " de son côté s'inquiète peu des difficultés de l'entreprise, dans laquelle il n'a le plus souvent, du reste, qu'un intérêt indirect.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _181</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Les associations professionnelles ayant des compétences que la loi donnera, deviendront certainement des \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " organes\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " de\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " discussion\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " et de pacification entre ces deux éléments.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _182</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Un \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " écrivain\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " français\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " qui a étudié les conditions des classes ouvrières dans différents pays 'de l'Europe fait cette remarque absolument juste: «Ce qui manque en Suisse comme dans-beaucoup d'autres pays, c'est l'existence d'un pouvoir régulier, stable, modérateur, qui puisse déterminer après discussion, comme autrefois les corporations, les conditions du travail, prévenir et aplanir les différends entre le \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " capital\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " et le travail, assurer le \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " respect\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " des\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " droits\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " de\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " tous.\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " »</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _183</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Cette remarque est juste; comme on l'a fait observer, la nation, au point de vue industriel, ne doit pas être composée d'individus; il faut que ces individus se groupent en sociétés ; il existe des groupements sur le terrain politique et religieux, sur le terrain professionnel, il faut arriver à ces groupements; avec l'isolement dans lequel nous sommes, l'action de l'individu est trop faible.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _184</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Il y a une conséquence que M. \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " Favon\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " a fait déjà ressortir et qui m'a toujours frappé, c'est que nous avons la tendance de verser dans le socialisme d'état, de venir demander à \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " l'état\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " de\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " se\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " charger\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " de\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " l'éducation\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " des\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " ouvriers\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " et d'une quantité de choses que les associations professionnelles, basées sur une loi, feront beaucoup mieux que lui.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _185</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Je dis donc, que si nous voulons répondre aux besoins de notre époque, il faut organiser par une loi les groupements corporatifs, les favoriser, parce que c'est là que nous trouverons les meilleures garanties de la paix sociale, de \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " l'ordre\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " public\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " et du progrès industriel.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _186</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">A côté de cette loi dont l'autre jour le GewerbeVerein, dans son assemblée de délégués, a discuté les principales lignes, il faut l'arbitrage professionnel.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _187</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Aussi longtemps que nous serons sous le régime du salariat, aussi longtemps que nous n'aurons pas évolué vers une condition supérieure qui sera la participation des ouvriers aux bénéfices, nous risquons de voir le conflit entre les ouvriers et les patrons dégénérer en grève.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _188</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> On peut discuter sur ce sujet, mais ce qui vaut mieux, c'est de chercher à se préserver et je ne craindrais pas à cet égard :de prononcer le mot d'arbitrage obligatoire, je ne .craindrais pas d'obliger les patrons et les.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _189</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> ouvriers à se rencontrer sur le \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " terrain\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " de\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " la\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " conciliation\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " et à accepter le \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " verdict\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " des\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " tribunaux\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " organisés par la loi.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _190</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">La question soulevée par la motion de M. \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " Favon\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " est discutée en ce moment dans tous les milieux industriels et a fait l'objet d'études approfondies de la part du \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " Gewerbeverein\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " dont les délégués réunis à Schaffhouse ont adopté les grandes lignes d'un avant projet de loi sur les groupements professionnels.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _191</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">M. le chef du département, auquel sera renvoyé l'examen de la présente motion, s'en est déjà préoccupé, des études ont été faites et une.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _192</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">partie des éléments nécessaires à l'enquête est réunie.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _193</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Je pense donc que nous devons chercher à arriver le plus vite possible à cette organisation professionnelle que nous désirons et que pour cela nous devons arriver le plus •vite possible à la révision de l'article 31 de la constitution.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _194</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Je ne doute pas que l'assemblée fédérale et le peuple suisse reconnaissent avec nous,: lorsque cette question aura été débattue sous toutes ses faces, l'utilité de la révision de l'article 31 en vue de conférer à la \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " Confédération\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " la compétence nécessaire pour doter notre pays d'institutions qui, je le répète, seront des organes de paix, d'ordre public et surtout des organes de sécurité pour nos' industries.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/0_M. Favon _195</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">En conséquence je recommande au \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " conseil\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " national\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " l'adoption\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " de\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " la\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " motion\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " qui lui est présentée.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/1_M. Tissot_0</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> La motion de M. \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " Favon\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " et consorts comporte plusieurs points dont l'importance nécessitera un examen approfondi ; c'est l'évolution de tout un système ; c'est une évolution qui touche plus particulièrement aux sociétés d'industrie et de commerce, à la revision de l'article 31 de la constitution dans le sens indiqué par les motionnaires, visant la réglementation du travail dans les différents métiers par la \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " création\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " des\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " syndicats\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " obligatoires.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/1_M. Tissot_1</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">La motion vise surtout la création en Suisse de ces syndicats professionnels obligatoires, là où ils pourraient être organisés; elle demande aussi l'examen des questions touchant les compétences légales qui permettront aux syndicats libres de réglementer les conditions du travail.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/1_M. Tissot_2</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Je suis d'accord avec un certain nombre des points de la motion de M. \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " Favon,\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " en ce qui concerne, par exemple, la journée normale, le salaire minimum et les conditions d'apprentissage.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/1_M. Tissot_3</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Ayons des conseils d'arbitrage permanents qui auront comme mandat de régler toutes les questions et différends entre patrons et ouvriers et qui pourront empêcher les grèves par la puissance que leur donnera la loi.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/1_M. Tissot_4</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Voilà un point sur lequel je suis d'accord : c'est une question qui sera facile à examiner dans les centres industriels.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/1_M. Tissot_5</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Il sera facile de par l'autorité de désigner une chambre syndicale où toutes les plaintes de la part des ouvriers aussi bien que de la part des patrons, seront déposées, et nous empêcherons ainsi bien des grèves, des difficultés et des chômages dans les fabriques.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/1_M. Tissot_6</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Je suis donc d'accord avec les conseils d'arbitrages permanents ; je le suis encore sur un autre point, sur celui qui concerne les conditions d'apprentissage.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/1_M. Tissot_7</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Dans quelques cantons, on s'est occupé sérieusement de l'apprentissage des jeunes gens.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/1_M. Tissot_8</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Il faut que la loi édicté des prescriptions pour surveiller cet apprentissage de la jeunesse dans toutes les professions, pour veiller à ce qu'il soit bien fait.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/1_M. Tissot_9</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Quant aux autres questions, je tiens à déclarer que si je prenais en considération la motion, cela n'indiquerait nullement que je suis d'accord avec tous ses postulats, et que je le suis en particulier avec la \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " création\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " des\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " syndicats\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " obligatoires et la réglementation du travail.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/1_M. Tissot_10</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Je suis d'accord avec tout ce qui a été fait pour améliorer les conditions de travail, dans les fabriques, des femmes et des enfants.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/1_M. Tissot_11</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Tout le monde est d'accord en ce qui concerne les progrès déjà accomplis par la loi sur les fabriques, voilà quelles sont les mesures sociales à prendre pour améliorer d'année en année la situation des travailleurs et celle des patrons.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/1_M. Tissot_12</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Mais si je suis d'accord sur tous ces points, dans le cas où l'examen serait favorable aux idées développées par les motionnaires, je ne serais pas partisan de l'organisation des syndicats obligatoires et je suis avec ceux qui pensent qu'on restreindrait le développement du commerce par des mesures semblables à celles qui sont proposées; je ne crois pas que ces mesures auraient pour résultat le développement du commerce et de.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/1_M. Tissot_13</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">l'industrie; je crois au contraire qu'en voulant tout réglementer et donner force de loi aux syndicats obligatoires, on prend une direction contraire à celle où l'on devrait s'engager.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/1_M. Tissot_14</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Il 'me semble qu'après l'expérience faite pendant près d'un siècle, on peut dire que l'article 31 de la constitution a permis au \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " commerce\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " et à l'industrie de se développer ; nous avons vu prendre -un rapide essor à nos institutions ; dans les choses publiques, que de choses créées avec cette liberté !</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/1_M. Tissot_15</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Avec quelle rapidité nos relations de commerce ne se sont-elles pas étendues !</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/1_M. Tissot_16</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Nous devons beaucoup à l'initiative individuelle dans toutes les branches ; elle nous a permis de marcher en avant, de progrès en progrès.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/1_M. Tissot_17</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> M. \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " Favon\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " a parlé des corporations des siècles passés, de la situation qui leur était faite alors; c'est là une ancienne question qui n'a rien à voir avec les syndicats obligatoires.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/1_M. Tissot_18</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Je crains beaucoup qu'avec ces syndicats vous n'enrayiez le commerce en tuant toute initiative, en particulier celle de celui qui veut vivre et travailler librement; je crains qu'ouvriers et patrons ne reconnaissent que la situation précédente était meilleure,' car avec l'organisation dans le sens indiqué par M. \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " Favon,\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " l'ouvrier\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " serait lié par une loi.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/1_M. Tissot_19</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Nous avons d'autres idées; après tout, la liberté est la situation la plus naturelle pour le commerce et l'industrie.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/1_M. Tissot_20</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Donc, je ne crois pas qu'après l'examen de cette motion importante des syndicats obligatoires, on arrive à une conclusion favorable qui prévoie et permette de prévoir quelque chose d'avantageux et un nouvel essor à nos affaires.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/1_M. Tissot_21</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Je ne crois pas que le travail réglementé par les syndicats obligatoires puisse se faire dans de bonnes conditions ; les syndicats reconnus par la constitution devraient être soumis à des dispositions pénales, puisqu'il faut bien arriver à ces dispositions envers ceux qui voudraient rompre avec le \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " syndicat\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " ou ne se conformeraient pas à son règlement; sans ces obligations, les syndicats ne signifieraient plus rien ; il faudrait obliger tout le monde à se soumettre à leurs lois.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/1_M. Tissot_22</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Je ne puis pas croire qu'il y ait un avantage quelconque à lier les bras à ceux qui veulent continuer l'ancien système, qui veulent être libres de s'organiser chez eux comme bon leur semble.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/1_M. Tissot_23</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Pour ce qui me concerne, je comprends les syndicats libres, la coopération libre, je comprends que les ouvriers se groupent et que le \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " capital\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " vienne\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " en aide à ces ouvriers; il ne faut pas oublier que ceux-ci cherchent à sortir de leur situation précaire et à obtenir une situation plus avantageuse que précédemment; dans nos localités industrielles, combien ne voyez-vous pas d'ouvriers chercher à arriver, à force d'économies, à se créer une situation indépendante, devenir patrons, chefs d'atelier.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/1_M. Tissot_24</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Je comprends \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " donc\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " que\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " des\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " ouvriers\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " trouvent\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " intérêt\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " à s'associer, ainsi du reste que les patrons ; tous sont libres de s'organiser d'eux-mêmes dans l'intérêt de l'industrie, dans l'intérêt d'un développement, d'un essor nouveau du commerce.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/1_M. Tissot_25</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Voilà ce que nous voulons.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/1_M. Tissot_26</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Je dois déclarer de nouveau, par conséquent, que je n'adopterai pas les syndicats obligatoires, qui constituent le principal point de la motion, mais que j'en adopterai d'autres.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/1_M. Tissot_27</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Je ne puis pas voter contre cette motion ; je la prendrai jen considération, mais je fais des réserves pour plus tard.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/1_M. Tissot_28</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Lorsqu'une enquête s'étendra à toutes les branches de nos multiples industries, et tiendra compte de cette multiplicité, lorsque vous voudrez organiser et réglementer toutes les professions en établissant des syndicats obligatoires, je crois que vous vous heurterez à des difficultés considérables et que vous ne pourrez pas vous entendre.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/1_M. Tissot_29</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Lorsqu'il s'agira d'organiser ces syndicats, les ouvriers et patrons ne pourront se mettre d'accord, et \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " lorsqu'il\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " faudra trouver le moyen d'améliorer le sort des ouvriers, ce qui est le but principal de M. \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " Favon,\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " c'est alors que les difficultés surgiront.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/1_M. Tissot_30</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">J'ai entendu dire par M. \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " Favon\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " quelque chose qui m'a un peu frappé, c'est que les souffrances étaient généralement du côté des ouvriers, et que les difficultés qui s'élevaient étaient presque toujours réglées à leur détriment.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/1_M. Tissot_31</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Pour moi, je crois que les peines et les difficultés sont aussi bien le sort des platronsque celui des ouvriers.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/1_M. Tissot_32</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Il ne faut pas étabir de différence entre les patrons et les ouvriers; chacun a ses difficultés et ses responsabilités; sans doute que \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " l'ouvrier\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + " en a une large part, mais le patron, lorsqu'il a des ouvriers chez lui et qu'il VQit le moment où l'ouvrage va s'arrêter!</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/1_M. Tissot_33</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Voilà une responsabilité dont on ne parle pas et qui cependant n'est pas moins réelle que celle de l'ouvrier.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/1_M. Tissot_34</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\">Je crois que nous devons tous nous unir pour marcher en avant et améliorer la situation de tous ceux qui souffrent, aussi bien celle des commerçants et industriels que celle de leurs ouvriers.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/1_M. Tissot_35</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Dans cette situation, je crois qu'il faut procéder à une enquête et charger le \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " conseil\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " fédéral\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " \n", + "<mark class=\"entity\" style=\"background: #73c6b6; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " d'examiner\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-ORG</span>\n", + "</mark>\n", + " les faits et de nous présenter un rapport.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/1_M. Tissot_36</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> Alors, ce sera le moment de voir où nous marchons, de calculer les éventualités et de trancher définitivement les points , soulevés par M. \n", + "<mark class=\"entity\" style=\"background: #e59866; padding: 0.45em 0.6em; margin: 0 0.25em; line-height: 1; border-radius: 0.35em; box-decoration-break: clone; -webkit-box-decoration-break: clone\">\n", + " Favon.\n", + " <span style=\"font-size: 0.8em; font-weight: bold; line-height: 1; border-radius: 0.35em; text-transform: uppercase; vertical-align: middle; margin-left: 0.5rem\">I-PERS</span>\n", + "</mark>\n", + "</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "<h2 style=\"margin: 0\">1892/20026505/1_M. Tissot_37</h2>\n", + "\n", + "<div class=\"entities\" style=\"line-height: 2.5\"> En attendant, je prendrai en considération la motion qu'il a présentée.</div>" + ], + "text/plain": [ + "<IPython.core.display.HTML object>" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# choose a french document\n", + "filename = '1892_20026505_french.txt'\n", + "filepath = path_data + filename\n", + "language = utils_ner.get_language(filepath)\n", "alldicts = utils_ner.read_from_txt(filepath)\n", - "utils_ner.render_dict(alldicts)" + "utils_ner.render_dict(alldicts, language)" ] }, { diff --git a/src/python/utils_ner.py b/src/python/utils_ner.py index b7c5ee0d7a012bfdae87d07e1a5f9a418d50981c..fb759304552dc75e0e1304ec041da3a5812deb9f 100644 --- a/src/python/utils_ner.py +++ b/src/python/utils_ner.py @@ -6,7 +6,8 @@ colors = {'ORG': '#73c6b6', 'LOC': '#bb8fce', 'PER': '#e59866', 'MISC': '#a6acaf options = {'ents': ['ORG', 'LOC', 'PER', 'MISC'], 'colors': colors} colors_sner = {'ORGANIZATION': '#73c6b6', 'LOCATION': '#bb8fce', 'PERSON': '#e59866', 'MISC': '#a6acaf'} options_sner = {'ents': ['ORGANIZATION', 'LOCATION', 'PERSON', 'MISC'], 'colors': colors_sner} - +colors_sner_french = {'I-ORG': '#73c6b6', 'I-LIEU': '#bb8fce', 'I-PERS': '#e59866'} +options_sner_french = {'ents': ['I-ORG', 'I-LOC', 'I-PERS'], 'colors': colors_sner_french} @@ -75,9 +76,13 @@ def read_from_txt(filename): pass return alldicts -def render_dict(alldicts): +def render_dict(alldicts, language): + if language == 'german': + options = options_sner + if language == 'french': + options = options_sner_french for sent_key, sent_dict in alldicts.items(): - displacy.render(sent_dict, style='ent', jupyter=True, manual=True, options=options_sner) + displacy.render(sent_dict, style='ent', jupyter=True, manual=True, options=options) def transform_to_training_format(alldicts): @@ -113,4 +118,6 @@ def transform_to_training_format(alldicts): return train_data - +def get_language(filepath): + language = 'french' if filepath.endswith('_french.txt') else 'german' + return language